diff options
author | Mario <mario@mariovavti.com> | 2021-04-07 20:50:34 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-07 20:50:34 +0200 |
commit | 806f50eee3c8d63c8c8bceb89a3595e14cc303c5 (patch) | |
tree | 8053f007858c21d0cba79bbf62b17d8dc58a0ee6 /view/css | |
parent | 6956eadaad637561561fad83727043f56f36f1b4 (diff) | |
download | volse-hubzilla-806f50eee3c8d63c8c8bceb89a3595e14cc303c5.tar.gz volse-hubzilla-806f50eee3c8d63c8c8bceb89a3595e14cc303c5.tar.bz2 volse-hubzilla-806f50eee3c8d63c8c8bceb89a3595e14cc303c5.zip |
register: more ui/ux work
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_admin.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css index 8f1b98b61..fa8f84d83 100644 --- a/view/css/mod_admin.css +++ b/view/css/mod_admin.css @@ -1,4 +1,4 @@ - + /** * ADMIN @@ -9,7 +9,7 @@ font-weight: bold; background-color: #FF0000; padding: 0em 0.3em; - + } #adminpage dl { clear: left; @@ -74,3 +74,18 @@ tr.zebra9 { background-color: #eafaf1; } tr.zebra0 { background-color: #fbeee6; } tr.zebra1 { background-color: #fef9e7; } + +.zuiqmid { + font-weight: normal; + font-family: monospace; +} + +.zui_n { + width: 5em; + text-align: center; +} + +.zuia { + cursor: pointer; + font-weight: bold; +} |