From 01eae75ad01881fd8250eb0f002ca4001a9cb674 Mon Sep 17 00:00:00 2001 From: devin Date: Tue, 21 Aug 2012 14:31:25 +0800 Subject: [PATCH] gallery update --- .../app/assets/javascripts/galleryAPI.js.erb | 2 +- .../app/assets/stylesheets/gallery.css | 20 ++++++++++++++++--- .../back_end/orbit_galleries/index.html.erb | 4 ++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/vendor/built_in_modules/gallery/app/assets/javascripts/galleryAPI.js.erb b/vendor/built_in_modules/gallery/app/assets/javascripts/galleryAPI.js.erb index 304f4500f..b0365c96a 100644 --- a/vendor/built_in_modules/gallery/app/assets/javascripts/galleryAPI.js.erb +++ b/vendor/built_in_modules/gallery/app/assets/javascripts/galleryAPI.js.erb @@ -162,7 +162,7 @@ var galleryAPI = function(){ var $img = $("
"+album.name+"
"); var tag_string = ""; for(tag in album.tag_names){ - tag_string+= '' + album.tag_names[tag] + ''; + tag_string+= '' + album.tag_names[tag] + ''; } $img.find(".tagnames").html(tag_string); g.albumArea.find("#imgholder").append($img); diff --git a/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css b/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css index a70662b09..88e106b9d 100755 --- a/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css +++ b/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css @@ -495,10 +495,11 @@ } .tag_search input[type=text] { box-shadow: none; - width: 170px; + width: 92px; height: 25px; line-height: 25px; padding: 3px 6px 3px 24px; + border: 0; border-top: solid 1px #fff; } .tag_search input[type=text]:focus { @@ -510,8 +511,14 @@ top: 50%; margin-top: -7px; } -#tag_panel .bt-save { - +#tag_panel .tag_save { + position: absolute; + right: 0; + bottom: 0; + height: 31px; + border-left: solid 1px #ccc; + background-color: #fff; + padding: 2px 4px 0 4px; } @@ -539,3 +546,10 @@ .o_album .rgbody { margin: 10px 8px; } +.o_gallery .tagnames { + display: inline-block; +} +.o_gallery .label-tags { + display: inline-block; + margin: 0 6px 6px 0; +} \ No newline at end of file diff --git a/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/orbit_galleries/index.html.erb b/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/orbit_galleries/index.html.erb index c98dd323f..51b0a5271 100644 --- a/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/orbit_galleries/index.html.erb +++ b/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/orbit_galleries/index.html.erb @@ -92,8 +92,8 @@ - <%= I18n.t("gallery.save") %> - + + <% end %>