X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/af3ffa21cede6f4e547a18999d764ec8ee07daa4..09fa65b2de2f428bc63082d379ecd6bfbd94f63c:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 6b53ec5c..1efa2d66 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -104,7 +104,7 @@ label { #toggle-sidebar:hover { background-color: #999; - cursor: ew-resize; + cursor: col-resize; } #status-bar { @@ -138,7 +138,7 @@ p { margin: 0; padding: 0; background-color: #CCC; - border-bottom: 1px solid #AAA; + border-top: 1px solid #AAA; } #toolbar { @@ -155,6 +155,10 @@ p { border-bottom: 1px solid #AAA; } +#sidebar-toolbar { + width: 0; +} + #sidebar-tabs li, #toolbar-tabs li { font-size: 14px; display: block; @@ -171,6 +175,12 @@ p { -webkit-border-top-right-radius: 8px; } +#sidebar-tabs, #toolbar-tabs { + height: 21px; + z-index: 1000; +/* overflow: hidden;*/ +} + #sidebar-tabs li:hover, #sidebar-tabs li.active, #toolbar-tabs li:hover, #toolbar-tabs li.active { cursor: default; background-color: #EEE; @@ -179,6 +189,7 @@ p { #toolbar-buttons { background-color: #EEE; + border-bottom: 1px solid #AAA; } #toolbar-buttons li {