summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-18 06:54:43 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-18 06:54:43 +0000
commitadb7506a58b0b0e3af0755c99d978632991b062a (patch)
treee367f859f63cf7efd4a2e134e102cb85eb88781d /modules
parentf3f6d53158f414fba28fe066904c7382ff611a1b (diff)
downloadbrdo-adb7506a58b0b0e3af0755c99d978632991b062a.tar.gz
brdo-adb7506a58b0b0e3af0755c99d978632991b062a.tar.bz2
- Patch #721188 by aspilicious, yoroy: make drag icon position align better.
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/dashboard.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css
index 3ddf385a4..a186289a2 100644
--- a/modules/dashboard/dashboard.css
+++ b/modules/dashboard/dashboard.css
@@ -107,18 +107,18 @@
}
#dashboard .ui-sortable .block h2 {
- background: transparent url(../../misc/draggable.png) no-repeat 0 -35px;
- padding: 0 1em;
+ background: transparent url(../../misc/draggable.png) no-repeat 0px -39px;
+ padding: 0 17px;
}
#dashboard #disabled-blocks .block:hover h2 {
- background: #0074BD url(../../misc/draggable.png) no-repeat 0 -35px;
+ background: #0074BD url(../../misc/draggable.png) no-repeat 0px -39px;
color: #fff;
}
#dashboard .dashboard-region .ui-sortable .block:hover h2 {
background: #0074BD url(../../misc/draggable.png) no-repeat;
- background-position: 3px -32px;
+ background-position: 3px -36px;
color: #fff;
}