diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 00:01:12 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 00:01:12 +0000 |
commit | 3831866f4ab52a63260e48efd83d35b321853fe5 (patch) | |
tree | 7f2182c0b7da5d0ee1214c878eb317c45fa009e1 /themes | |
parent | 8aff63281f6a20a692c5d86eb15a09ae9ecf009e (diff) | |
download | jquery-ui-3831866f4ab52a63260e48efd83d35b321853fe5.tar.gz jquery-ui-3831866f4ab52a63260e48efd83d35b321853fe5.zip |
.1em change in accordion headers top padding
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/ui.accordion.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.accordion.css b/themes/base/ui.accordion.css index 68c2c40a2..ce5341475 100644 --- a/themes/base/ui.accordion.css +++ b/themes/base/ui.accordion.css @@ -4,6 +4,6 @@ .ui-accordion-header { cursor: pointer; position: relative; height:2em; } .selected .ui-accordion-header { border-bottom: 0; } .ui-accordion .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } -.ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } +.ui-accordion-header a { display: block; font-size: 1em; padding: .4em .5em .5em 2.2em; } .ui-accordion-header .ui { border-bottom: 0; } .ui-accordion-content { padding: 1.5em 2.2em; border-top: 0; }
\ No newline at end of file |