2018-02-10 15:07:21 +00:00
|
|
|
.submenu a {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
.colstack_head .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.colstack_head .rowitem h1, .colstack_head .rowitem a {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.colstack_head .rowitem a h1 {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2017-07-29 10:36:39 +00:00
|
|
|
.rowlist .tag-mini {
|
|
|
|
font-size: 10px;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.panel_floater {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2017-07-29 10:36:39 +00:00
|
|
|
.panel_right_button {
|
|
|
|
float: right;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.edit_button:before {
|
|
|
|
content: "Edit";
|
|
|
|
}
|
|
|
|
.delete_button:after {
|
|
|
|
content: "Delete";
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel_forums .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2017-07-29 10:36:39 +00:00
|
|
|
#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;
|
|
|
|
}
|
2017-08-17 11:13:49 +00:00
|
|
|
|
|
|
|
.forum_active_name {
|
|
|
|
color: rgb(200,200,200);
|
|
|
|
}
|
|
|
|
.builtin_forum_divider {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
|
|
|
|
#panel_word_filters .itemSeparator:before {
|
|
|
|
content: " || ";
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
2018-01-16 08:01:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.colstack_graph_holder {
|
|
|
|
background-color: var(--main-block-color);
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.ct-label {
|
|
|
|
color: var(--input-text-color) !important;
|
|
|
|
}
|
|
|
|
.ct-chart-line, .ct-grid {
|
|
|
|
stroke: var(--input-text-color) !important;
|
|
|
|
}
|
|
|
|
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
|
|
|
|
stroke: hsl(359,98%,43%) !important;
|
2017-12-10 03:43:30 +00:00
|
|
|
}
|