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

b/snf-astakos-app/astakos/im/static/im/css/forms.css
7 7
#forms input:focus label 					{ z-index: 300; }
8 8
form.withlabels label 						{ width: 224px; display: block; float: left; padding-top: 1em; }
9 9
form.withlabels input[type=text], 
10
form.withlabels input[type=password] 		{ width: 240px; }
10
form.withlabels input[type=password] 		{ width: 270px; }
11 11
form.withlabels input[type=text].long, 
12 12
form.withlabels input[type=password].long, 
13 13
form.withlabels textarea.long 				{ width: 224px; }
14
form.withlabels textarea					{ width:270px; }
14 15
.login-section a.button 					{ margin-bottom: 12px; }
15 16
.login-section a.button:last-child 			{ margin-bottom: none;}
16 17
.login-section a.button.withicon 			{ background-repeat: no-repeat; background-position: 15px 50%; padding-left: 40px; }
......
33 34
form input.text,
34 35
form input[type="text"],
35 36
form input[type="password"]  				{ color:#808080; font-family: 'Didact Gothic', Verdana, sans-serif; font-weight: normal; line-height: 22px; letter-spacing: 1px;border: 1px solid #808080; height: 21px; display: inline-block; margin-bottom: -1px; padding: 0.8em; padding-left: 1.5em; z-index: 2; width:300px; }
36
form select									{ font-family: 'Didact Gothic', Verdana, sans-serif; font-weight: normal; line-height: 22px; letter-spacing: 1px;  border: 1px solid #808080; display:block;  margin-bottom: -1px; padding: 0.8em;  padding-left: 1.5em;  z-index: 2;  width:331px; }
37
form select									{ font-family: 'Didact Gothic', Verdana, sans-serif; font-weight: normal; line-height: 22px; letter-spacing: 1px;  border: 1px solid #808080; display:block;  margin-bottom: -1px; padding: 0.8em;  padding-left: 1.5em;  z-index: 2;  width:301px; }
37 38
form textarea:focus,
38 39
form input.text:focus,
39 40
form input[type="text"]:focus,
......
87 88
form.withlabels .with-checkbox .checkbox-widget		{ position:absolute; left:224px; top:0; }
88 89

  
89 90
form .extra-img								{ display:block; width:21px; height:21px; overflow:hidden;  position:absolute; }
90
form.withlabels .extra-img					{ left:460px; bottom:12px; }
91
form.withlabels .extra-img					{ left:485px; bottom:12px; }
91 92
form.innerlabels .extra-img					{ bottom:10px; left:290px }
92 93
form .with-checkbox .extra-img				{ top:20px; } 
93 94
form .with-errors .extra-img 				{ background:url(../images/symbols.png) no-repeat -58px -3px;  z-index:101;}
......
175 176
.form-row .dk_options_inner						{ padding:0; margin:0; box-shadow:none; text-shadow:none;  border-radius:0; border:1px solid #8C8C8E ;}
176 177
.form-row .dk-options_inner li					{ list-style:none outside; }
177 178
.form-row .dk_options a:hover, 
178
.form-row .dk_option_current a					{ text-shadow:none; background-color: #E7E7E3;}
179
.form-row .dk_option_current a					{ text-shadow:none; background-color: #E7E7E3;}
180

  
181
form.link-like									{ display:inline-block; margin:0 5px; }
182
form.link-like input[type="submit"]				{ margin:0; padding:0 5px; background:transparent; color:#F89A1C; cursor:pointer; height:auto;  }
183
form.link-like input[type="submit"]:hover		{ text-decoration:underline;  }

Also available in: Unified diff