summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-05-19 04:17:03 +0000
committerChad Kieffer <chad@2tbsp.com>2009-05-19 04:17:03 +0000
commit8855be0c33e1fb49654ea6ef1a77c1460ecac955 (patch)
tree9aa3e366dae2a681d0a1b394bc56da6cea503e21
parentad347c04568bc281db9ccb89234c0967961e08dd (diff)
Added the nice new icons for the view buttons. No need to have them in a jQuery UI button, they stand well on their own. Thx to Ben Dunkle!
-rw-r--r--themes/default/images/ico-view-album.pngbin176 -> 345 bytes
-rw-r--r--themes/default/images/ico-view-comments.pngbin284 -> 768 bytes
-rw-r--r--themes/default/images/ico-view-fullsize.pngbin221 -> 1046 bytes
-rw-r--r--themes/default/images/ico-view-hybrid.pngbin179 -> 494 bytes
-rw-r--r--themes/default/images/ico-view-slideshow.pngbin220 -> 960 bytes
-rw-r--r--themes/default/js/ui.init.js4
6 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/images/ico-view-album.png b/themes/default/images/ico-view-album.png
index d6d718a4..20b5af20 100644
--- a/themes/default/images/ico-view-album.png
+++ b/themes/default/images/ico-view-album.png
Binary files differ
diff --git a/themes/default/images/ico-view-comments.png b/themes/default/images/ico-view-comments.png
index 04d3c162..e5d3630f 100644
--- a/themes/default/images/ico-view-comments.png
+++ b/themes/default/images/ico-view-comments.png
Binary files differ
diff --git a/themes/default/images/ico-view-fullsize.png b/themes/default/images/ico-view-fullsize.png
index 7c17cb2e..0be23e9b 100644
--- a/themes/default/images/ico-view-fullsize.png
+++ b/themes/default/images/ico-view-fullsize.png
Binary files differ
diff --git a/themes/default/images/ico-view-hybrid.png b/themes/default/images/ico-view-hybrid.png
index 9f321115..ee902e55 100644
--- a/themes/default/images/ico-view-hybrid.png
+++ b/themes/default/images/ico-view-hybrid.png
Binary files differ
diff --git a/themes/default/images/ico-view-slideshow.png b/themes/default/images/ico-view-slideshow.png
index e97b9a5e..82f61f63 100644
--- a/themes/default/images/ico-view-slideshow.png
+++ b/themes/default/images/ico-view-slideshow.png
Binary files differ
diff --git a/themes/default/js/ui.init.js b/themes/default/js/ui.init.js
index 8d57f9bd..47b7bcb9 100644
--- a/themes/default/js/ui.init.js
+++ b/themes/default/js/ui.init.js
@@ -28,9 +28,7 @@ $(document).ready(function() {
// Round view menu buttons
if ($("#gViewMenu").length) {
$("#gViewMenu ul").removeClass("gMenu").removeClass("sf-menu");
- $("#gViewMenu a").addClass("ui-icon ui-state-default");
- $("#gViewMenu ul li:first a").addClass("ui-corner-left");
- $("#gViewMenu ul li:last a").addClass("ui-corner-right");
+ $("#gViewMenu a").addClass("ui-icon");
}
// Short forms