X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f3703baa367152de441b52b49a523ae0d67465fc..9f979033640e55e9eaf62d1f1ae8dca634bdd6e2:/redakcja/static/css/master.css?ds=sidebyside diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index bc622745..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;