diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-08-31 01:53:08 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-08-31 01:53:08 +0000 |
commit | 0dc97f1d2bf67bd5c5c4e98852b20c5597c87bd7 (patch) | |
tree | 1f8e31fcdb80412ca8dfa7f347a8e875c545838c /demos | |
parent | 9248368f20005c2f5a10b677dc3c07e7d996577b (diff) | |
download | jquery-ui-0dc97f1d2bf67bd5c5c4e98852b20c5597c87bd7.tar.gz jquery-ui-0dc97f1d2bf67bd5c5c4e98852b20c5597c87bd7.zip |
Add icons for controls
Diffstat (limited to 'demos')
-rw-r--r-- | demos/real-world/layout/add.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | demos/real-world/layout/demo.css | 6 | ||||
-rw-r--r-- | demos/real-world/layout/down.png | bin | 0 -> 900 bytes | |||
-rw-r--r-- | demos/real-world/layout/up.png | bin | 0 -> 958 bytes |
4 files changed, 4 insertions, 2 deletions
diff --git a/demos/real-world/layout/add.png b/demos/real-world/layout/add.png Binary files differnew file mode 100644 index 000000000..920e2b5e1 --- /dev/null +++ b/demos/real-world/layout/add.png diff --git a/demos/real-world/layout/demo.css b/demos/real-world/layout/demo.css index a7b108623..a11738ebf 100644 --- a/demos/real-world/layout/demo.css +++ b/demos/real-world/layout/demo.css @@ -23,14 +23,16 @@ dl.sort dd { background-color:#FFF; margin:0; padding:3px 6px; } span.options { cursor:default; font-size:1px; line-height:1px; position:absolute; } span.options a { background-color:#FFF; cursor:pointer; display:block; float:left; text-indent:-9000px; } +span.options a.add { background: url(add.png) no-repeat; } .ui-sortable h2 span.options { right:10px; top:8px; width:30px; } .ui-sortable h2 span.options a { height:12px; width:30px; } dl.sort dt span.options { right:5px; top:5px; width:27px; } dl.sort dt span.options a { height:12px; width:12px; } -dl.sort dt span.options a.up { margin-right:3px; } -dl.sort dt span.options a.disabled { background-color:#555; cursor:default; } +dl.sort dt span.options a.down { background: url(down.png) no-repeat; } +dl.sort dt span.options a.up { margin-right:3px; background: url(up.png) no-repeat; } +dl.sort dt span.options a.disabled { background:#555 !important; cursor:default; } #container { float:left; } #header { width:638px; } diff --git a/demos/real-world/layout/down.png b/demos/real-world/layout/down.png Binary files differnew file mode 100644 index 000000000..8a39bea57 --- /dev/null +++ b/demos/real-world/layout/down.png diff --git a/demos/real-world/layout/up.png b/demos/real-world/layout/up.png Binary files differnew file mode 100644 index 000000000..6451c92ef --- /dev/null +++ b/demos/real-world/layout/up.png |