css: remove div tag on 'div.gru-content' selectors (#67127)

This commit is contained in:
Thomas Jund 2022-07-07 14:55:55 +02:00
parent c2fed953bb
commit 0308b537fc
3 changed files with 6 additions and 6 deletions

View File

@ -806,7 +806,7 @@ div.gallerycell {
}
}
div.gru-content div.cell div.cell-items-pagination {
.gru-content div.cell div.cell-items-pagination {
padding: 1rem;
.cell-items-pagination-next {
float: right;

View File

@ -245,18 +245,18 @@ div.buttons div {
.fargo-pick-popup button,
button.ui-button,
a#a2-continue,
div.gru-content button,
.gru-content button,
input[type=submit],
div.buttons input {
@extend %button;
}
div.gru-content button.cancel-button,
.gru-content button.cancel-button,
div.buttons .cancel-button button {
@extend %cancel-button;
}
div.gru-content form.disabled-during-submit {
.gru-content form.disabled-during-submit {
// this class is added to forms in w.c.s. when a button is clicked.
div.buttons {
cursor: wait;

View File

@ -89,7 +89,7 @@ div#rub_service h2 {
@extend %title;
}
div.gru-content div#rub_service h3,
.gru-content div#rub_service h3,
div#rub_service h3 {
border: none;
text-align: left;
@ -201,7 +201,7 @@ li.required-authentication a:after {
}
ul#evolutions,
div.gru-content #disclose-dataview,
.gru-content #disclose-dataview,
div#receipt-intro {
margin: 1em;
padding: 0;