gosora/themes/shadow/public/panel.css

51 lines
698 B
CSS

.rowlist .tag-mini {
font-size: 10px;
margin-left: 2px;
}
.panel_floater {
margin-left: auto;
}
.panel_right_button {
float: right;
margin-left: 5px;
}
.edit_button:before {
content: "Edit";
}
.delete_button:after {
content: "Delete";
}
#panel_forums .rowitem {
display: flex;
}
#panel_users .ban_button {
font-size: 10px;
float: none;
margin-left: 0px;
}
#panel_users .ban_button:before {
content: "|";
margin-right: 4px;
}
#forum_quick_perms .edit_fields {
float: right;
}
.forum_active_name {
color: rgb(200,200,200);
}
.builtin_forum_divider {
margin-bottom: 5px;
}
#panel_word_filters .itemSeparator:before {
content: " || ";
padding-left: 2px;
padding-right: 2px;
}