Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacobSingh/380669 to your computer and use it in GitHub Desktop.
Save jacobSingh/380669 to your computer and use it in GitHub Desktop.
From a8baaefe65e1c509d93b079e1da811ff4e2db62a Mon Sep 17 00:00:00 2001
From: dries <dries>
Date: Sun, 11 Apr 2010 18:45:47 +0000
Subject: [PATCH] - Patch #765574 by quiptime: better positioning of the 'menu-expanded.png'.
---
modules/system/system-behavior.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css
index 0dcdf31..66e71a8 100644
--- a/modules/system/system-behavior.css
+++ b/modules/system/system-behavior.css
@@ -1,4 +1,4 @@
-/* $Id: system-behavior.css,v 1.7 2010/03/31 20:24:13 dries Exp $ */
+/* $Id: system-behavior.css,v 1.8 2010/04/11 18:45:47 dries Exp $ */
/**
* Autocomplete
@@ -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 */
--
1.6.4+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment