fix navigation user list and refactor layout

This commit is contained in:
Mike Ng
2017-08-02 17:18:53 +04:00
parent bc53f83db8
commit 9e258cfae4
2 changed files with 35 additions and 5 deletions

View File

@@ -327,6 +327,15 @@ div.switch_right.unchecked {
text-decoration: none;
}
#users_page .user_modifier {
margin-top: 5px;
margin-left: 10px;
}
#users_page .user_deleter {
margin-top: 5px;
}
@import './databases';
@import './fields';
@import './tables';