diff --git a/vendor/built_in_modules/gallery/app/assets/images/gallery/default.jpg b/vendor/built_in_modules/gallery/app/assets/images/gallery/default.jpg index 9c925d34f..3a48d48ff 100755 Binary files a/vendor/built_in_modules/gallery/app/assets/images/gallery/default.jpg and b/vendor/built_in_modules/gallery/app/assets/images/gallery/default.jpg differ 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 78f774ec9..080a85207 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 @@ -55,7 +55,7 @@ var galleryAPI = function(){ } this.makeNewAlbum = function(path){ $.get(path,function(html){ - rcom.modalWindow({loadHtml:html,width:400,height:320,"closeBtn":false},function(dom){ + rcom.modalWindow({loadHtml:html,width:320,height:320,"closeBtn":false},function(dom){ $("form#new_gallery_album").submit(function(){ var validated = true; $(this).find(".error").removeClass("error"); 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 17ce5d8e7..0b5bdc349 100755 --- a/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css +++ b/vendor/built_in_modules/gallery/app/assets/stylesheets/gallery.css @@ -270,8 +270,8 @@ .slidelist a { border: solid 2px #fff; display: block; - width: 120px; - height: 90px; + width: 150px; + height: 120px; position: relative; box-shadow: 0 0 6px rgba(0,0,0,0.7); diff --git a/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/albums/new.html.erb b/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/albums/new.html.erb index 54deeda9f..5e60b7cd2 100644 --- a/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/albums/new.html.erb +++ b/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/albums/new.html.erb @@ -4,10 +4,10 @@ <%= form_for @album, :url => {:action => "create"}, :remote => true do |f| %> <% end %> diff --git a/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/gallery_categories/index.html.erb b/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/gallery_categories/index.html.erb index a4f1c8aa9..ddc1c9893 100644 --- a/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/gallery_categories/index.html.erb +++ b/vendor/built_in_modules/gallery/app/views/panel/gallery/back_end/gallery_categories/index.html.erb @@ -1,8 +1,7 @@
<%= render :partial => 'category', :collection => @categorylist %>
-
-
+
<%= form_for @new_category, :url => {:action => "create"}, :remote => true do |f| %> <%= f.fields_for :name_translations do |name| %> <% @site_valid_locales.each do |locale| %> @@ -12,7 +11,6 @@ <% end %> <%= f.submit t("gallery.save"), :class=> "btn btn-primary" %> <% end %> -