diff admin.css @ 283:85d74b8b7ae8

Use CSS instead of a table for votekey admin.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 23:09:33 +0200
parents ec56f08c4cc4
children 9462a59d3ab3
line wrap: on
line diff
--- a/admin.css	Sun Nov 24 23:03:14 2013 +0200
+++ b/admin.css	Sun Nov 24 23:09:33 2013 +0200
@@ -79,12 +79,10 @@
 }
 
 
-table.votekeys {
+div.votekey {
+	display: inline-block;
+
 	margin: 0px;
-	padding: 0px;
-}
-
-table.votekeys td {
 	text-align: center;
 	padding: 0.5em;
 	background: black;
@@ -93,10 +91,10 @@
 	border-bottom: 1pt dashed green;
 }
 
-table.votekeys span.keyid {
+div.votekey span.keyid {
 	font-weight: bold;
 }
 
-.keyactive {
+div.votekeys .keyactive {
 	margin-left: 1em;
 }