Fixed collapsable fieldsets display in IE Edge
This commit is contained in:
parent
f53657238c
commit
39136f9442
2 changed files with 16 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
label {
|
label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.form-item {
|
.form-item {
|
||||||
margin-top: .6em; /*
|
margin-top: .6em; /*
|
||||||
|
@ -101,17 +102,22 @@ body.section-admin form table.table td {
|
||||||
.form-radios {
|
.form-radios {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
} */
|
} */
|
||||||
.form-checkboxes .form-item,
|
.form-radios .form-item,
|
||||||
.form-radios .form-item {
|
.form-checkboxes .form-item {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.form-checkboxes .form-item label,
|
.form-radios .form-item label,
|
||||||
.form-radios .form-item label {
|
.form-checkboxes .form-item label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
position: relative;
|
||||||
|
padding-left: 1.3em;
|
||||||
}
|
}
|
||||||
.form-checkboxes .form-item input,
|
.form-radios .form-item input,
|
||||||
.form-radios .form-item input {
|
.form-checkboxes .form-item input {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
margin-right: .25em;
|
margin-right: .25em;
|
||||||
|
left: .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -254,8 +260,8 @@ html.js fieldset.collapsed { /*
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
border-right-color: transparent; /*
|
border-right-color: transparent; /*
|
||||||
margin-bottom: 0; */
|
margin-bottom: 0;
|
||||||
height: 1.2em;
|
height: 1.2em; */
|
||||||
}
|
}
|
||||||
html.ie.js fieldset.collapsed {
|
html.ie.js fieldset.collapsed {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = SuiteDesk Theme
|
name = SuiteDesk Theme
|
||||||
description = SuiteDesk Theme Zen.
|
description = SuiteDesk Theme Zen.
|
||||||
version = 0.2.25
|
version = 0.2.27
|
||||||
|
|
||||||
screenshot = screenshot.png
|
screenshot = screenshot.png
|
||||||
|
|
||||||
|
|
Reference in a new issue