From: Marcin Koziej Date: Fri, 30 Dec 2011 12:21:50 +0000 (+0100) Subject: Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/eb59143b0d1b21cfcbe1b7067f027d768fa88fcc?ds=inline;hp=-c Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty --- eb59143b0d1b21cfcbe1b7067f027d768fa88fcc diff --combined wolnelektury/static/css/dialogs.css index b3876c39e,05b74dcc6..35136e0ca --- a/wolnelektury/static/css/dialogs.css +++ b/wolnelektury/static/css/dialogs.css @@@ -1,7 -1,11 +1,11 @@@ + .cuteform { + font-size: 1.1em; + } .cuteform ol, .cuteform ul { padding: 0; margin: 0; list-style: none; + font-style: 1.1em; } .cuteform ol li, .cuteform ul li { @@@ -22,6 -26,9 +26,9 @@@ color: #BF3024; display: block; } + .cuteform .errorlist { + color: #BF3024; + } .jqmOverlay { background-color: #000; } @@@ -36,6 -43,7 +43,7 @@@ } .dialog-window div.header { + font-size: 1.1em; width: 4em; background-color: #FFF; border-right: 0.3em solid #DDD; @@@ -60,36 -68,29 +68,37 @@@ font-size: 1.2em; } + .dialog-window textarea, .dialog-window input { + width: 100%; + } #login-window { - width: 24em; + width: 26em; } #register-window { - width: 24em; + width: 26em; } #suggest-window { - width: 24em; + width: 26em; } #suggest-window textarea { - width: 19em; height: 6em; } #suggest-publishing-window { - width: 26em; + width: 29em; } #suggest-publishing-window textarea { - width: 21em; height: 3em; } + +#custom-pdf-window { + width: 24em; +} + +#custom-pdf-window label { + display: inline; - } ++}