Form styling

This commit is contained in:
Oleg Lavrovsky 2017-04-12 13:17:33 +02:00
parent b8462fc627
commit 34d810038f
2 changed files with 24 additions and 2 deletions

View file

@ -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; }
}
}

View file

@ -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 {