diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-11 18:45:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-11 18:45:47 +0000 |
commit | 2f07a17728e646813b4419088972e61af5abfb41 (patch) | |
tree | b0c9a8cae581456a51fb133b1acd76a50b2cf75b | |
parent | ff301288f2ea06d76606c05bccac5957e2873a94 (diff) | |
download | brdo-2f07a17728e646813b4419088972e61af5abfb41.tar.gz brdo-2f07a17728e646813b4419088972e61af5abfb41.tar.bz2 |
- Patch #765574 by quiptime: better positioning of the 'menu-expanded.png'.
-rw-r--r-- | modules/system/system-behavior.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css index 93cd5ab98..ae8da0d3a 100644 --- a/modules/system/system-behavior.css +++ b/modules/system/system-behavior.css @@ -56,7 +56,7 @@ fieldset.collapsible .fieldset-legend { } html.js fieldset.collapsible .fieldset-legend { padding-left: 15px; /* LTR */ - background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */ + background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */ } html.js fieldset.collapsed .fieldset-legend { background-image: url(../../misc/menu-collapsed.png); /* LTR */ |