Fixed collapsable fieldsets display in IE Edge

This commit is contained in:
Manuel Cillero 2017-08-15 09:32:50 +02:00
parent f53657238c
commit 39136f9442
2 changed files with 16 additions and 10 deletions

View file

@ -6,6 +6,7 @@
label {
margin-bottom: 0;
white-space: normal;
}
.form-item {
margin-top: .6em; /*
@ -101,17 +102,22 @@ body.section-admin form table.table td {
.form-radios {
margin-left: 1em;
} */
.form-checkboxes .form-item,
.form-radios .form-item {
.form-radios .form-item,
.form-checkboxes .form-item {
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;
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;
left: .2em;
}
/*
@ -254,8 +260,8 @@ html.js fieldset.collapsed { /*
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: transparent; /*
margin-bottom: 0; */
height: 1.2em;
margin-bottom: 0;
height: 1.2em; */
}
html.ie.js fieldset.collapsed {
height: 2em;
@ -408,4 +414,4 @@ div.filefield-upload input[type="file"] {
font-size: 85%;
line-height: 2em;
text-align: center;
}
}

View file

@ -1,6 +1,6 @@
name = SuiteDesk Theme
description = SuiteDesk Theme Zen.
version = 0.2.25
version = 0.2.27
screenshot = screenshot.png