Revision badb9324 snf-astakos-app/astakos/im/static/im/css/forms.css

b/snf-astakos-app/astakos/im/static/im/css/forms.css
5 5
#forms input:focus 							{ position: relative; border: 1px solid #000; z-index: 100; }
6 6
#forms .input:focus label,
7 7
#forms input:focus label 					{ z-index: 300; }
8
.altcol 									{ background-color: #c3c3b9 !important; }
9
.altcol:hover 								{ background-color: #f89a1c !important; }
10 8
form.withlabels label 						{ width: 224px; display: block; float: left; padding-top: 1em; }
11 9
form.withlabels input[type=text], 
12 10
form.withlabels input[type=password] 		{ width: 224px; }
......
45 43
form input[type="text"]:focus label,
46 44
form input[type="password"]:focus label 	{ z-index: 300;}
47 45
form input.submit, 
48
form input[type="submit"]					{font-family: 'Antic', sans-serif;font-size: 14px; font-weight: normal; line-height: 22px; letter-spacing:1px; background-color: #3582ac; color: #ffffff; border: none; padding: 10px 22px;font-size: 1em; margin:15px 0 0 223px; height:43px; }
46
form input[type="submit"]					{font-family: 'Antic', sans-serif;font-size: 14px; font-weight: normal; line-height: 22px; letter-spacing:1px;  background-color: #f89a1c;color: #ffffff; border: none; padding: 10px 22px;font-size: 1em; margin:15px 0 0 223px; height:43px; }
49 47
form.innerlabels input.submit, 
50 48
form.innerlabels input[type="submit"]		{margin-left:0;}
51 49
form input.submit:hover, 
52
form input[type="submit"]:hover 			{ background-color: #f89a1c;}
50
form input[type="submit"]:hover 			{ background-color:#3582ac;border-color:#3582ac;}
53 51
form input.submit.back, 
54 52
form input[type="submit"].back 				{ text-decoration: none; bottom: 0; float: right; z-index: 500; }
55 53
form input.submit.back.right, 
56 54
form input[type="submit"].back.right 		{right: 0;}
57
form input.submit:hover, 
58
form input[type="submit"]:hover 			{ background-color: #f89a1c; border-color:#f89a1c;}
59 55
form input.submit.back, 
60 56
form input[type="submit"].back 				{ text-decoration: none; bottom: 0; float: right; z-index: 500; }
61 57
form input.submit.back.right, 
......
121 117
#okeanos_recaptcha .actions-wrap				{ border-top:1px solid #808080 }
122 118

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

  
126 122
@media screen and (max-width : 591px) 		{ 
127 123
	form.withlabels .extra-img	   				{ left:222px; }
......
146 142
	#okeanos_recaptcha							{ width:inherit }
147 143
	#okeanos_recaptcha #recaptcha_response_field	{ width:55%; }
148 144
	#okeanos_recaptcha #recaptcha_image	img		{ width:80%; }
145
}
146

  
147

  
148
@media screen and ( width : 320px) 		{ 
149
	#okeanos_recaptcha							{ width:259px }
150
    
149 151
}

Also available in: Unified diff