fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor css fix.
[wolnelektury.git]
/
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
old mode 100755
(executable)
new mode 100644
(file)
index
a2d33ab
..
8d63a72
--- a/
src/wolnelektury/static/scss/main/dialogs.scss
+++ b/
src/wolnelektury/static/scss/main/dialogs.scss
@@
-69,7
+69,7
@@
padding: 0;
margin: 0;
list-style: none;
padding: 0;
margin: 0;
list-style: none;
- @include size(font-size, 1
1
px);
+ @include size(font-size, 1
6
px);
li {
margin-top: 0.7em;
li {
margin-top: 0.7em;
@@
-94,6
+94,25
@@
.errorlist {
color: #BF3024;
}
.errorlist {
color: #BF3024;
}
+
+ .checkbox {
+ label {
+ display: block;
+ padding-left: 15px;
+ text-indent: -15px;
+ }
+
+ input {
+ width: 13px;
+ height: 13px;
+ padding: 0;
+ margin:0;
+ vertical-align: bottom;
+ position: relative;
+ top: -1px;
+ *overflow: hidden;
+ }
+ }
}
}
@@
-101,10
+120,19
@@
-.hidelabels label {
+.hidelabels label
, .hidelabels .label
{
@include hidden-label;
}
@include hidden-label;
}
+.hidelabels label.nohide {
+ width: auto;
+ height: auto;
+}
+
+.hidelabels .checkbox .label {
+ display: inline;
+}
+
@media screen and (min-width: 30em) {
#login-window {
@media screen and (min-width: 30em) {
#login-window {