Workaround IE bug by floating the legend to the left.
Change-Id: I6cdbca368ad3ccd76d65ede97040c807c7f0fb95
Resolves: #25484
Releases: 4.5, 4.6
Reviewed-on: http://review.typo3.org/4174
Reviewed-by: Stanislas Rolland
Tested-by: Stanislas Rolland
}
.htmlarea-window .x-fieldset {
margin: 3px;
+ padding-top: 5px;
+}
+/* IE legend positioning bug */
+.ext-ie .htmlarea-window .x-fieldset legend,
+.ext-ie .htmlarea-window .x-fieldset legend span {
+ display: block;
+ float: left;
+}
+.ext-ie .htmlarea-window .x-fieldset-bwrap {
+ clear: left;
}
.htmlarea-window .x-form-item-label {
font-size: 10px;
}
.htmlarea-window .x-fieldset {
margin: 3px;
+ padding-top: 5px;
+}
+/* IE legend positioning bug */
+.ext-ie .htmlarea-window .x-fieldset legend,
+.ext-ie .htmlarea-window .x-fieldset legend span {
+ display: block;
+ float: left;
+}
+.ext-ie .htmlarea-window .x-fieldset-bwrap {
+ clear: left;
}
.htmlarea-window .x-form-item-label {
font-size: 10px;