Revision 6b58b226

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

  
136 136

  
137 137
form.link-like									{ display:inline-block; margin:0 5px; float:right;}
138
form.link-like input[type="submit"]				{ margin:0; padding:0 5px; background:transparent; color:#F89A1C; cursor:pointer; height:auto; line-height:120%;  }
138
form.link-like input[type="submit"]				{ margin:0; padding:0; background:transparent; color:#F89A1C; cursor:pointer; height:auto; line-height:120%;  }
139 139
form.link-like input[type="submit"]:hover		{ text-decoration:underline;  }
140 140
form.link-like.alone							{ float:none; margin:0; position:absolute; right:0; top:96px;}
141 141
form.link-like.alone .form-row					{ margin:0; }
b/snf-astakos-app/astakos/im/static/im/css/modules.css
470 470

  
471 471

  
472 472
table .msg-wrap									{ position:relative; }
473
table .msg-wrap .dialog							{ position:absolute; border:1px dashed #ccc;  padding:15px; width:200px; bottom:30px; left:0; background:#fff; display:none; }
473
table .msg-wrap .dialog							{ position:absolute; border:1px dashed #ccc;  padding:15px; width:200px; bottom:30px; right:0; background:#fff; display:none; }
474 474
table .msg-wrap .dialog .submit					{ min-width:30px; padding:5px 22px; }
475 475
table .msg-wrap .dialog .no.submit				{ float:right; }
476 476
table.alt-style .centered						{ text-align:center; }
b/snf-astakos-app/astakos/im/static/im/js/common.js
219 219
	
220 220
	
221 221
	$("input.leave, input.join").click(function () {
222
		$('dialog').hide();
222 223
		$(this).parents('.msg-wrap').find('.dialog').show();
223 224
		return false;      
224 225
		

Also available in: Unified diff