X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/92e5a00682baeaa5a8c293351d270acee6e72a69..6711796e2e218419485fd3ebd4949cfeefa01b16:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 040549e1..841467e4 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,15 @@ div.isection p { line-height: 11pt; display: none; - width: 200px; + width: 100%; } .msg-error { background-color: red; border-color: red; + color: white; + font-weight: bold; } .msg-success { @@ -416,4 +419,4 @@ div.isection p { position: relative; text-align: center; background-color: #CCC; - } \ No newline at end of file + }