Revision 3a9b8a84

b/snf-astakos-app/astakos/im/static/im/css/dropkick.css
29 29
.form-row .dk-options_inner li					{ list-style:none outside; }
30 30
.form-row .dk_options a:hover, 
31 31
.form-row .dk_option_current a					{ text-shadow:none; background-color: #fff; text-decoration:none; color:#F89A1C; }
32
.form-row .dk_toggle 							{ height:17px; overflow:hidden; }
32
.form-row .dk_toggle 							{ height:22px; overflow:hidden; }
33 33
.form-row .dk_toggle span						{ width:220px;white-space: nowrap; overflow: hidden; /*text-overflow: ellipsis;*/ display:block; }
34 34
/* end custom theme */
35 35

  
b/snf-astakos-app/astakos/im/static/im/css/forms.css
124 124

  
125 125
input.submit:focus,
126 126
input[type="submit"]:focus,
127
.content a.submit:focus							{ box-shadow: 0 0 0 1px #FFFFFF inset; border:1px solid #F89A1C; outline:0 none; }						
127
.content a.submit:focus							{ box-shadow: 0 0 0 1px #FFFFFF inset; border:1px solid #F89A1C; outline:0 none;  line-height:20px;}						
128 128
.content a.submit:hover							{ border-color:#3582AC; }
129 129

  
130 130
p+ form											{ margin:2em 0; }
b/snf-astakos-app/astakos/im/static/im/css/modules.css
8 8
img.left						                { margin:0 1em 1em 0; float:left;}
9 9
img.right						                { margin:0 0 1em 1em; float:right;}
10 10

  
11

  
11 12
 
12 13
/* footer */
13 14
.footer                                         { font-size:0.923em;color:#B3B3B3; }
......
592 593

  
593 594
h2 span.subtitle { font-size: 0.9em; color: #55B577;}
594 595

  
595

  
596
.main-login-method + .extralogin										{ margin-top:3em; }
596 597
.extralogin a.icons								{ display:inline-block; margin-right:5px; height:28px; overflow:hidden; vertical-align:middle; }
597 598
.extralogin a.icons:hover img					{ margin-top:-38px; }
598 599
.landing-page .dotted							{ padding-bottom:40px; margin-bottom:40px; }
......
604 605
#signup-classic + .form-stacked					{ display:none; }
605 606
.extralogin a.standalone						{ display:block; width:150px; margin-bottom:20px; white-space:nowrap;}
606 607
.hidden-form-rows								{ display:none; }
608

  
609

  
610
.content a:hover:focus   { outline: 0 none }
611
.content a:hover, 
612
.content a:active,
613
.content a:visited       { outline: 0 none; }
614
.content a:visited 		{ border:0 none; }
b/snf-astakos-app/astakos/im/static/im/js/auth_methods.js
88 88
	// Email, Password forms
89 89
	
90 90
	$('.form-following .extra-img').click(function(e){
91
		
91
		var h = $('.form-row').first().outerHeight();
92
		$('.form-row').css('height', h);
92 93
		$(this).parents('.form-row').toggleClass('open');
93 94
		$(this).parents('.form-row').next('.hidden-form-rows').slideToggle('slow');
94 95
		
......
105 106
					$(this).find('.form-error').hide();
106 107
				}
107 108
			}); 
109
			$(this).parents('.form-row').removeClass('with-errors');
110
			$(this).parents('.form-row').find('.form-error').hide();
111
			
108 112
	 	} 	else {
109 113
	 		// focus on first input
110 114
	 		if ( id == 'email-span') { newEmailDiv.find('input').focus(); } 

Also available in: Unified diff