summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-03-10 16:58:49 +0100
committergebele <gebele@in-silico.ch>2015-03-10 16:58:49 +0100
commit12002a6390b10c3c12462936484ba967da2478e4 (patch)
treef8d7ef0f8253a11a5232a5d0a3823e548e3ccbe7 /views/style.scss
parent941ef6c04f98195a571920f2daf66b41a763ff22 (diff)
marked links >;resize body if large table;setup sdf
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/style.scss b/views/style.scss
index a068ab1..4021d1f 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -105,8 +105,8 @@ body {
border: 1px solid #dad9c7;
padding-left: 1em;
padding-top: 0.5em; }
- .content .overview #overview tr td #compound {
- width: 200px; }
+ .content .overview #overview tr td#compound {
+ width: 250px; }
.content .overview #overview tr td b.c {
color: #d42200; }
.content .overview #overview tr td b.n {
@@ -207,7 +207,7 @@ body {
box-shadow: (1px 1px 1px rgba(white, 1) inset, -1px -1px 5px rgba($black, 0.3) inset);
padding-left: 1em; }
.results .tablesorter tbody .compound {
- width: 200px;
+ width: 250px;
padding: 0.2em; }
.results .tablesorter tbody .n {
color: #5c8533; }