projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f66de8
)
Fix MKWS-321
author
Mike Taylor
<mike@indexdata.com>
Thu, 30 Oct 2014 11:43:16 +0000
(11:43 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.css
b/tools/htdocs/mkws.css
index
db7bffa
..
86636a6
100644
(file)
--- a/
tools/htdocs/mkws.css
+++ b/
tools/htdocs/mkws.css
@@
-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;
}
@@
-94,6
+95,10
@@
cursor: pointer;
}
+.mkwsAuthname, .mkws-auth-name {
+ color: #132194;
+}
+
.mkwsSearch input.mkwsQuery, .mkws-search input.mkws-query {
border: 2px inset #e0f0ff;
padding: 3px;