diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d4f4f19dc..9d0b62d6a 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -59,6 +59,7 @@ HR.separation { } /** General defaults **/ +INPUT {margin: 0;} ul, dl, li { text-align: left;} /* for debugging purpose */ pre { text-align:left; } @@ -193,13 +194,13 @@ FORM.filter INPUT[type="submit"] { margin-top: 1em; } -FORM.properties UL { +FORM.properties UL, FORM#quickconnect UL { list-style-type: none; margin: 0; padding: 0; } -FORM.properties LI { +FORM.properties LI, FORM#quickconnect UL { margin-bottom: 0.5em; padding: 0; line-height: 1.8em; @@ -213,6 +214,18 @@ FORM.properties LABEL { padding: 0 0.5em 0 0; } +FORM#quickconnect LABEL { + float: left; + width: 30%; + text-align: right; + margin: 0.5em 0 0 0; + padding: 0 0.5em 0 0; +} + +FORM#quickconnect INPUT { + margin-top: 0.5em; +} + FORM.properties LABEL.mandatory { font-weight: bold; } |