fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Choose your day.
[prawokultury.git]
/
prawokultury
/
static
/
css
/
forms.scss
diff --git
a/prawokultury/static/css/forms.scss
b/prawokultury/static/css/forms.scss
index
3a6f6d4
..
990c33b
100644
(file)
--- a/
prawokultury/static/css/forms.scss
+++ b/
prawokultury/static/css/forms.scss
@@
-52,13
+52,31
@@
}
}
}
}
- .required label {
- font-weight: bold;
- }
- .required label:before {
- content: '* ';
+ .required {
+ label {
+ font-weight: bold;
+
+ &:before {
+ content: '* ';
+ }
+ }
+
+ ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+
+ label {
+ font-weight: normal;
+
+ &:before {
+ content: none;
+ }
+ }
+ }
}
}
+
input[type="radio"] {
width: auto;
}
input[type="radio"] {
width: auto;
}