1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00

Improve admin permissions page with icons, visual tweaks

This commit is contained in:
Toby Zerner
2015-09-22 17:52:16 +09:30
parent 264725d872
commit 5598e885b7
4 changed files with 72 additions and 38 deletions

View File

@@ -59,18 +59,26 @@
tbody {
th {
padding-right: 50px;
.icon {
margin-right: 5px;
font-size: 14px;
}
}
tr:last-child {
td, th {
padding-bottom: 15px !important;
}
}
select {
background: transparent;
padding: 0 30px 0 0;
height: auto;
border: 0;
width: 100%;
.Dropdown {
display: block;
.Dropdown-toggle {
width: 100%;
display: block;
text-align: left;
float: none;
}
}
.Button {
text-decoration: none;
@@ -93,9 +101,14 @@
margin: -1px 0;
}
.PermissionDropdown {
.Dropdown-toggle {
padding: 5px 0;
margin: -5px 0;
}
.Badge {
margin: -3px 3px -3px 0;
vertical-align: 1px;
.box-shadow(none);
}
}
.PermissionGrid-section {