Fix MKWS-321
authorMike Taylor <mike@indexdata.com>
Thu, 30 Oct 2014 11:43:16 +0000 (11:43 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 30 Oct 2014 11:43:16 +0000 (11:43 +0000)
Simple styling for the auth-name widget.

tools/htdocs/mkws.css

index db7bffa..86636a6 100644 (file)
@@ -10,7 +10,8 @@
 .mkwsRecord, .mkws-record,
 .mkwsTargets, .mkws-targets,
 .mkwsStat, .mkws-stat,
-.mkwsMOTD, .mkws-motd {
+.mkwsMOTD, .mkws-motd,
+.mkwsAuthname, .mkws-auth-name {
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
     cursor: pointer;
 }
 
+.mkwsAuthname, .mkws-auth-name {
+    color: #132194;
+}
+
 .mkwsSearch input.mkwsQuery, .mkws-search input.mkws-query {
     border: 2px inset #e0f0ff;
     padding: 3px;