02a0cbb6bb
Switched gopsutil with a temporary more stable fork. Ping PostgreSQL upon connecting. We need a global solution for connection drops. A connection timeout, perhaps? Added the rowmenu CSS class for styling sidebar menus. Added the real_first_child CSS class, we might be able to get around using it by redoing the <form> nesting. Added the rowlist CSS class. Added the bgavatars CSS class. Added avatars to the User Manager. Added limited responsivity to the Shadow Theme, I might have broken some things in the other themes, I'll fix that soon! A per-theme post-avatar-bg.jpg file is now used for the first topic layout rather than the global white-dot.jpg file.
25 lines
324 B
CSS
25 lines
324 B
CSS
.rowlist .tag-mini {
|
|
font-size: 10px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.panel_right_button {
|
|
float: right;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#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;
|
|
}
|