Revision 01400232

b/snf-astakos-app/astakos/im/static/im/css/modules.css
565 565
.auth_methods ul								{ overflow:hidden; padding:0; }
566 566
.auth_methods ul li								{ list-style:none outside none; padding:0; margin:0 0 5px 0; position:relative;}
567 567
.auth_methods ul li a							{ display:inline-block; height:50px; overflow:hidden; vertical-align:middle; }
568
.auth_methods ul li a:hover img					{ margin-top:-233px; }
568
.auth_methods ul li a:hover img					{ margin-top:-240px; }
569 569
.auth_methods ul li span.extra-message			{ display:none;  color:#F6921E; position:absolute; left:140px; top:13px; }
570 570
.auth_methods ul li span.extra-message em		{ font-style:normal; background:#fff; }
571 571
.auth_methods ul li span.extra-message em span	{ display:inline-block; max-width:420px; vertical-align: middle;  }
572 572
.auth_methods ul li a:hover + span 				{ display:inline; } 
573 573
.auth_methods .dialog-wrap						{ color:#F24E53; display:none; margin-top:1em; }
574 574
.auth_methods .dialog-wrap .submit				{ min-width:10px; text-transform:uppercase; margin-right:10px; }
575
.auth_methods ul li a.noaction:hover img		{ margin-top:-55px }
575
.auth_methods ul li a.noaction:hover img		{ margin-top:-60px }
576 576
.auth_methods ul li a.noaction:hover			{ cursor:default; }
577 577
.auth_methods ul li a.noaction:focus			{ outline:0 none; }
578 578
.auth_methods ul li a.canremove:hover img,
579
.auth_methods .assigned ul li.remove a img		{ margin-top:-112px; }
579
.auth_methods .assigned ul li.remove a img		{ margin-top:-120px; }
580 580
.auth_methods .assigned ul li span.extra-message{ color:#F24E53;}
581
.auth_methods .assigned ul li a img				{ margin-top:-55px }
581
.auth_methods .assigned ul li a img				{ margin-top:-60px }
582 582
.auth_methods .assigned, 
583 583
.auth_methods .notassigned						{ margin-bottom:40px; }
584 584
.auth_methods .assigned span.details			{   color:grey; display:inline-block; max-width:400px;  vertical-align:middle; position:absolute; left:140px; top:13px;}
b/snf-astakos-app/astakos/im/templates/im/projects/project_detail.html
9 9
    <em>
10 10
      {% if owner_mode %}
11 11
        {% if project_view %}
12
          [ PROJECT {{ object.project_state_display|upper }}
12
           PROJECT {{ object.project_state_display|upper }}
13 13
          {% if object.has_pending_modifications %} -
14 14
             <a href="{% url astakos.im.views.project_app object.last_pending.pk %}">
15 15
               MODIFICATION PENDING</a>
16
          {% endif %}]
16
          {% endif %}
17 17
        {% else %}
18 18
          <!-- application view -->
19
          [ PROJECT {% if object.is_modification %} MODIFICATION {% endif %}
20
          {{ object.state_display|upper }} ]
19
           PROJECT {% if object.is_modification %} MODIFICATION {% endif %}
20
          {{ object.state_display|upper }} 
21 21
        {% endif %}
22 22

  
23 23
      {% else %}
24 24
        <!-- third user -->
25 25
        <!-- assert in project view -->
26 26
        <!-- there is always a project, may be deactivated -->
27
        [
27
        
28 28
        {% if project.is_deactivated %}
29 29
        PROJECT {{ project.state_display|upper }} -
30 30
        {% endif %}
31
        {{ mem_display|upper }} ]
31
        {{ mem_display|upper }} 
32 32
      {% endif %}
33 33
    </em>
34 34

  

Also available in: Unified diff