Skip to content
Extraits de code Groupes Projets
Valider a3aab922 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

fixed photo partial

parent b70cf713
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -10,12 +10,13 @@
.from
= link_to post.person.real_name, post.person
.aspect
- if post.public?
the world
- else
- for aspect in current_user.aspects_with_post( post.id )
= aspect.name
%ul
- if post.public?
the world
- else
- for aspect in current_user.aspects_with_post( post.id )
%li= link_to aspect.name, aspect
=t('.posted_a_new_photo_to')
= link_to post.album.name, object_path(post.album)
......
......@@ -428,12 +428,6 @@ label {
margin-bottom: 0; }
#publisher .button {
margin-left: 100px; }
#publisher img {
box-shadow: 0 1px 2px white;
-moz-box-shadow: 0 1px 2px white;
-webkit-box-shadow: 0 1px 2px white;
border: 1px solid #bbbbbb;
border-top: 1px solid #666666; }
#image_picker .small_photo {
height: 100px;
......
......@@ -578,15 +578,6 @@ label
.button
:margin-left 100px
img
:box-shadow 0 1px 2px #fff
:-moz-box-shadow 0 1px 2px #fff
:-webkit-box-shadow 0 1px 2px #fff
:border 1px solid #bbb
:top 1px solid #666
#image_picker
.small_photo
:height 100px
......
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