aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2008-08-31 01:53:08 +0000
committerKeith Wood <kbwood.au@gmail.com>2008-08-31 01:53:08 +0000
commit0dc97f1d2bf67bd5c5c4e98852b20c5597c87bd7 (patch)
tree1f8e31fcdb80412ca8dfa7f347a8e875c545838c /demos
parent9248368f20005c2f5a10b677dc3c07e7d996577b (diff)
downloadjquery-ui-0dc97f1d2bf67bd5c5c4e98852b20c5597c87bd7.tar.gz
jquery-ui-0dc97f1d2bf67bd5c5c4e98852b20c5597c87bd7.zip
Add icons for controls
Diffstat (limited to 'demos')
-rw-r--r--demos/real-world/layout/add.pngbin0 -> 174 bytes
-rw-r--r--demos/real-world/layout/demo.css6
-rw-r--r--demos/real-world/layout/down.pngbin0 -> 900 bytes
-rw-r--r--demos/real-world/layout/up.pngbin0 -> 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
new file mode 100644
index 000000000..920e2b5e1
--- /dev/null
+++ b/demos/real-world/layout/add.png
Binary files differ
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
new file mode 100644
index 000000000..8a39bea57
--- /dev/null
+++ b/demos/real-world/layout/down.png
Binary files differ
diff --git a/demos/real-world/layout/up.png b/demos/real-world/layout/up.png
new file mode 100644
index 000000000..6451c92ef
--- /dev/null
+++ b/demos/real-world/layout/up.png
Binary files differ