changeset 694:b4e0501f5588

Updated CSS example.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Nov 2014 16:56:55 +0200
parents 36d63c38d06c
children dff9b125f774
files examples/css/admin.css
diffstat 1 files changed, 24 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/examples/css/admin.css	Sun Nov 09 23:32:32 2014 +0200
+++ b/examples/css/admin.css	Mon Nov 10 16:56:55 2014 +0200
@@ -22,6 +22,10 @@
 	color: white;
 }
 
+a:active, a:focus {
+	outline: none;
+}
+
 #messageBox {
 	position: absolute;
 	top: 0px;
@@ -162,6 +166,7 @@
 
 div.votekey {
 	display: inline-block;
+	width: 8em;
 
 	margin: 0px;
 	text-align: center;
@@ -177,11 +182,11 @@
 }
 
 div.votekey:hover, tr.votekey:hover td {
-	background: rgba(255,0,0,0.5);
+	background: #800;
 }
 
 div.vkeyActive, tr.vkeyActive {
-	background: rgba(0,255,0,0.2);
+	background: #044;
 }
 
 
@@ -344,7 +349,7 @@
 }
 
 
-table.attendees,table.misc,table.vote {
+table.attendees,table.entries,table.vote {
 	width: 100%;
 }
 
@@ -393,4 +398,19 @@
 
 table.attendees tr.deleteWarning td {
 	background: red;
-}
\ No newline at end of file
+}
+
+div.compoInfo {
+	margin: 0;
+	padding: 1em;
+	border-top: 1px solid #0f0;
+	border-bottom: 1px solid #0f0;
+}
+
+h1, h2, h3 {
+	margin: 0;
+}
+
+tr.active td {
+	background: green;
+}