X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/38343a3fc11f5509c8522fec94c0ae7085b7244f..816a4653c0086eeaf57ba148864bb06678d9234c:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 1bc59daa..a80c82b9 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -58,12 +58,46 @@ li a:hover { display: none; } +label { + display: block; +} + textarea { - width: 97%; - height: 42em; + width: 480px; + height: 480px; padding: 5px 10px; } #file-text { padding: 5px 10px; + overflow-x: hidden; + overflow-y: scroll; + width: 480px; + height: 480px; + border: 1px solid #999; } + +#images { + float: left; + width: 480px; + height: 480px; + border: 1px solid #999; + padding: 5px 10px; + overflow-y: scroll; + overflow-x: hidden; +} + +.errorlist { + color: red; + margin: 0 20px 0 0; + padding: 0; + float: left; +} + +.errorlist:before { + content: ''; + clear: both; +} +p { + margin: 0; +} \ No newline at end of file