admin: fix template error

Also a try to display key-value pairs in table.
This commit is contained in:
Unknwon
2017-02-28 12:42:16 -05:00
parent d43f5f17fd
commit dd649eb4cc
6 changed files with 54 additions and 35 deletions

View File

@@ -3019,6 +3019,13 @@ footer .ui.language .menu {
.admin.config #test-mail-btn {
margin-left: 5px;
}
.admin.config table tbody tr td:first-child {
font-weight: bold;
}
.admin.config pre {
background-color: #f7f7f7;
padding: 5px;
}
.explore {
padding-top: 15px;
padding-bottom: 80px;