Skip to content

Commit

Permalink
cleans up linter errors in stylesheet.
Browse files Browse the repository at this point in the history
- fix indentation
- rm empty rules
- rm invalid position style declaration
  • Loading branch information
stopfstedt committed May 28, 2024
1 parent 7631b4e commit 0ca5a0e
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
max-width: 250px;
}

#page-block-quickmail .mform {
}

#page-block-quickmail .emailtable {
background-color: inherit;
}
Expand Down Expand Up @@ -49,18 +46,18 @@
padding: 2px 0;
}

#page-block-quickmail .emailtable .r1 .c2, .emailtable .r0 .c1 {
#page-block-quickmail .emailtable .r1 .c2,
.emailtable .r0 .c1 {
text-align: right;
}

#page-block-quickmail .mform fieldset.hidden > div {
clear:both;
float:none;
position:center;
overflow:hidden;
width:100%;
text-align:left;
margin:auto;
clear: both;
float: none;
overflow: hidden;
width: 100%;
text-align: left;
margin: auto;
}

#page-block-quickmail .mform input#id_subject {
Expand Down

0 comments on commit 0ca5a0e

Please sign in to comment.