X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7fa3a260da4a8841d11d532b7cab1d1339de94bc..9f979033640e55e9eaf62d1f1ae8dca634bdd6e2:/redakcja/static/css/master.css?ds=sidebyside diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index b4e08241..31277d32 100644 --- a/redakcja/static/css/master.css +++ b/redakcja/static/css/master.css @@ -36,6 +36,8 @@ body { .vsplitbar p { + font: 12px Helvetica,Verdana,sans-serif; + -moz-transform: rotate(270deg); -moz-transform-origin: 50% 50%; -webkit-transform: rotate(270deg); @@ -149,7 +151,6 @@ body { } .tabs li { - height: 18px; margin-top: 6px; margin-bottom: 0px; @@ -158,10 +159,6 @@ body { display: block; float: left; - padding-left: 12px; - padding-right: 12px; - padding-top: 5px; - font-weight: bold; color: #222; margin-left: 4px; @@ -179,10 +176,27 @@ body { -webkit-border-bottom-right-radius: 0px; } +#tabs li { + height: 18px; + padding-left: 12px; + padding-right: 12px; + padding-top: 5px; +} + .tabs li.active { background-color: #C1C1C1; } + +#tabs-right li { + height: 20px; + padding-left: 12px; + padding-right: 12px; + padding-top: 3px; +} + + + #tools { float: right; clear: right; @@ -304,3 +318,15 @@ img.tabclose { .wers_akap { padding-left: 1em; } + +.saveNotify { + position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black; +} + +.notifyTip { + font-size:12px; float:right; +} + +.saveNotify span { + font-weight: bold; +}