Revision 5b06f26c cloudcms/static/cloudcms/css/forms.css

b/cloudcms/static/cloudcms/css/forms.css
21 21
form h2 span 								{ padding-bottom: 3px; }
22 22
form .form-row 								{ min-height: 30px; position: relative;}
23 23
form .form-row.submit 						{ margin: 22px 0 ;}
24
form .form-row .extra-link 					{ color: #808080; text-decoration: none; border: none; margin-top:15px; line-height:98%; display:inline-block; padding-top:15px;   float: right; }
24
form .form-row .extra-link 					{ color: #808080; text-decoration: none; border: none; margin-top:15px; line-height:98%; display:inline-block; padding-top:15px;   float: right; position:absolute; right:0; top:0; }
25 25
form .form-row .extra-link:hover			{ border-bottom:1px solid #808080;}
26 26
form .form-row label 						{ font-size: 1.1em; }
27 27
form.innerlabels label 						{ position: absolute; bottom: 11px; left: 1.5em; color: #808080 ; }
......
69 69
.form-errors.all .form-error 				{ position: relative; border-radius: 0; margin-bottom: 1.3em; padding: 0.5em; }
70 70
div.form-stacked 							{ margin-bottom: 4em; }
71 71
.checkbox-widget.checked 					{ background-color: #FF0000; background-image: url("../images/checkbox.png"); background-position: 50% 50%; }
72
.checkbox-widget 							{ border: 1px solid #808080; cursor: pointer; display: block; float: left; height: 25px; margin:5px 20px 0 0 ; width: 25px; }
72
.content a.checkbox-widget 					{ border: 1px solid #808080; cursor: pointer; display: block; float: left; height: 25px; margin:5px 20px 0 0 ; width: 25px; }
73 73
form.withlabels .checkbox-widget			{ margin-top:20px; }
74 74
form.innerlabels .checkbox-widget +  label	{ position:static; line-height:36px; color:#808080; }
75 75
form.innerlabels .checkbox-widget +  label + a	{ border-bottom:1px solid #F89A1C; font-size: 1.1em; }
......
84 84
form p										{ margin-bottom:0;position:relative;}
85 85
form input[readonly=true] 					{ /*background-color: #ddd;*/ color: #5e5e5e; }
86 86
#recaptcha_area 							{ margin-top:20px; } 
87
form.innerlabels .with-checkbox .checkbox-widget 	{ margin-top:15px; }
87
form.innerlabels .with-checkbox .checkbox-widget 	{  }
88 88
form.innerlabels .with-checkbox .checkbox-label		{ left:2.5em; top:17px; }
89
form.withlabels .with-checkbox .checkbox-widget		{ position:absolute; left:224px; top:0; }
89 90

  
90 91
form .extra-img								{ display:block; width:21px; height:21px; overflow:hidden;  position:absolute; }
91 92
form.withlabels .extra-img					{ left:440px; bottom:12px; }
......
105 106

  
106 107

  
107 108
/* custom captcha */
108
#okeanos_recaptcha								{ width:331px; border:1px solid #808080; margin:20px 0; position:relative; }
109
#okeanos_recaptcha								{ width:329px; border:1px solid #808080; margin:0 0 20px; position:relative; }
109 110
#okeanos_recaptcha #recaptcha_image				{ padding:15px 0; }
110 111
#okeanos_recaptcha label.recaptcha_only_if_image,
111 112
#okeanos_recaptcha label.recaptcha_only_if_audio{ position:absolute; top:auto; bottom:11px; }
......
127 128
    form.withlabels span.info 	   				{ left:222px; }
128 129
    form .extra-img	               				{ left:222px; }
129 130
    .form-error		              	 			{ margin-left:0!important; } 
131
    
130 132
}
131 133

  
132 134

  

Also available in: Unified diff