fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add past menu item
[prawokultury.git]
/
prawokultury
/
static
/
css
/
forms.scss
diff --git
a/prawokultury/static/css/forms.scss
b/prawokultury/static/css/forms.scss
old mode 100755
(executable)
new mode 100644
(file)
index
ce7625a
..
61b095f
--- a/
prawokultury/static/css/forms.scss
+++ b/
prawokultury/static/css/forms.scss
@@
-1,9
+1,9
@@
.form-info {
.form-info {
- font-size: 1.
2
em;
+ font-size: 1.
3
em;
}
.submit-form {
}
.submit-form {
- margin-top:
1.
3em;
+ margin-top: 3em;
table {
border-spacing: 0 .5em;
table {
border-spacing: 0 .5em;
@@
-18,12
+18,22
@@
font-weight: normal;
}
font-weight: normal;
}
+ .errorlist {
+ color: #e41b13;
+ font-size: 1.2em;
+ padding: 0 0 0 1.3em;
+ margin: 0 0 .5em 0;
+ list-style: url("/static/img/read-more.png");
+ }
+
input, textarea, select {
font-size: 1.2em;
border: 0;
input, textarea, select {
font-size: 1.2em;
border: 0;
- background-color: #fdfdfd;
+ background-color: white;
+ color: #363A3B;
width: 100%;
margin-bottom: .5em;
width: 100%;
margin-bottom: .5em;
+ border: 1px solid #EDECE7;
}
}
@@
-31,14
+41,21
@@
text-align: left;
font-weight: normal;
vertical-align: top;
text-align: left;
font-weight: normal;
vertical-align: top;
- padding: .5em
0
;
+ padding: .5em;
}
.helptext {
color: #acacac;
font-size: 1.1em;
a {
}
.helptext {
color: #acacac;
font-size: 1.1em;
a {
- color:
black
;
+ color:
#363A3B
;
}
}
}
}
+
+ .required label {
+ font-weight: bold;
+ }
+ .required label:before {
+ content: '* ';
+ }
}
}