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
web: don't send mail on error if it's one of us testing
[invirt/packages/invirt-web.git]
/
code
/
static
/
style.css
diff --git
a/code/static/style.css
b/code/static/style.css
index
35bc5df
..
ef294ad
100644
(file)
--- a/
code/static/style.css
+++ b/
code/static/style.css
@@
-73,3
+73,12
@@
td.error {
.loggedin .name {
font-weight: bold;
}
+
+/* Striping applied (by JavaScript) to every other row in /list. */
+tr.stripedrow {
+ background-color: #DDF;
+}
+
+#machinelist tr > td:first-child {
+ padding-right: 1em;
+}