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

b/snf-astakos-app/astakos/im/static/im/css/forms.css
72 72
form.withlabels .checkbox-widget			{ margin-top:12px; }
73 73
form.innerlabels .checkbox-widget +  label	{ position:static; line-height:36px; color:#808080; }
74 74
form.innerlabels .checkbox-widget +  label + a	{ border-bottom:1px solid #F89A1C; font-size: 1.1em; }
75
form span.info								{ position:absolute;z-index:7; top:10px;  }
75
form span.info								{ position:absolute;z-index:7; bottom:32px;  }
76 76
form.innerlabels span.info					{ left: 290px; }
77 77
form.withlabels span.info					{ left:485px;  }
78 78
form span.info em 							{ display:block; overflow:hidden;  position:absolute; left:0; text-indent:-100px; top:0; height:21px; width:21px; background:url(../images/symbols.png) no-repeat -4px -31px;cursor:pointer; }
......
193 193
    form textarea, 
194 194
	form input.text, 
195 195
	form input[type="text"], 
196
	form input[type="password"]					{ width:90%; }
196
	form input[type="password"]					{ width:75%; }
197 197
	.form-row .dk_container 					{ width:100%; }
198 198
}
199 199
form.submit-inline 								{ position:relative }
......
217 217
form .refresh.open input:hover + span.extra-img			{ background-position: -33px 0px; }
218 218
form .refresh.open p:hover span.extra-img:hover		{ background-position: -33px -54px; cursor:pointer; }
219 219
.hidden-form-rows									{ display:none; }
220
.signup .form-row.with-checkbox						{ margin-top:1em; }

Also available in: Unified diff