Skip to content
Extraits de code Groupes Projets
Valider ecfb75ce rédigé par Jonne Hass's avatar Jonne Hass
Parcourir les fichiers

Merge pull request #649 from yolk/1018_aspects_width

fixed #1018 - aspects width on /aspects/manage
parents 35a0a13b d9f23b5e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -17,8 +17,8 @@
#manage_aspect_zones
.span-24.last
- for aspect in @aspects
.aspect.span-9{:data=>{:guid => aspect.id}}
- @aspects.each_with_index do |aspect, i|
.aspect.span-12{:data => {:guid => aspect.id}, :class => (i+1) % 2 == 0 ? "last" : nil}
.aspect_name
%span.edit_name_field
%h3{:contenteditable=>true, :ondragenter=>"return false;", :ondragleave=>"return false;", :ondragover=>"return false;", :ondrop=>"return false;"}
......
......@@ -1334,9 +1334,11 @@ ul#aspect_nav
:background-color rgb(252,252,252)
.aspect
:margin
:right 20px
:margin-right 20px // overwriting default of 10px from grid
&.last
:margin-right 0
&.span-12
:width 465px // overwriting default of 470px from grid
.requests
ul.dropzone
......
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