1
0
mirror of https://github.com/flarum/core.git synced 2025-05-11 09:55:22 +02:00

Tweak permissions page styles

This commit is contained in:
Toby Zerner 2015-08-02 17:27:18 +09:30
parent 5e84c789e3
commit 338aa3eb73

View File

@ -1,6 +1,6 @@
.PermissionsPage-groups { .PermissionsPage-groups {
background: @control-bg; background: @control-bg;
padding: 30px 0; padding: 20px 0;
} }
.Group { .Group {
width: 90px; width: 90px;
@ -17,10 +17,6 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.Group-icon {
font-size: 14px;
margin-top: 2px;
}
.Group--add { .Group--add {
color: @muted-color; color: @muted-color;
width: auto; width: auto;
@ -28,13 +24,14 @@
font-weight: normal; font-weight: normal;
.Group-icon { .Group-icon {
margin-top: 8px; font-size: 14px;
margin-top: 5px;
} }
} }
.PermissionsPage-permissions { .PermissionsPage-permissions {
padding: 30px 0 200px; padding: 20px 0 200px;
overflow: auto; overflow: auto;
} }