Skip to content
Extraits de code Groupes Projets
Valider d3a8e278 rédigé par Daniel Vincent Grippi's avatar Daniel Vincent Grippi
Parcourir les fichiers

DG IZ; selector fix

parent b4e3ea39
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
%h1{:id => 'group_title'} %h1{:id => 'group_title'}
Requests Requests
%li.group %li.requests
%ul %ul
- for request in @remote_requests - for request in @remote_requests
%li.person{:id => request.person.id, :request_id => request.id} %li.person{:id => request.person.id, :request_id => request.id}
......
...@@ -582,15 +582,19 @@ h1.big_text { ...@@ -582,15 +582,19 @@ h1.big_text {
font-size: 12px; font-size: 12px;
margin-top: -3px; } margin-top: -3px; }
.editing, .editing:hover { .editing,
.editing:hover {
background-color: yellow; background-color: yellow;
border: 1px #666666 solid; } border: 1px #666666 solid; }
.group { .group,
.requests {
list-style: none; } list-style: none; }
.group h3 { .group h3,
.requests h3 {
display: inline-block; } display: inline-block; }
.group ul { .group ul,
.requests ul {
min-height: 20px; min-height: 20px;
margin: 0; margin: 0;
margin-left: 1em; margin-left: 1em;
...@@ -600,7 +604,8 @@ h1.big_text { ...@@ -600,7 +604,8 @@ h1.big_text {
border-radius: 3px; border-radius: 3px;
list-style: none; list-style: none;
padding: 15px; } padding: 15px; }
.group .person { .group .person,
.requests .person {
display: inline-block; display: inline-block;
margin-left: 0; margin-left: 0;
padding: 5px; padding: 5px;
...@@ -613,10 +618,12 @@ h1.big_text { ...@@ -613,10 +618,12 @@ h1.big_text {
height: 75px; height: 75px;
padding: 5px; padding: 5px;
border: 1px solid #999999; } border: 1px solid #999999; }
.group .person img { .group .person img,
.requests .person img {
height: 50px; height: 50px;
width: 50px; width: 50px;
display: inline-block; } display: inline-block; }
.group .person .grey { .group .person .grey,
.requests .person .grey {
font-style: italic; font-style: italic;
color: #666666; } color: #666666; }
...@@ -761,13 +761,15 @@ h1.big_text ...@@ -761,13 +761,15 @@ h1.big_text
:margin :margin
:top -3px :top -3px
.editing, .editing:hover .editing,
.editing:hover
:background :background
:color yellow :color yellow
:border 1px #666 solid :border 1px #666 solid
.group .group,
.requests
:list :list
:style none :style 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