diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-30 17:00:26 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-30 17:00:26 +0200 |
commit | 762bb8de795f8bb455da969d287397b2fa6a2f82 (patch) | |
tree | 060cede412b7f53d16dd7658e805dbcd9ea256bf /view/theme/duepuntozero | |
parent | c5cddc742810c03ab86f6e99b0c4d52071c4b523 (diff) | |
download | volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.tar.gz volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.tar.bz2 volse-hubzilla-762bb8de795f8bb455da969d287397b2fa6a2f82.zip |
update oembed and widgets plugins settings form
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index dc54398dc..67a1546ee 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2541,6 +2541,15 @@ a.mail-list-link { filter:alpha(opacity=100); } +/** + * Plugins settings + */ + +.settings-block > h3, +.settings-heading { + border-bottom: 1px solid #babdb6 +} + /** * Form fields @@ -2554,7 +2563,6 @@ a.mail-list-link { .field label { float: left; width: 200px; - font-weight: bold; } .field input, @@ -2599,7 +2607,9 @@ a.mail-list-link { #adminpage h3 { border-bottom: 1px solid #cccccc; } - +#adminpage .field label { + font-weight: bold; +} #adminpage .submit { clear:left; text-align: right; |