Form radios and checkboxes styles regression
This commit is contained in:
parent
95e6db82f0
commit
5bd980a018
2 changed files with 2 additions and 6 deletions
|
@ -109,15 +109,11 @@ body.section-admin form table.table td {
|
||||||
.form-radios .form-item label,
|
.form-radios .form-item label,
|
||||||
.form-checkboxes .form-item label {
|
.form-checkboxes .form-item label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
position: relative;
|
white-space: normal;
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
}
|
||||||
.form-radios .form-item input,
|
.form-radios .form-item input,
|
||||||
.form-checkboxes .form-item input {
|
.form-checkboxes .form-item input {
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
margin-right: .25em;
|
margin-right: .25em;
|
||||||
left: .2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = SuiteDesk Theme
|
name = SuiteDesk Theme
|
||||||
description = SuiteDesk Theme Zen.
|
description = SuiteDesk Theme Zen.
|
||||||
version = 0.2.27
|
version = 0.2.28
|
||||||
|
|
||||||
screenshot = screenshot.png
|
screenshot = screenshot.png
|
||||||
|
|
||||||
|
|
Reference in a new issue