Browse Source

Merge same selector

adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
f960934eb9
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 6
      src/webui/www/private/css/style.css

6
src/webui/www/private/css/style.css

@ -61,6 +61,8 @@ h2 {
#error_div { #error_div {
color: #f00; color: #f00;
float: left;
font-size: 14px;
font-weight: bold; font-weight: bold;
} }
@ -565,10 +567,6 @@ td.generalLabel {
margin-left: -1px; margin-left: -1px;
} }
#error_div {
float: left;
font-size: 14px;
}
.combo_priority { .combo_priority {
font-size: 1em; font-size: 1em;

Loading…
Cancel
Save