From f7c3b817e5de6ce3388caee15d1a4adc12b81334 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Mon, 28 Oct 2013 11:38:33 +0100 Subject: minor style change --- views/style.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'views') 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 -- cgit v1.2.3