Revision 0835eb8c cloudcms/static/cloudcms/css/forms.css

b/cloudcms/static/cloudcms/css/forms.css
110 110
#okeanos_recaptcha label.recaptcha_only_if_image,
111 111
#okeanos_recaptcha label.recaptcha_only_if_audio{ position:absolute; top:auto; bottom:11px; }
112 112
#okeanos_recaptcha a.recaptcha_audio_cant_hear_link { margin-left:20px;  }
113
#okeanos_recaptcha #recaptcha_response_field	{ width:220px; float:left; border-left:0 none;   }
113
#okeanos_recaptcha #recaptcha_response_field	{ width:220px; float:left; margin-left:-1px;  }
114 114
#okeanos_recaptcha .img							{ width:23px; float:left; height:23px; overflow:hidden; margin:8px; }
115 115
#okeanos_recaptcha .img a						{ display:block; width:100%; height:100%; background:url(../images/refresh_lg.png) no-repeat top left; text-indent:-100px }
116 116
#okeanos_recaptcha .img-refresh	a				{ background:url(../images/refresh_lg.png); }
......
119 119
#okeanos_recaptcha .img-audio a:hover			{ background:url(../images/sound_g.png); }
120 120
#okeanos_recaptcha .actions-wrap				{ border-top:1px solid #808080 }
121 121

  
122
input.submit:focus,
123
input[type="submit"]:focus						{ border:1px solid #F89A1C; }						
122 124

  
123 125
@media screen and (max-width : 591px) 		{ 
124
	form.withlabels .extra-img	   { left:222px; }
125
    form.withlabels span.info 	   { left:222px; }
126
    form .extra-img	               { left:222px; }
127
    
128
    .form-error		               { margin-left:0!important; } 
126
	form.withlabels .extra-img	   				{ left:222px; }
127
    form.withlabels span.info 	   				{ left:222px; }
128
    form .extra-img	               				{ left:222px; }
129
    .form-error		              	 			{ margin-left:0!important; } 
130
}
129 131

  
132

  
133
@media screen and (max-width : 410px) 		{ 
134
	form.login									{ width:auto; }
135
	form textarea, 
136
	form input.text, 
137
	form input[type="text"], 
138
	form input[type="password"] 				{ width:90%; }
139
	form.innerlabels .extra-img,
140
	form.innerlabels .with-errors .extra-img 	{ left:90%; }
141
	form.innerlabels							{ width:auto; }
142
	.container form.innerlabels.overflow-hidden	{ overflow:visible;}
143
	form span.info								{ display:none; }
144
	#okeanos_recaptcha							{ width:inherit }
145
	#okeanos_recaptcha #recaptcha_response_field	{ width:55%; }
146
	#okeanos_recaptcha #recaptcha_image	img		{ width:80%; }
130 147
}

Also available in: Unified diff