Form styling
This commit is contained in:
parent
b8462fc627
commit
34d810038f
2 changed files with 24 additions and 2 deletions
|
@ -5,7 +5,17 @@
|
|||
label {
|
||||
width: 15em;
|
||||
border-bottom: 1px dashed #ccc;
|
||||
line-height: 155%;
|
||||
line-height: 166%;
|
||||
vertical-align: top;
|
||||
}
|
||||
label:only-child {
|
||||
width: auto;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
ul {
|
||||
list-style: none;
|
||||
label { width: auto; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -8526,7 +8526,19 @@ footer#footer a {
|
|||
#contact-page form label {
|
||||
width: 15em;
|
||||
border-bottom: 1px dashed #ccc;
|
||||
line-height: 155%;
|
||||
line-height: 166%;
|
||||
vertical-align: top;
|
||||
}
|
||||
#contact-page form label:only-child {
|
||||
width: auto;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
#contact-page form ul {
|
||||
list-style: none;
|
||||
}
|
||||
#contact-page form ul label {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#search-form input {
|
||||
|
|
Loading…
Reference in a new issue