X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/69ed58f94a09b8d192ec3b2c74f5a3efaa43cf68..32f1e5e6ca927cfbb8b69e87ba456db2b5eb5f89:/edumed/static/css/base.css diff --git a/edumed/static/css/base.css b/edumed/static/css/base.css index aa29f18..07cf233 100644 --- a/edumed/static/css/base.css +++ b/edumed/static/css/base.css @@ -149,7 +149,7 @@ footer.main { margin-bottom: 1.25em; } footer.main .sponsors-column { float: left; - margin-left: 1.25em; + margin-right: 1.25em; width: 9.1875em; } footer.main .sponsors-column p { font-size: .75em; } @@ -220,15 +220,19 @@ footer.main { ul.messages { list-style: none; } -.messages .error { +.messages li { top: 20px; left: 20px; - border: 1px solid black; - background: red; border-radius: 0.938em; padding: 5px 2px; color: white; text-align: center; font-weight: bold; } + .messages li.error { + background: red; + border: 1px solid black; } + .messages li.info { + background: #ed7831; + border: none; } /*# sourceMappingURL=base.css.map */