Skip to content
Snippets Groups Projects
Unverified Commit 00ebcd9b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3115005 by bnjmnm: Remove fieldset CSS that was only there to work...

Issue #3115005 by bnjmnm: Remove fieldset CSS that was only there to work around a now-fixed Firefox bug

(cherry picked from commit c81afb88)
parent d2d8fc93
No related branches found
No related tags found
No related merge requests found
......@@ -36,17 +36,6 @@ fieldset {
padding: 0.35em 0.625em 0.75em; /* 1 */
border: 1px solid #c0c0c0; /* 1 */
}
/**
* We've temporarily added this Firefox specific rule here to fix fieldset
* widths.
* @todo remove once this Mozilla bug is fixed.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
*/
@media (min--moz-device-pixel-ratio: 0) {
fieldset {
display: table-cell;
}
}
details,
fieldset,
.filter-wrapper {
......
......@@ -45,17 +45,6 @@ fieldset:not(.fieldgroup) {
border-radius: 2px;
background-color: #fcfcfa;
}
/**
* We've temporarily added this Firefox specific rule here to fix fieldset
* widths.
* @todo remove once this Mozilla bug is fixed.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
*/
@media (min--moz-device-pixel-ratio: 0) {
fieldset:not(.fieldgroup) {
display: table-cell;
}
}
fieldset:not(.fieldgroup) > legend {
position: absolute;
top: 10px;
......@@ -67,17 +56,6 @@ fieldset:not(.fieldgroup) > legend {
.fieldgroup {
min-width: 0;
}
/**
* We've temporarily added this Firefox specific rule here to fix fieldset
* widths.
* @todo remove once this Mozilla bug is fixed.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
*/
@media (min--moz-device-pixel-ratio: 0) {
.fieldgroup {
display: table-cell;
}
}
.form-item {
margin: 0.75em 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment