diff options
author | Simon Rettberg | 2019-10-17 15:55:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-10-17 15:55:05 +0200 |
commit | 0064f98651c627387115e84e7632f9eceff5d4c3 (patch) | |
tree | bf06e04bc6bde06f322631945be7b7d5ec5108db /style | |
parent | [serversetup-bwlp-ipxe/minilinux] Further improvements (diff) | |
download | slx-admin-0064f98651c627387115e84e7632f9eceff5d4c3.tar.gz slx-admin-0064f98651c627387115e84e7632f9eceff5d4c3.tar.xz slx-admin-0064f98651c627387115e84e7632f9eceff5d4c3.zip |
[serversetup-bwlp-ipxe] UI/UX tweaks
* Decluttered bootentry View in menu editor
* Show details for hook bootentry in menu editor
* Buttons for "save and reload" in menu/bootentry editor
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index e00037ab..99c4321f 100644 --- a/style/default.css +++ b/style/default.css @@ -70,6 +70,10 @@ body { color: gray; } +.monospace { + font-family: monospace, monospace; +} + .slx-label { font-weight: bold; margin: auto; |