diff options
author | Simon Rettberg | 2016-06-14 11:21:29 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-06-14 11:21:29 +0200 |
commit | 91bfa07f909101a42476accff50981d649e725d2 (patch) | |
tree | da8fd8df10fe0376a1b746fe27931279f8d1f778 /style | |
parent | [install-all] cmdline script to install/update database (diff) | |
download | slx-admin-91bfa07f909101a42476accff50981d649e725d2.tar.gz slx-admin-91bfa07f909101a42476accff50981d649e725d2.tar.xz slx-admin-91bfa07f909101a42476accff50981d649e725d2.zip |
[dashboard] Add submenu feature
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 3701c43f..c77149da 100644 --- a/style/default.css +++ b/style/default.css @@ -469,6 +469,12 @@ section{ padding-left: 15px; } +li.slx-submenu { + font-size: 80%; + font-weight: bold; + padding-left: 1em; +} + /* * Sysconfig Module Editor */ |