Added Account section
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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%;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -85,7 +85,3 @@ p {
|
||||
table {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
tbody:not(.lmc-tbody-head) tr:last-of-type {
|
||||
border: none;
|
||||
}
|
||||
|
@ -30,10 +30,6 @@ h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.lmc-tr3 {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#mutate {
|
||||
padding: 0px 15px 15px;
|
||||
}
|
||||
|
@ -28,7 +28,3 @@ p {
|
||||
tbody tr td:first-of-type {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tbody tr:last-of-type {
|
||||
border: none;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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%;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user