X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/36f6233fd79390ad5af8a1532eac60a0ae57c825..f938afb8ab4cb091d12e0ef0311eaea14b774798:/redakcja/static/css/dialogs.css?ds=sidebyside diff --git a/redakcja/static/css/dialogs.css b/redakcja/static/css/dialogs.css new file mode 100644 index 00000000..1c22868f --- /dev/null +++ b/redakcja/static/css/dialogs.css @@ -0,0 +1,32 @@ +.dialog { + display: none; + padding: 5px; + text-align: left; + cursor: auto; + background-color: #E1E1E1; /* #e0ffb8; */ +} + +.dialog .help_text { + font-size: 11px; + color: #2e3536; +} + +.dialog .action_area { + padding: 1em 0.5em 0.5em; + border-top: 1px solid black; + margin-top: 0.5em; +} + +.dialog p { + margin: 0.5em; +} + +*[data-ui-error-for] { + color: red; + font-weight: bold; +} + +#save_dialog textarea { + width: 90%; + margin: 0.2em 4%; +} \ No newline at end of file