diff --git a/css/main.css b/css/main.css index 78ffce56..71159ea9 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ body { - background-color: White; - font-family: sans-serif; + background-image: url(../img/honeycomb.png); + background-repeat: repeat; } #navbar { @@ -40,16 +40,6 @@ body { display: inline-block; } -.wmd-button>span { - background-image: url(../img/wmd-buttons.png); - background-repeat: no-repeat; - background-position: 0px 0px; - width: 20px; - height: 20px; - display: inline-block; - border: 1px solid #f2f2f2; -} - .wmd-prompt-background { background-color: Black; } @@ -97,6 +87,15 @@ body { height: 18px !important; } +.ui-layout-toggler-south { + margin-top: 3px !important; + height: 18px !important; +} + +.ui-layout-toggler-south .caret { + margin-top: 6px; +} + .ui-layout-toggler-north-open .caret, .ui-layout-toggler-south-closed .caret { border-bottom: 5px solid #525252; @@ -119,13 +118,17 @@ body { width: 18px !important; } +.ui-layout-toggler-east .caret, +.ui-layout-toggler-west .caret { + margin-top: 40px; +} + .ui-layout-toggler-east-open .caret, .ui-layout-toggler-west-closed .caret { border-bottom: 5px solid transparent; border-top: 5px solid transparent; border-left: 5px solid #525252; border-right: 0; - margin-top: 40px; } .ui-layout-toggler-east-closed .caret, @@ -134,5 +137,4 @@ body { border-top: 5px solid transparent; border-right: 5px solid #525252; border-left: 0; - margin-top: 40px; } diff --git a/img/honeycomb.png b/img/honeycomb.png new file mode 100644 index 00000000..97fd6fe2 Binary files /dev/null and b/img/honeycomb.png differ diff --git a/index.html b/index.html index e2cb8784..948b463b 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,7 @@ -
+