X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/998977e74882d0c12413d7bc08c8475a78afbf18..0c64954c4295bea6529f13fa027341ce50dfd4fa:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 87262b55..a80c82b9 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -86,3 +86,18 @@ textarea { overflow-y: scroll; overflow-x: hidden; } + +.errorlist { + color: red; + margin: 0 20px 0 0; + padding: 0; + float: left; +} + +.errorlist:before { + content: ''; + clear: both; +} +p { + margin: 0; +} \ No newline at end of file