Revision 12285b4b

b/snf-astakos-app/astakos/im/static/im/css/modules.css
207 207
.container ul.options li a:hover				{ text-decoration: none; }
208 208
.container ul.options li a.red					{ color:#F24E53 }
209 209
.container ul.options li a.red:hover			{ border-bottom:1px solid #F24E53; }
210
.container ul.options li a.grey					{ color:#F89A1C }
211
.container ul.options li a.grey:hover			{ border-bottom:1px solid #F89A1C; }
210
.container ul.options li a.grey					{ color:grey; }
211
.container ul.options li a.grey:hover			{ border-bottom:1px solid grey; }
212 212
.container ul.options li a.blue					{ color:#3582AC }
213 213
.container ul.options li a.blue:hover			{ border-bottom:1px solid #3582AC; }
214
.container ul.options li a.yellow				{ color:#F89A1C; }
215
.container ul.options li a.yellow:hover			{ border-bottom:1px solid #F89A1C; }
214 216

  
215 217
/* homepage clouds animation */
216 218
#animation                                      { width:94%; height:120px; padding:0 3%; background:url(../images/okeanos_landing.png) no-repeat; max-width:375px; }
......
374 376
/* quotas-form  */
375 377

  
376 378
.quotas-form fieldset							{ background:url(../images/dots.jpg) repeat-x scroll center bottom transparent; margin-bottom:3em; padding-bottom:3em; position:relative; }
377
.quotas-form legend								{ color:#55B577; font-size:1.308em; margin-bottom:3em; position:relative; }
379
.quotas-form legend								{ color:#55B577; font-size:1.308em;   position:relative; }
380

  
381
/* workaround for fixing bug with legend margin*/
382
.quotas-form legend+div							{ margin-top:3em; -webkit-margin-top-collapse: separate; }
383
.quotas-form fieldset#icons legend+ul			{ margin-top:3em; -webkit-margin-top-collapse: separate; }
384
.quotas-form fieldset.quota legend+ul			{ margin-top:2em; -webkit-margin-top-collapse: separate; }
385
/* end of workaround*/
386

  
378 387
.quotas-form legend span						{ color:#222; font-size:0.867em; }
379 388
form.quotas-form legend span.info				{ position:relative; display:inline-block; top:auto; left:auto;  margin-left:10px; vertical-align:middle; margin-top:-2px;}
380 389
form.quotas-form legend span.info em			{ position:static; }
......
400 409
.quotas-form a.delete							{ position:absolute; right:0; top:0; color:#B3B3B3; z-index:2 }
401 410
.quotas-form .group								{ display:none; position:relative; background:url(../images/dots.jpg) repeat-x scroll center bottom; margin-bottom:2em; padding-bottom:2em;}
402 411
.quotas-form .group fieldset					{ background:transparent; margin-bottom:1em; padding-bottom:1em; }
403
.quotas-form .group fieldset legend				{ margin-bottom:1em; padding-bottom:1em; }
412
.quotas-form .group fieldset legend				{  }
404 413
.quotas-form fieldset ul li.rel+li.rel			{ background:url(../images/quota-related-bg.png) no-repeat left center; }
405 414
.quotas-form .double-checks label				{ font-size:1.077em; }
406 415
.quotas-form .double-checks .form-row			{ float:left; margin-right:10px;}
......
476 485
.content .how-it-works a.submit					{ position:absolute; right:83px; bottom:50px;  background-color:#B3B3B3 }
477 486
.content .how-it-works a.submit:hover			{ background:#55B577 }
478 487
.content .how-it-works a.submit:focus			{ border-color: #B3B3B3}
479
.content .how-it-works a.submit:focus:hover		{ border-color: #55B577}
488
.content .how-it-works a.submit:focus:hover		{ border-color: #55B577}
489

  
490
.auth_methods									{ margin:3em 0; }
491
.auth_methods .wrap								{   }
492
.auth_methods h2								{ font-size:1.154em; }
493
.auth_methods table								{ width:100%; color:#222; margin:1em 0; }
494
.auth_methods table th							{ font-weight:normal; color:#3582AC }

Also available in: Unified diff