X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..f3c334d8fbb682677d059308501ea57a4c7581ee:/src/wolnelektury/static/scss/main/dialogs.scss diff --git a/src/wolnelektury/static/scss/main/dialogs.scss b/src/wolnelektury/static/scss/main/dialogs.scss index 2902862fc..5825979e1 100755 --- a/src/wolnelektury/static/scss/main/dialogs.scss +++ b/src/wolnelektury/static/scss/main/dialogs.scss @@ -80,9 +80,9 @@ display: block; } - span.help-text { + span.helptext { display: block; - font-size: 0.8em; + font-size: 0.9em; color: #999; } @@ -94,6 +94,16 @@ .errorlist { color: #BF3024; } + + .checkbox { + label { + display: inline; + } + + input { + width: auto; + } + } } @@ -123,7 +133,7 @@ width: 29em; } #custom-pdf-window { - width: 24em; + width: 24em; } }