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:
a127326
)
Add styling for bytarget table.
author
Mike Taylor
<mike@indexdata.com>
Mon, 1 Jul 2013 21:37:04 +0000
(22:37 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 1 Jul 2013 21:37:04 +0000
(22:37 +0100)
experiments/spclient/mkwsStyle.css
patch
|
blob
|
history
diff --git
a/experiments/spclient/mkwsStyle.css
b/experiments/spclient/mkwsStyle.css
index
fe9bd54
..
a2135ef
100644
(file)
--- a/
experiments/spclient/mkwsStyle.css
+++ b/
experiments/spclient/mkwsStyle.css
@@
-153,3
+153,22
@@
background: #e0e0e0;
padding: 0.3em;
}
+
+#mkwsBytarget table thead tr td {
+ background-color: #132194;
+ color: white;
+ font-weight: bold;
+ padding: 0.2em 0.5em;
+}
+
+#mkwsBytarget table tbody tr:nth-child(odd) {
+ background-color: #e0f0ff;
+}
+
+#mkwsBytarget table tbody tr:nth-child(even) {
+ background-color: #d0e0ff;
+}
+
+#mkwsBytarget table tbody tr td {
+ padding: 0.2em 0.5em;
+}