CSS: Move form related styles from main.less to forms.less

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-27 14:30:28 +02:00
parent 56fff33cb2
commit 83afcbc169
2 changed files with 18 additions and 18 deletions

View File

@ -40,6 +40,24 @@ select {
display: table-cell;
}
button.link,
input[type="submit"].link {
// Reset defaults
background: none;
border: none;
padding: 0;
font-weight: @font-weight-bold;
&:hover {
text-decoration: underline;
}
}
form.link {
display: inline-block;
}
//div.config-form-buttons {
// margin-top: 5px;
//}

View File

@ -59,24 +59,6 @@
font-size: @font-size-small;
}
button.link,
input[type="submit"].link {
// Reset defaults
background: none;
border: none;
padding: 0;
font-weight: @font-weight-bold;
&:hover {
text-decoration: underline;
}
}
form.link {
display: inline-block;
}
dl.feed-list {
dd {
// Reset default margin