X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7fa3a260da4a8841d11d532b7cab1d1339de94bc..3ca842cccb9ecaef81eb1123f3c5cc87943508c4:/redakcja/static/css/master.css diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index b4e08241..b71520f4 100644 --- a/redakcja/static/css/master.css +++ b/redakcja/static/css/master.css @@ -149,7 +149,6 @@ body { } .tabs li { - height: 18px; margin-top: 6px; margin-bottom: 0px; @@ -158,10 +157,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 +174,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 +316,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; +}