X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fc8724242d7f5bbba51812a118d86aead57f32b..0a8fdf777d7f183cb83b3db47c23c12e7cfc6c45:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 2e9e4331..f2ca8c1d 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -120,6 +120,7 @@ label { /* contents */ .panel-content { position: absolute; + overflow: auto; top: 22px; left: 0px; bottom:0px; right: 0px; } @@ -263,6 +264,23 @@ label { cursor: default; } +/* =========================== */ +/* = DublinCore Editor panel = */ +/* =========================== */ +.panel-dceditor { + padding: 10px; +} + +.panel-dceditor label { + font-size: 12px; + margin-top: 10px; + color: #666; + font-weight: bold; +} + +.panel-dceditor input, .panel-dceditor textarea { + width: 400px; +} div.isection { margin: 1em auto;