Remove indentation from fieldset in form styles

Aesthetic change only.

Change-Id: I9fd3d6b829c35b6e6bf5650b74fca361a23d0714
This commit is contained in:
Kasper Nilsson
2017-06-30 12:01:28 -07:00
parent aa354e9365
commit cec7479229

View File

@@ -24,10 +24,10 @@ limitations under the License.
} }
.gr-form-styles fieldset { .gr-form-styles fieldset {
border: none; border: none;
margin: 0 0 2em 2em; margin-bottom: 2em;
} }
.gr-form-styles section { .gr-form-styles section {
margin: .15em 0; margin: .25em 0;
min-height: 2em; min-height: 2em;
} }
.gr-form-styles section * { .gr-form-styles section * {
@@ -54,6 +54,7 @@ limitations under the License.
.gr-form-styles td, .gr-form-styles td,
.gr-form-styles tfoot th { .gr-form-styles tfoot th {
height: 2em; height: 2em;
padding: .25em 0;
vertical-align: middle; vertical-align: middle;
} }
.gr-form-styles .emptyHeader { .gr-form-styles .emptyHeader {
@@ -82,9 +83,6 @@ limitations under the License.
height: 2em; height: 2em;
padding: 0 .15em; padding: 0 .15em;
} }
.gr-form-styles gr-button:not([link]) {
height: 2.2em;
}
.gr-form-styles td:last-child { .gr-form-styles td:last-child {
width: 5em; width: 5em;
} }