projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Style logged-in message.
[invirt/packages/invirt-web.git]
/
code
/
static
/
style.css
diff --git
a/code/static/style.css
b/code/static/style.css
index
3b713ec
..
cf11700
100644
(file)
--- a/
code/static/style.css
+++ b/
code/static/style.css
@@
-64,3
+64,11
@@
td.error {
display: inline;
padding: .2em;
}
+
+/* Logged-in welcome message. */
+.loggedin {
+ float: right;
+}
+.loggedin .name {
+ font-weight: bold;
+}