summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-07-29 19:34:34 +0200
committerChristoph Helma <helma@in-silico.ch>2010-07-29 19:34:34 +0200
commitdeb9d2c9a005c152983a70c17c227fc59c917f0b (patch)
treefde5715579c1e15b6501cc1c6bf18f364d11caa2 /views/style.sass
parent617fee94e1824515dc699a6265260c7b92a0fcea (diff)
html representation of lazar predictions moved from model service to toxcreate
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass26
1 files changed, 26 insertions, 0 deletions
diff --git a/views/style.sass b/views/style.sass
index 1900517..ce579e3 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -138,6 +138,32 @@ body
img
padding: 0
height: 100%
+ .lazar-predictions
+ clear: both
+ margin-top: 2%
+ table
+ border-spacing: 0
+ border-collapse: collapse
+ margin: 0
+ th
+ border: 1px solid
+ color: $body_color
+ background-color: $fg_color
+ //border: 1px solid
+ margin: 0.5em
+ td
+ border: 1px solid
+ background-color: $bg_color2
+ padding: 0.5em
+ table
+ font-size: x-small
+ td
+ border: none
+ td.selected
+ background-color: blue
+ //img
+ padding: 0
+ //height: 100%
.model
padding: 0em 1em
background-color: $bg_color2