summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-10-29 13:53:37 +0100
committerPatrick Simianer <p@simianer.de>2015-10-29 13:53:37 +0100
commit3129ebd825db4136ae8fc1c49d7ed4d6340f8504 (patch)
tree5a07cd5344bd8199f11492718965f90063f41222 /static
parentb7a40543ff6c20c1ae5631014e8f0b4f46415fe7 (diff)
cosmetics & help
Diffstat (limited to 'static')
-rw-r--r--static/main.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/static/main.css b/static/main.css
index c6220e3..84180c4 100644
--- a/static/main.css
+++ b/static/main.css
@@ -19,13 +19,17 @@ button {
.small { font-size:.8em }
.xtrasmall { font-size:.6em }
+a {
+ color: #000;
+ text-decoration: underline
+}
+
div#wrapper {
margin: 2em;
padding: 1em
}
span#status {
- display: none;
float: right
}
@@ -50,7 +54,7 @@ span#status {
/* Derivation editor */
#derivation_editor input {
- background: #ccc;
+ background: #eee;
font-size: 60%;
padding: .4em
}
@@ -60,8 +64,10 @@ span#status {
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 #000 }
-table#overview .doc_title { background-color: #eee }
+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; font-style:italic }
+table#overview td.num { text-align:right; font-style:italic}
/* /Session overview */
/* Header */