X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..4d5337ffa4ccaa027930b00d6a1c0f371d959227:/media/css/master.css diff --git a/media/css/master.css b/media/css/master.css index 942111ce9..530062ab6 100644 --- a/media/css/master.css +++ b/media/css/master.css @@ -1,5 +1,5 @@ body { - margin: 2em; + margin: 0 2em 2em 2em; font: 70% Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; background: #FFF url(/media/img/bg.png) repeat-x; @@ -61,6 +61,7 @@ em { /* ================================== */ #header { position: relative; + margin-top: 1.5em; } #header #logo { @@ -312,6 +313,15 @@ em { display: block; } +.cuteform span.help-text { + display: block; + font-size: 0.8em; + color: #999; +} + +.cuteform .error { + color: #BF3024; +} /* ================ */ /* = Modal Window = */ @@ -379,3 +389,18 @@ em { list-style: none; } +#top-message { + background-color: #2F4110; + color: #FFF; + margin: 0 -2em; + padding: 0 2em; + line-height: 2em; +} + +/* ================= */ +/* = Fragment list = */ +/* ================= */ +.fragment { + margin-bottom: 1.5em; +} +