]> source.dussan.org Git - jquery-ui.git/commitdiff
Add icons for controls
authorKeith Wood <kbwood.au@gmail.com>
Sun, 31 Aug 2008 01:53:08 +0000 (01:53 +0000)
committerKeith Wood <kbwood.au@gmail.com>
Sun, 31 Aug 2008 01:53:08 +0000 (01:53 +0000)
demos/real-world/layout/add.png [new file with mode: 0644]
demos/real-world/layout/demo.css
demos/real-world/layout/down.png [new file with mode: 0644]
demos/real-world/layout/up.png [new file with mode: 0644]

diff --git a/demos/real-world/layout/add.png b/demos/real-world/layout/add.png
new file mode 100644 (file)
index 0000000..920e2b5
Binary files /dev/null and b/demos/real-world/layout/add.png differ
index a7b10862390ae6eb8e0c14adeabac699e6fd173e..a11738ebff0937b710fcd4840417298f766b9958 100644 (file)
@@ -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 (file)
index 0000000..8a39bea
Binary files /dev/null and b/demos/real-world/layout/down.png differ
diff --git a/demos/real-world/layout/up.png b/demos/real-world/layout/up.png
new file mode 100644 (file)
index 0000000..6451c92
Binary files /dev/null and b/demos/real-world/layout/up.png differ