Skip to content
Extraits de code Groupes Projets
Valider 3f27e1f6 rédigé par ilya's avatar ilya
Parcourir les fichiers

DG IZ photo spacing now works

parent 5723d91d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,7 +18,8 @@
%h4= "by #{@album.person.real_name}"
- for photo in @album_photos
= link_to (image_tag photo.image.url(:thumb_medium)), object_path(photo)
.image_thumb
= link_to (image_tag photo.image.url(:thumb_medium)), object_path(photo)
#content_bottom
.back
......
......@@ -107,4 +107,9 @@ $(document).ready(function(){
$("input[type='submit']").addClass("button");
$(".image_thumb img").load( function() {
$(this).fadeIn("slow");
});
});//end document ready
......@@ -393,3 +393,12 @@ h1.big_text {
#next_prev_links {
text-align: center; }
.image_thumb {
display: inline-block;
width: 100px;
min-width: 100px;
height: 100px;
min-height: 100px; }
.image_thumb img {
display: none; }
......@@ -486,3 +486,14 @@ h1.big_text
#next_prev_links
:text-align center
.image_thumb
:display inline-block
:width 100px
:min-width 100px
:height 100px
:min-height 100px
img
:display none
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter