Mercurial > prosody-modules
diff mod_admin_web/admin_web/www_files/css/style.css @ 573:c9955858dc7e
mod_adhoc_web: Redesign adhoc command pane
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Wed, 18 Jan 2012 01:24:41 +0100 |
parents | mod_admin_web/admin_web/www_files/style.css@99465bbfa205 |
children | 565d5409c6ca |
line wrap: on
line diff
--- a/mod_admin_web/admin_web/www_files/css/style.css Tue Jan 17 16:07:21 2012 +0000 +++ b/mod_admin_web/admin_web/www_files/css/style.css Wed Jan 18 01:24:41 2012 +0100 @@ -24,6 +24,14 @@ display: none } +#adhocCommands { + border-right: solid 1px +} + +#adhocCommands li { + list-style: inside +} + #login { float: left; margin-left: 1em;