X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a130412e611a2a29bf0cc9bbbfdefea0b1d0061f..25880e3bcf289743113655c7ec2fff4fd1587c2f:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index caeddda8..68ba1006 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -258,6 +258,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;