Theme: Minor adjustment.

This commit is contained in:
Nate 2019-12-13 12:52:19 -07:00
parent 6b454c4e36
commit b35aacfa46
1 changed files with 3 additions and 3 deletions

View File

@ -2381,7 +2381,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
}
.list-header > th.shrink {
width: 1px;
width: 1%;
}
.list-row:nth-child(odd) > :not(.action-button) {
@ -2411,8 +2411,8 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
.list-header > .checkbox,
.list-row > .checkbox {
width: 1px;
text-align: center;
width: 1%;
text-align: center !important;
cursor: default !important;
}