gosora/themes/nox/public/acc_panel_common.css
Azareal dc974cf72b Improved mobile usability for Nox in the topic list, profiles, account manager and control panel. More to come.
Fixed a bug in the template generator where fragment indices would sometimes become negative.
Forum pages are now considered to be part of /forums/ instead of /topics/ in the menu tab highlighter.
Fixed a bug in the forum page in Nox where the forum options weren't aligned to the right.
Switched out a couple of {{if ne .CurrentUser.ID 0}}s for {{if .CurrentUser.Loggedin}}s
Moved the filter opt separator into it's own DOM node for easier styling.

Added the quick_topic.create_topic_button_short phrase.
Added the topic_list.moderate_short phrase.
2018-12-08 16:49:14 +10:00

49 lines
903 B
CSS

.colstack_left {
width: 200px;
padding-bottom: 6px;
background-color: rgb(62, 62, 62);
/*border-left: 4px solid rgb(82, 82, 82);*/
}
.colstack_left .colstack_head {
/*font-size: 19px;*/
font-size: 18px;
margin-bottom: 8px;
background-color: rgb(72, 72, 72);
/*padding-top: 10px;*/
padding-top: 9px;
padding-left: 18px;
padding-right: 24px;
/*padding-bottom: 10px;*/
padding-bottom: 9px;
margin-left: 0px;
}
.colstack_left .colstack_head:not(:first-child) {
margin-top: 14px;
font-size: 18px;
padding-top: 9px;
padding-bottom: 9px;
}
.colstack_left .colstack_head a {
color: rgb(210, 210, 210);
}
.rowmenu {
margin-left: 18px;
margin-bottom: 2px;
font-size: 17px;
}
.rowmenu a {
color: rgb(180, 180, 180);
}
.rowmenu .rowitem {
margin-bottom: 4px;
}
@media (max-width: 420px) {
.colstack {
display: block;
}
.colstack_left, .colstack_right {
width: auto !important;
}
}