fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Locale
[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
index
5825979
..
8d63a72
100755
(executable)
--- 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;
@@
-97,11
+97,20
@@
.checkbox {
label {
.checkbox {
label {
- display: inline;
+ display: block;
+ padding-left: 15px;
+ text-indent: -15px;
}
input {
}
input {
- width: auto;
+ width: 13px;
+ height: 13px;
+ padding: 0;
+ margin:0;
+ vertical-align: bottom;
+ position: relative;
+ top: -1px;
+ *overflow: hidden;
}
}
}
}
}
}
@@
-111,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 {