- submitting details code review;

- fixed small notices and CSS;
This commit is contained in:
nikitasinelnikov
2020-02-06 16:01:21 +02:00
parent 9e1b652c32
commit 7ab7a06b75
4 changed files with 799 additions and 750 deletions
+13 -1
View File
@@ -123,10 +123,22 @@
}
.um-admin-infobox p {
border-top: 1px solid #e5e5e5;
padding-top: 15px;
}
.um-admin-infobox > p:not(:first-child) {
border-top: 1px solid #e5e5e5;
}
.um-admin-infobox > .um-row > p {
border-top: 1px solid #e5e5e5;
}
.um-admin-infobox > p:first-child {
margin-top: 0;
padding-top: 0;
}
.um-admin-infobox label {
font-weight: bold;
display: block;