summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2013-10-28 11:38:33 +0100
committerrautenberg <rautenberg@in-silico.ch>2013-10-28 11:38:33 +0100
commitf7c3b817e5de6ce3388caee15d1a4adc12b81334 (patch)
tree176f76d66dc7cf76567b6aa199e66cae85b5f7be
parent9095a48b0e22f51ece2f4e9539e41310ff544052 (diff)
minor style change
-rw-r--r--views/style.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/views/style.scss b/views/style.scss
index 01e3aa6..225bee8 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -39,9 +39,10 @@ h4 {
/* tables */
th {
- color: #333;
+ color: #000;
text-align: left;
- font-size: 1em;
+ font-size: 1.1em;
+ padding: 8px 0;
}
td {
vertical-align: top;
@@ -111,4 +112,12 @@ img.compound {
text-decoration: none;
color: #000;
&:hover { color: #900; }
+}
+.tooltip {
+ background-color: #fff;
+ border: 2px solid #ccc;
+ font-size: 0.5em;
+ padding: 1em;
+ display: none;
+ z-index: 50;
} \ No newline at end of file