Skip to content

Commit

Permalink
Issue #2251: Reduce selector changes to only necessary ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Nov 20, 2023
1 parent 3044f9a commit 4014fb1
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions var/httpd/htdocs/skins/Agent/default/css/Core.Responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,17 +437,15 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

fieldset.TableLike > .Field input[type=file],
fieldset.TableLike > .Row > .Field input[type=file],
fieldset.TableLike > .Row > .FieldCell > .Field input[type=file] {
fieldset.TableLike > .Row > .Field input[type=file] {
width: 95%;
}

fieldset.TableLike > .RichTextField,
fieldset.TableLike > .Row > .RichTextField,
fieldset.TableLike > .Row > .FieldCell > .RichTextField,
fieldset.TableLike > .FloatingField,
fieldset.TableLike > .Row > .FloatingField,
fieldset.TableLike > .Row > .FieldCell > .FloatingField {
fieldset.TableLike > .Row > .FloatingField {
padding: 0px;
float: none;
margin: 0;
Expand Down Expand Up @@ -574,8 +572,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.ResponsiveSidebarContainer fieldset.TableLike.FixedLabel > .Row > .Field,
.ResponsiveSidebarContainer fieldset.TableLike.FixedLabel > .Row > .FieldCell > .Field,
.ResponsiveSidebarContainer fieldset.TableLike.FixedLabel > .Value,
.ResponsiveSidebarContainer fieldset.TableLike.FixedLabel > .Row > .Value,
.ResponsiveSidebarContainer fieldset.TableLike.FixedLabel > .Row > .FieldCell > .Value {
.ResponsiveSidebarContainer fieldset.TableLike.FixedLabel > .Row > .Value {
float: none;
display: inline;
margin: 0px;
Expand Down Expand Up @@ -790,14 +787,14 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
fieldset.TableLike.FixedLabelSmall > .Row > .Field,
fieldset.TableLike.FixedLabelSmall > .Row > .FieldCell > .Field,
fieldset.TableLike.FixedLabelSmall > .Value,
fieldset.TableLike.FixedLabelSmall > .Row > .Value,
fieldset.TableLike.FixedLabelSmall > .Row > .FieldCell > .Value {
fieldset.TableLike.FixedLabelSmall > .Row > .Value {
margin-left: 0px;
font-size: 1.2em;
}

.RTL fieldset.TableLike.FixedLabelSmall > .Field,
.RTL fieldset.TableLike.FixedLabelSmall > .Row > .Field,
.RTL fieldset.TableLike.FixedLabelSmall > .Row > .FieldCell > .Field,
.RTL fieldset.TableLike.FixedLabelSmall > .Value,
.RTL fieldset.TableLike.FixedLabelSmall > .Row > .Value {
margin-right: 0px;
Expand Down Expand Up @@ -857,14 +854,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.TicketZoom fieldset.TableLike > label,
.TicketZoom fieldset.TableLike > .Row > label,
.TicketZoom fieldset.TableLike > .Row > .FieldCell > label,
.TicketZoom fieldset.TableLike > .Row .FixedValueSmall,
.TicketZoom fieldset.TableLike > .Row > .FieldCell .FixedValueSmall {
.TicketZoom fieldset.TableLike > .Row .FixedValueSmall {
float: left;
}

.TicketZoom fieldset.TableLike.FixedLabelSmall > .FixedValueSmall,
.TicketZoom fieldset.TableLike.FixedLabelSmall > .Row > .FixedValueSmall,
.TicketZoom fieldset.TableLike.FixedLabelSmall > .Row > .FieldCell > .FixedValueSmall {
.TicketZoom fieldset.TableLike.FixedLabelSmall > .Row > .FixedValueSmall {
width: auto;
}

Expand Down Expand Up @@ -1179,8 +1174,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.LayoutPopup fieldset.TableLike.FixedLabel > .Row > .Field,
.LayoutPopup fieldset.TableLike.FixedLabel > .Row > .FieldCell > .Field,
.LayoutPopup fieldset.TableLike.FixedLabel > .Value,
.LayoutPopup fieldset.TableLike.FixedLabel > .Row > .Value,
.LayoutPopup fieldset.TableLike.FixedLabel > .Row > .FieldCell > .Value {
.LayoutPopup fieldset.TableLike.FixedLabel > .Row > .Value {
margin-left: 0px;
padding-left: 0px;
}
Expand Down Expand Up @@ -1212,8 +1206,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

fieldset.TableLike > .Value,
fieldset.TableLike > .Row > .Value,
fieldset.TableLike > .Row > .FieldCell > .Value {
fieldset.TableLike > .Row > .Value {
margin-left: 0px;
}

Expand Down

0 comments on commit 4014fb1

Please sign in to comment.