X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ab2c0be6275e50a83cd07fff92a08e01a663abae..db3e243b1ed74dce4437d9e72b975ce49b47763b:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 040549e1..7e399428 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -353,12 +353,13 @@ div.isection p { #message-box { position: fixed; top: 2px; - left: 40%; + left: 35%; + width: 33%; } .msg-error, .msg-success, .msg-warning { overflow: hidden; - padding: 0.1em 0.2em; + padding: 0.1em 0.5em; text-align: center; border: 1px solid; -moz-border-radius: 8px; @@ -367,13 +368,19 @@ div.isection p { line-height: 11pt; display: none; - width: 200px; + width: 100%; } +#message-box * p { + padding: 0em; + margin: 0.1em; +} .msg-error { background-color: red; border-color: red; + color: white; + font-weight: bold; } .msg-success { @@ -416,4 +423,4 @@ div.isection p { position: relative; text-align: center; background-color: #CCC; - } \ No newline at end of file + }