Added Account section

This commit is contained in:
2020-03-13 23:01:39 -04:00
parent dd1809473c
commit 396ca2366e
80 changed files with 5330 additions and 107 deletions

View File

@ -34,10 +34,6 @@ table:first-of-type tbody tr td:first-of-type {
text-align: right;
}
tbody tr:last-of-type {
border: none;
}
td {
white-space: nowrap;
}

View File

@ -45,7 +45,3 @@ table:first-of-type tbody:not(.lmc-tbody-head) tr td:first-of-type {
font-weight: bold;
text-align: right;
}
tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}

View File

@ -53,10 +53,6 @@
text-align: right;
}
#dest-table tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}
#dest-table td:last-of-type {
width: 100%;
}

View File

@ -21,10 +21,6 @@
padding: 0px 15px 15px;
}
tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}
tbody:not(.lmc-tbody-head) tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -25,11 +25,19 @@
margin-top: 5px;
}
#config-table tr:last-of-type {
border-bottom: 1px solid #E8E8E8;
}
.disk-icon {
height: 24px;
width: 26px;
}
#disk-table tr:last-of-type {
border-bottom: 1px solid #E8E8E8;
}
.extra-event {
display: none;
}
@ -209,3 +217,7 @@ h3 {
#uptime {
display: none;
}
#volume-table tr:last-of-type {
border-bottom: 1px solid #E8E8E8;
}

View File

@ -25,10 +25,6 @@
width: 80px;
}
tbody tr:last-of-type {
border: none;
}
tbody tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -53,10 +53,6 @@ h3 {
font-weight: bold;
}
tbody tr:last-of-type {
border: none;
}
tbody tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -21,10 +21,6 @@
padding: 0px 15px 15px;
}
tbody tr:last-of-type {
border: none;
}
tbody tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -38,3 +38,7 @@ td:nth-of-type(2) {
text-align: center;
white-space: nowrap;
}
.lmc-table tbody:not(.lmc-tbody-head) tr:last-of-type {
border-bottom: 1px solid #E8E8E8;
}

View File

@ -85,7 +85,3 @@ p {
table {
margin-bottom: 20px;
}
tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}

View File

@ -30,10 +30,6 @@ h2 {
margin-top: 0;
}
.lmc-tr3 {
border-bottom: none;
}
#mutate {
padding: 0px 15px 15px;
}

View File

@ -28,7 +28,3 @@ p {
tbody tr td:first-of-type {
font-weight: bold;
}
tbody tr:last-of-type {
border: none;
}

View File

@ -21,10 +21,6 @@
padding: 0px 15px 15px;
}
tbody tr:last-of-type {
border: none;
}
tbody tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -37,10 +37,6 @@ table:first-of-type {
margin-bottom: 30px;
}
tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}
tbody:not(.lmc-tbody-head) tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -25,10 +25,6 @@
margin-bottom: 30px;
}
tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}
tbody:not(.lmc-tbody-head) tr td:first-of-type {
font-weight: bold;
text-align: right;

View File

@ -46,6 +46,10 @@ li {
margin-bottom: 15px;
}
.lmc-table tbody:not(.lmc-tbody-head) tr {
border-bottom: none;
}
.lmc-table td {
vertical-align: top;
width: 25%;

View File

@ -38,7 +38,3 @@ tbody:not(.lmc-tbody-head) tr td:first-of-type {
text-align: right;
white-space: nowrap;
}
tbody:not(.lmc-tbody-head) tr:last-of-type {
border: none;
}