# HG changeset patch # User Christophe Lincoln # Date 1389744133 -3600 # Node ID 00b8f6d05cd79d1f20a2da6a4c17b0c685850bc7 # Parent 842a117435ff0bb764410c48d74a794942e4a1c5 Small fix to users plugin and go for a grey header diff -r 842a117435ff -r 00b8f6d05cd7 web/plugins/users/users.cgi --- a/web/plugins/users/users.cgi Wed Jan 08 21:36:18 2014 +0000 +++ b/web/plugins/users/users.cgi Wed Jan 15 01:02:13 2014 +0100 @@ -19,7 +19,7 @@

Users: $users

Dashboard - Online users + Logged users
 EOT
diff -r 842a117435ff -r 00b8f6d05cd7 web/style.css
--- a/web/style.css	Wed Jan 08 21:36:18 2014 +0000
+++ b/web/style.css	Wed Jan 15 01:02:13 2014 +0100
@@ -17,9 +17,9 @@
 /* Header */
 
 #header {
-	background: #351a0a;
+	background: #222;
 	height: 40px;
-	border-bottom: 8px solid #d66018;
+	border-bottom: 4px solid #afafaf;
 }
 
 #header h1 {
@@ -43,7 +43,7 @@
 
 #network { 
 	float: right; 
-	padding: 12px 5px 0; 
+	padding: 14px 5px 0; 
 	font-size: 12px;
 	margin-right: 100px;
 }
@@ -83,7 +83,7 @@
 #login input[type="submit"] { float: none; }
 
 #user {
-	background-color: #3A2B22;
+	background-color: #333;
 	padding: 4px;
 	width: 84px;
 	float: right;
@@ -103,7 +103,6 @@
 	position: absolute;
 	right: 20px;
 	top: 60px;
-	
 }
 
 #search input[type="text"] { width: 200px; }
@@ -154,7 +153,7 @@
 input[type="submit"], input[type="text"], input[type="password"], 
 select, #tools a {
 	color: #444444;
-	border: 1px solid #cccccc;
+	border: 1px solid #afafaf;
 	padding: 4px;
 	margin: 4px 0px;
 	font-size: 14px;