X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a3a778ec7c2fe89c4cb48f42be3b0821530199d8..359e0f406798548adbf6f0768c3e5c4cd20cbe7b:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 5f81f17e..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; @@ -336,4 +336,36 @@ input.image-gallery-current-page { .image-gallery-page-container img { /* border: 2px solid green; */ margin: 0px; -} \ No newline at end of file +} + +body#base button { + background-color: #DDD; + border-width: 1px; + padding: 0px 0.5em; + font-family: Sans-Serif; + color: #000; + margin: 2px 4px; +} + +body#base button:hover { + background-color: #EEE; +} + +/* ================= */ +/* = Message boxes = */ +/* ================= */ +.info { + background-color: gray; +} + +.success { + background-color: green; +} + +.error { + background-color: yellow; +} + +.critical { + background-color: red; +}