summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2013-10-23 11:26:33 +0200
committerrautenberg <rautenberg@in-silico.ch>2013-10-23 11:26:33 +0200
commit773c75117fecdb6c328ce7ad8c8ce9d89e552f03 (patch)
treed04db264cdb67449f2eaeed08ec130d82635d393 /views
parent1a779e4fab4f42f27d867fcda24bf207cc2ece8a (diff)
extend csv file feature, add ist link
Diffstat (limited to 'views')
-rw-r--r--views/layout.haml3
-rw-r--r--views/style.scss10
2 files changed, 13 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 1e1c7d3..976d172 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -52,3 +52,6 @@
%input{ :type => "submit", :value => "Search" }
%em This is an experimental version. Loading data from PubChem can be slow. Please use the "Back" button and retry the offending operation if you have timeout problems.
= yield
+
+ .footer
+ %a{:href => 'http://www.in-silico.ch', :rel => "external"} <i style="font-family: serife">in silico</i> toxicology gmbh 2013 \ No newline at end of file
diff --git a/views/style.scss b/views/style.scss
index 77f2f5c..01e3aa6 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -101,4 +101,14 @@ img.compound {
color: $formborder;
radius: 4px;
}
+}
+.footer {
+ margin: 200px 0px 20px 4px;
+ width: 99%;
+ text-align: right;
+}
+.footer a {
+ text-decoration: none;
+ color: #000;
+ &:hover { color: #900; }
} \ No newline at end of file