diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index dd76aab67..4c684a748 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -182,22 +182,6 @@ FORM.properties LABEL { padding: 0 0.5em 0 0; } -FORM#quickconnect { - margin: 0; -} - -FORM#quickconnect FIELDSET { - margin: 5px; -} - -FORM#quickconnect P { - text-align: center; -} - -FORM#quickconnect P INPUT { - display: inline; -} - FORM.properties LABEL.mandatory { font-weight: bold; } @@ -258,4 +242,16 @@ FORM#addComment FIELDSET LABEL { FORM#addComment FIELDSET INPUT[type="hidden"] { display: none; -}
\ No newline at end of file +} + +/* button tools */ +UL.actions { + text-indent: 0; + list-style: none; +} +UL.actions LI { + display: inline; +} +UL.actions A { + border: none; +} |