summaryrefslogtreecommitdiff
path: root/public/stylesheets/screen.sass
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-07 11:05:18 +0100
committergebele <gebele@in-silico.ch>2013-03-07 11:05:18 +0100
commitb5f22735b2f73456a885b2961be8556df62589f2 (patch)
tree5a41d38338edf7fcf36adba959a6952693313c1a /public/stylesheets/screen.sass
parent0c2554a5a2c3aebf3e99d70fee2075a9b99f9abe (diff)
works for single prediction
Diffstat (limited to 'public/stylesheets/screen.sass')
-rw-r--r--public/stylesheets/screen.sass43
1 files changed, 31 insertions, 12 deletions
diff --git a/public/stylesheets/screen.sass b/public/stylesheets/screen.sass
index 3c5e48c..ca87cd2 100644
--- a/public/stylesheets/screen.sass
+++ b/public/stylesheets/screen.sass
@@ -91,7 +91,7 @@ body
+border-bottom-left-radius(25px)
+border-bottom-right-radius(25px)
+background-clip(border-box)
-
+
.predictions
background-color: $ist-blue
padding: 10px
@@ -101,24 +101,43 @@ body
+border-left-radius(25px)
+border-right-radius(25px)
+background-clip(border-box)
-
- .was
- margin-top: 2em
- padding: 1em
- background-image: url("/images/gray_jean.png")
- +box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 1px rgba(black, 0.3) inset)
- +border-left-radius(25px)
- +border-right-radius(25px)
- +background-clip(border-box)
.results
margin-top: 2em
padding: 1em
background-image: url("/images/gray_jean.png")
+box-shadow(1px 1px 1px rgba(white, 1) inset, -1px -1px 1px rgba(black, 0.3) inset)
- +border-left-radius(25px)
- +border-right-radius(25px)
+ +border-bottom-left-radius(25px)
+ +border-bottom-right-radius(25px)
+background-clip(border-box)
+
+ .tablesorter
+ width: 100%
+ thead
+ background-color: $ist-blue
+ tr
+ th.header
+ background-image: url("/images/bg.gif")
+ background-repeat: no-repeat
+ background-position: center left
+ cursor: pointer
+ padding-left: 20px
+ border: 1px solid #dad9c7
+ margin-left: -1px
+ th.headerSortDown
+ background-image: url("/imgages/small_desc.gif")
+ background-color: #3399FF
+ th.headerSortUp
+ background-image: url("/imgages/small_asc.gif")
+ background-color: #3399FF
+ tbody
+ tr.odd
+ td
+ background-color: #F0F0F6
+ tr.even
+ td
+ background-color: #F0F0FF
+
.footer
margin: 20px 0 20px 0