diff options
| author | Jakob Hilden <jhild@umich.edu> | 2008-12-15 02:26:59 +0000 |
|---|---|---|
| committer | Jakob Hilden <jhild@umich.edu> | 2008-12-15 02:26:59 +0000 |
| commit | f9906978bf998a4bd475a6df722fa47f1fb89c03 (patch) | |
| tree | b5f2738246d027565f60f28259004afdf523c55a /themes/default/css | |
| parent | 2812f34732fd23094103b8bfe906d2adddd4f8fd (diff) | |
added move handle icon to the sidebar blocks
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 89374810..5e08c61f 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -260,7 +260,10 @@ li.gError select { #gSidebar .gBlock h3 { background: #e8e8e8; - padding: .3em .75em; + padding: .3em 1.4em; + background-image: url('../images/ico-move-handle.png'); + background-repeat: no-repeat; + cursor: move; } #gSidebar .gBlockContent { |
