Skip to content

Commit

Permalink
QA: Updating Glyphs for new Icon Style
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 21, 2024
1 parent 7e78123 commit 35640da
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 18 deletions.
12 changes: 10 additions & 2 deletions include/themes/cacti/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ legend {
text-align: left;
line-height: 22px;
display: table-column;
width: 70%;
width: calc(50%);
font-size: 1em;
font-weight: 700;
background: rgba(0,102,0,0.7);
Expand All @@ -1185,7 +1185,7 @@ legend {
line-height: 22px;
display: table-column;
text-align: right;
width: 30%;
width: calc(50%);
background: rgba(0,102,0,0.7);
white-space: nowrap;
}
Expand Down Expand Up @@ -1269,6 +1269,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/carrot/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ legend {
text-align: left;
line-height: 22px;
display: table-column;
width: 70%;
width: calc(50%);
font-size: 1em;
font-weight: 700;
background: rgba(255,57,13,0.7);
Expand All @@ -1191,7 +1191,7 @@ legend {
line-height: 22px;
display: table-column;
text-align: right;
width: 30%;
width: calc(50%);
background: rgba(255,57,13,0.7);
white-space: nowrap;
}
Expand Down Expand Up @@ -1275,6 +1275,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/dark/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ legend {
text-align: left;
padding-left: 5px;
display: block;
width: 70%;
width: calc(50%);
height: 22px;
line-height: 22px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #252426), color-stop(1, #0C0D0D));
Expand All @@ -1379,7 +1379,7 @@ legend {
padding: 0px;
display: block;
text-align: right;
width: calc(30% - 5px);
width: calc(50% - 5px);
height: 22px;
line-height: 22px;
white-space: nowrap;
Expand Down Expand Up @@ -1469,6 +1469,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/hollyberry/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ legend {
text-align: left;
line-height: 22px;
display: table-column;
width: 70%;
width: calc(50%);
font-size: 1em;
font-weight: 700;
background: rgba(0, 161, 11,0.7);
Expand All @@ -1223,7 +1223,7 @@ legend {
line-height: 22px;
display: table-column;
text-align: right;
width: 30%;
width: calc(50%);
background: rgba(0, 161, 11,0.7);
background: -moz-linear-gradient(top, rgba(255,4,0,0.7) 0%, rgba(3,159,11,0.7) 99%, rgba(0,161,11,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,4,0,0.7) 0%,rgba(3,159,11,0.7) 99%,rgba(0,161,11,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
Expand Down Expand Up @@ -1311,6 +1311,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/modern/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ legend {
height: 25px;
line-height: 25px;
display: block;
width: 70%;
width: calc(50%)
background: rgba(98,125,77,1);
background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
Expand All @@ -1400,7 +1400,7 @@ legend {
line-height: 25px;
display: block;
text-align: right;
width: calc(30% - 5px);
width: calc(50% - 5px);
background: rgba(98,125,77,1);
background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
Expand Down Expand Up @@ -1492,6 +1492,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/paper-plane/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ tr>td.textInfo.right {
padding-left: 3px;
vertical-align: middle;
display: block;
width: 70%;
width: calc(50%);
height: 28px;
line-height: 28px;
font-size: 13px;
Expand All @@ -1391,7 +1391,7 @@ tr>td.textInfo.right {
vertical-align: middle;
font-size: 13px;
color: #FFF;
width: calc(30% - 3px);
width: calc(50% - 3px);
height: 28px;
line-height: 28px;
border-color: #222;
Expand Down Expand Up @@ -1478,6 +1478,14 @@ tr>td.textInfo.right {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/paw/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ legend {
padding-left: 3px;
text-align: left;
display: block;
width: 70%;
width: calc(50%);
height: 28px;
line-height: 28px;
font-size: 1em;
Expand All @@ -1220,7 +1220,7 @@ legend {
padding: 0px;
display: block;
text-align: right;
width: calc(30% - 3px);
width: calc(50% - 3px);
height: 28px;
line-height: 28px;
background: rgba(0,0,0,0.9);
Expand Down Expand Up @@ -1306,6 +1306,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/raspberry/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ legend {
text-align: left;
line-height: 22px;
display: table-column;
width: 70%;
width: calc(50%);
font-size: 1em;
font-weight: 700;
background: rgba(102,0,102,0.7);
Expand All @@ -1203,7 +1203,7 @@ legend {
line-height: 22px;
display: table-column;
text-align: right;
width: 30%;
width: calc(50%);
background: rgba(102,0,102,0.7);
white-space: nowrap;
}
Expand Down Expand Up @@ -1287,6 +1287,14 @@ legend {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down
12 changes: 10 additions & 2 deletions include/themes/sunrise/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ table.cactiTable {
text-align: left;
padding-left: 3px;
display: block;
width: 70%;
width: calc(50%);
height: 22px;
line-height: 22px;
font-size: 13px;
Expand All @@ -1422,7 +1422,7 @@ table.cactiTable {
display: block;
text-align: right;
font-size: 13px;
width: calc(30% - 3px);
width: calc(50% - 3px);
height: 22px;
line-height: 22px;
border-color: rgba(255,255,255,0.2);
Expand Down Expand Up @@ -1507,6 +1507,14 @@ table.cactiTable {
vertical-align: middle;
}

.pingRow {
padding-left: 5px;
min-height: 50px;
vertical-align: text-top;
display: table-cell;
margin: 0px;
}

.formRow {
display: table;
width: 100%;
Expand Down

0 comments on commit 35640da

Please sign in to comment.