X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fc8724242d7f5bbba51812a118d86aead57f32b..96647893c5a1e2c675fc2b1bf1d7ca16fe3253b8:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 2e9e4331..74376ea5 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -263,6 +263,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;