X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/953ea32f89c36d8ee0f38c5d093fea371e635b90..359e0f406798548adbf6f0768c3e5c4cd20cbe7b:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 06196c7d..7c794e5d 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -325,7 +325,7 @@ input.image-gallery-current-page { .htmlview { position: absolute; - top: 0; + top: 25px; right: 0; bottom: 0; left: 0; @@ -349,4 +349,23 @@ body#base button { body#base button:hover { background-color: #EEE; -} \ No newline at end of file +} + +/* ================= */ +/* = Message boxes = */ +/* ================= */ +.info { + background-color: gray; +} + +.success { + background-color: green; +} + +.error { + background-color: yellow; +} + +.critical { + background-color: red; +}