From 2e1916f3c986450cd1460afa1dd481bd2c62f336 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 29 Nov 2018 10:51:17 +1000 Subject: [PATCH] Don't forget to push this too or it won't work. --- themes/nox/public/acc_panel_common.css | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 themes/nox/public/acc_panel_common.css diff --git a/themes/nox/public/acc_panel_common.css b/themes/nox/public/acc_panel_common.css new file mode 100644 index 00000000..322ce8c0 --- /dev/null +++ b/themes/nox/public/acc_panel_common.css @@ -0,0 +1,39 @@ +.colstack_left { + width: 200px; + padding-bottom: 6px; + background-color: rgb(62, 62, 62); +} +.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: 16px; + margin-bottom: 2px; + font-size: 17px; +} +.rowmenu a { + color: rgb(180, 180, 180); +} +.rowmenu .rowitem { + margin-bottom: 4px; +} \ No newline at end of file