Revision 5871f324

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
168 168

  
169 169
@media screen and (max-width : 480px) 		{ 
170 170
	.cloudbar .profile 							{ float:none; }	 
171
	.cloudbar .services li:first-child			{ position:absolute; left:0; top:0; background:#000}
171 172
}
b/snf-astakos-app/astakos/im/static/im/css/formating.css
23 23
/* defaults -----------------------------------*/
24 24
:link, a, a:visited								{ color:#F89A1C; text-decoration:none; }
25 25
a:hover											{ outline:0; text-decoration:underline; }
26
a:focus											{ outline:0 none; text-decoration:none; }
26
a:focus											{ text-decoration:none; }
27 27
a:active										{ outline:0; text-decoration:none; }
28 28
a img, :link img, :visited img					{ border:none; }
29 29
a span											{ cursor:pointer; }
b/snf-astakos-app/astakos/im/static/im/css/forms.css
55 55
form input.submit.back.right, 
56 56
form input[type="submit"].back.right 		{right: 0;}
57 57
form input.submit:hover, 
58
form input[type="submit"]:hover 			{ background-color: #f89a1c;}
58
form input[type="submit"]:hover 			{ background-color: #f89a1c; border-color:#f89a1c;}
59 59
form input.submit.back, 
60 60
form input[type="submit"].back 				{ text-decoration: none; bottom: 0; float: right; z-index: 500; }
61 61
form input.submit.back.right, 
......
120 120
#okeanos_recaptcha .actions-wrap				{ border-top:1px solid #808080 }
121 121

  
122 122
input.submit:focus,
123
input[type="submit"]:focus						{ border:1px solid #F89A1C; }						
123
input[type="submit"]:focus						{ box-shadow: 0 0 0 1px #FFFFFF inset; border:1px solid #C3C3B9; outline:0 none; }						
124 124

  
125 125
@media screen and (max-width : 591px) 		{ 
126 126
	form.withlabels .extra-img	   				{ left:222px; }
b/snf-astakos-app/astakos/im/static/im/css/max480.css
1 1
.container .navigation ul li 					{ display:block; }
2 2
.two-cols-blog .rt 								{ width:auto; padding-right:0; margin-left:0; float:none;}
3 3
.resources .categories ul li					{ display:block; float:none;}
4
.container .navigation ul+ul					{ margin-top:20px}
b/snf-astakos-app/astakos/im/static/im/css/modules.css
21 21

  
22 22

  
23 23
/*top message*/
24
.top-msg	                                    { margin:-36px -70px 36px; background:blue; padding:100px; color:#fff; display:none; position:relative; font-size:1.538em; }
24
.top-msg	                                    { margin:-36px -70px 36px; background:blue; padding:100px; color:#fff; display:none; position:relative; font-size:1.538em; text-align:center;}
25 25
.top-msg p										{ text-align:center; }
26 26
.top-msg p.title	                            { font-size:1.3em;  }
27 27
.top-msg p.title span	                        { border-bottom:2px dotted #fff; padding:0 0 10px 0;}
b/snf-astakos-app/astakos/im/templates/im/account_base.html
3 3
{% block extra_messages %}
4 4
    {% if not messages %}
5 5
        {% for msg_type, msg in GLOBAL_MESSAGES.items %}
6
            <li class="{{ msg_type }}">{{ msg|safe }}</li>
6
            <div class="{{ msg_type }}">{{ msg|safe }}</div>
7 7
        {% endfor %}
8 8
        {% for msg_type, msg in PROFILE_MESSAGES.items %}
9
            <li class="{{ msg_type }}">{{ msg|safe }}</li>
9
            <div class="{{ msg_type }}">{{ msg|safe }}</div>
10 10
        {% endfor %}
11 11
    {% endif %}
12 12
{% endblock %}

Also available in: Unified diff