diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-03 01:26:22 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-03 01:26:22 +0000 |
commit | 62fe5f0bd60fb122e4c2fdd4ddfd5eee9c997533 (patch) | |
tree | 91bcaf0f0654a4cb59343f3f5f5b4a2a7c168681 /themes/default/css | |
parent | a57ede2f96babc216538f0115561c6e4f94eb79d (diff) |
Inject the drag and drop handle style via jQuery. Restore background color bars behind admin block titles.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 060f1c9e..e922eebb 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -756,9 +756,10 @@ li.gError select { .gDraggable { background-image: url('../images/ico-move-handle.png'); + background-position: left .1em; background-repeat: no-repeat; cursor: move; - padding: .3em 1.4em; + padding: .3em 1.4em !important; } /* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */ |