Revision 9024c501 snf-astakos-app/astakos/im/static/im/css/forms.css

b/snf-astakos-app/astakos/im/static/im/css/forms.css
85 85
form.innerlabels .with-checkbox .checkbox-widget 	{ margin-top:15px; }
86 86
form.innerlabels .with-checkbox .checkbox-label		{ left:2.5em; top:17px; }
87 87

  
88
form .extra-img								{ display:block; width:21px; height:21px; overflow:hidden;  position:absolute; left:440px;top:10px; z-index:101;}
88
form .extra-img								{ display:block; width:21px; height:21px; overflow:hidden;  position:absolute; left:440px; bottom:10px; z-index:101;}
89
form .with-checkbox .extra-img				{ top:20px; } 
89 90
form .with-errors .extra-img 				{ background:url(../images/symbols.png) no-repeat -58px -3px;}
90 91
form .with-errors textarea+.extra-img,
91 92
form .with-errors noscript+.extra-img		{ background:transparent;}
......
95 96
form input[readonly="True"]+ span.extra-img { background:url(../images/symbols.png) no-repeat -111px -3px;}
96 97
.errorlist									{ margin:0; padding:0;}
97 98
.errorlist li								{ list-style:none outside;}
99
 
100
@media screen and (max-width : 583px) 		{ 
101
    form .extra-img	{ left:222px; }
102
    .form-error		{ margin-left:0!important; } 
98 103

  
99

  
104
}

Also available in: Unified diff