kopia lustrzana https://github.com/rtts/django-simplecms
Default form styling
rodzic
b56bbec534
commit
712b542610
|
@ -254,7 +254,19 @@ section {
|
|||
}
|
||||
|
||||
section.contact {
|
||||
div#message {
|
||||
div.message {
|
||||
display: none;
|
||||
}
|
||||
div.formfield {
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
form input, form textarea {
|
||||
box-sizing: border-box;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0.5em;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -179,7 +179,19 @@ section {
|
|||
text-align: center;
|
||||
padding: 1em 0; }
|
||||
|
||||
section.contact div#message {
|
||||
section.contact div.message {
|
||||
display: none; }
|
||||
|
||||
section.contact div.formfield {
|
||||
padding: 0.5em 0; }
|
||||
|
||||
section.contact form input, section.contact form textarea {
|
||||
box-sizing: border-box;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0.5em;
|
||||
margin: 0; }
|
||||
|
||||
/*# sourceMappingURL=cms.scss.css.map */
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue