diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-03 15:33:02 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-03 15:33:02 +0100 |
commit | fee5d5a36f373f6d1f02bbddfbfa960f3af2f9dd (patch) | |
tree | c40f5a3bc0fa48e65935a9c5ce44759ac7a2cb57 /static/main.css | |
parent | eab3faa76a9ad712ae43cbdd574cc7436b9e2e2a (diff) |
css, tablesorter scientific notation
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/static/main.css b/static/main.css index 47f5d6b..26ac814 100644 --- a/static/main.css +++ b/static/main.css @@ -33,7 +33,7 @@ textarea, input { .tiny { font-size:.6em } a { - color: #ccc; + color: #ddd; text-decoration: underline } a:hover { color: #000 } @@ -74,7 +74,7 @@ span#status { float:right } /* Derivation editor */ #derivation_editor input { - background: #eee; + background: #ddd; font-size: 60%; padding: .4em } @@ -85,9 +85,9 @@ p#overview_header { margin:.5em;margin-bottom:.25em;font-weight:bold } div#overview_wrapper { margin-top:1em } table#overview { font-size:.8em } table#overview td.seg_text { width: 45% } -table#overview td { border-bottom: 1px solid #ccc; border-left:1px solid #ccc; padding: .25em } -table#overview tr:hover { background: #ccc } -table#overview .doc_title { background-color: #eee } +table#overview td { border-bottom: 1px solid #ddd; border-left:1px solid #ddd; padding: .25em } +table#overview tr:hover { background: #ddd } +table#overview .doc_title { background-color: #ddd } table#overview td.num { text-align:right; font-style:italic } /* /Session overview */ @@ -119,8 +119,6 @@ div#help { width: 70%; text-align: justify } -div#help a { color:#ccc } -div#help:hover { color: #000 } -div#help:hover a { color: #000 } +div#help a { color:#000;text-decoration:underline } /* /Help */ |