X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6da03c3c5f257a0123cd283469459668fd653fe4..a08a59835fa7872c69ec1a662aa7945473eeaf2b:/platforma/static/css/master.css diff --git a/platforma/static/css/master.css b/platforma/static/css/master.css index e3d0b9c8..d7b6dc0b 100755 --- a/platforma/static/css/master.css +++ b/platforma/static/css/master.css @@ -28,7 +28,7 @@ body { #html-view { overflow: auto; position: absolute; - top: 27px; + top: 26px; bottom: 0; left: 0; right: 0; @@ -107,14 +107,6 @@ body { /* height: 22px;*/ } -.toolbar select { - float: left; - margin: 2px 5px 2px 0; - background: none; - border: 1px solid #999; - padding: 1px; -} - .toolbar button { display: block; float: left; @@ -124,6 +116,20 @@ body { background: none; } +.toolbar select { + float: left; + margin: 1px 5px 1px 0; + background: none; + border: 1px solid #999; + padding: 1px; +} + +.toolbar input { + font-size: 11px; + padding: 0; + margin: 2px 5px 0 5px; +} + .toolbar-end { clear: both; }