Revision 14805c8f

b/snf-astakos-app/astakos/im/static/im/css/modules.css
456 456
table .msg-wrap .dialog							{ position:absolute; border:1px dashed #ccc;  padding:15px; width:200px; bottom:30px; left:0; background:#fff; display:none; }
457 457
table .msg-wrap .dialog .submit					{ min-width:30px; padding:5px 22px; }
458 458
table .msg-wrap .dialog .no.submit				{ float:right; }
459
table.alt-style .centered						{ text-align:center; }
460
table.alt-style form.link-like					{ float:none }
b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
215 215
			                <th>Expires</th>
216 216
			                <th>Enrolled</th>
217 217
			                <th>Status</th>
218
			                <th>Moderated</th>
218
			                <th class="centered">Moderated</th>
219 219
			                <th>&nbsp;</th>
220 220
			                
221 221
			              </tr>
......
260 260
			                	
261 261
			                	</div>
262 262
			                </td>
263
			                <td>{% if o.moderation_enabled%}Yes{% else %}No{% endif %}</td>
263
			                <td class="centered">{% if o.moderation_enabled%}Yes{% else %}No{% endif %}</td>
264 264
			                <td><a href="#" class="more-info" title="more info">+ more info </a></td>
265 265
			              </tr>
266 266
			              <tr class="{% cycle 'tmore1' 'tmore2' %}" style="display:none">

Also available in: Unified diff