diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 3b136fced..e5baa9dc5 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -59,3 +59,23 @@ #menubar INPUT { text-indent: 2px; } + +/* quickconnect form */ +FORM#quickconnect { + margin: 0; +} + +FORM#quickconnect FIELDSET { + margin: 5px; +} + +FORM#quickconnect P { + float: left; + margin: 0; +} + +FORM#quickconnect UL.actions { + display: inline; + margin: 0,5em 0 0 0; + float: right; +} |