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 | |
parent | 2812f34732fd23094103b8bfe906d2adddd4f8fd (diff) |
added move handle icon to the sidebar blocks
-rw-r--r-- | themes/default/css/screen.css | 5 | ||||
-rw-r--r-- | themes/default/images/ico-minimize-active.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | themes/default/images/ico-minimize.png | bin | 0 -> 591 bytes | |||
-rw-r--r-- | themes/default/images/ico-move-handle.png | bin | 0 -> 933 bytes |
4 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 { diff --git a/themes/default/images/ico-minimize-active.png b/themes/default/images/ico-minimize-active.png Binary files differnew file mode 100644 index 00000000..7e7a6c83 --- /dev/null +++ b/themes/default/images/ico-minimize-active.png diff --git a/themes/default/images/ico-minimize.png b/themes/default/images/ico-minimize.png Binary files differnew file mode 100644 index 00000000..0f742fbd --- /dev/null +++ b/themes/default/images/ico-minimize.png diff --git a/themes/default/images/ico-move-handle.png b/themes/default/images/ico-move-handle.png Binary files differnew file mode 100644 index 00000000..8abd2920 --- /dev/null +++ b/themes/default/images/ico-move-handle.png |