gluon-luci-theme: more consistent button spacing

This commit is contained in:
Matthias Schiffer 2015-05-04 01:29:03 +02:00
parent adf7b0d810
commit 623966afae
2 changed files with 3 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -438,6 +438,7 @@ img.cbi-image-button {
input.cbi-button { input.cbi-button {
@include button; @include button;
margin-left: 0.5em;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -565,11 +566,6 @@ textarea {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
form > div > input[type=submit],
form > div > input[type=reset] {
margin-left: 0.5em;
}
table td, table td,
table th { table th {
color: #000000; color: #000000;