Enabled moving address, minor CSS fixes

This commit is contained in:
Deon George
2021-08-08 17:27:22 +10:00
parent 7cd7849241
commit 8d4ca2963d
6 changed files with 202 additions and 12 deletions

View File

@@ -398,6 +398,9 @@ ul#searchbar li i {
margin-bottom: 16px;
}
.actions {
width: 1%;
}
dl {
margin:1em -1px 0 1px
}
@@ -488,7 +491,9 @@ label.list-group-item {
background-color: inherit;
color: inherit;
}
.nowrap {
white-space: nowrap;
}
p {
margin:0 0 1em;
padding:0;
@@ -631,7 +636,7 @@ tbody {
.monotable tbody td {
padding-left:1.5ch!important;
padding-right:1.5ch!important;
vertical-align:middle!important
vertical-align:top;
}
.monotable tbody tr:first-child td {
padding-top:9px!important