X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..5b24a1f3c00e9530f2f87b71f90c493a10a1499c:/src/wolnelektury/static/scss/main/dialogs.scss?ds=sidebyside 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; } }