X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/971e08cc34959303fbbc8bc50742c9fbe1d66f53..5dbd487fb7e64aa968da9c3fcbe8a0215d2b3298:/src/redakcja/static/css/dialogs.scss diff --git a/src/redakcja/static/css/dialogs.scss b/src/redakcja/static/css/dialogs.scss new file mode 100644 index 00000000..d19d874e --- /dev/null +++ b/src/redakcja/static/css/dialogs.scss @@ -0,0 +1,49 @@ +.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, #revert_dialog textarea { + width: 90%; + margin: 0.2em 4%; +} + + + +#meta-chooser { + .form-check { + margin: 1em; + } + .meta-chooser_toggle { + position: absolute; + top: 1.5em; + left: 0; + cursor: pointer; + } + .name { + font-weight: bold; + } +}