summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-11-24 16:31:26 +0000
committergebele <gebele@in-silico.ch>2016-11-24 16:31:26 +0000
commitbfd31ed2c9d0cde8a53238c7368eb3d49c580b7d (patch)
tree91c3a2865302e1017db0dffb6015dfa3eb6c476f /views/style.scss
parentf0588c7e072ea3e22f26916d669e9baaa8fa3197 (diff)
parentf86c084311282036ffa7b4588c0fa0d5b59af95b (diff)
fixed merge
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss58
1 files changed, 58 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index 9a3c9df..2c84781 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -1,3 +1,6 @@
+body {
+ background-color:#E7E7E7;
+}
table.table-borderless tbody tr td{
border-top: none;
}
@@ -16,3 +19,58 @@ h4.head-back, h5.head-back{
height: 5em;
}
}
+img {
+ max-width: 100%;
+ max-height: 100%;
+}
+
+.plot {
+ height: 300px;
+ width: 300px;
+}
+.faq {
+ text-align: block;
+ margin-left:15%;
+ margin-right:15%;
+ margin-top:2%;
+}
+.faq h1 {
+ text-align: center;
+}
+.tablesorter-bootstrap thead .sorter-false {
+ cursor: default;
+}
+ul.share-buttons{
+ list-style: none;
+}
+.dropdown-menu {
+ min-width: 0px !important;
+ width:60px;
+}
+.dropdown-menu a {
+ padding: 0 2px 1px 2px !important;
+}
+.page-header{
+ background-color: #fff;
+ padding:20px 0 20px 0;
+ margin: 0;
+ text-align:center;
+ display:inline-block;
+ width:100%;
+}
+.share{
+ width: 30px;
+ padding-right: 5px;
+}
+supporters{
+ background-color: white;
+ text-align:center;
+ img{
+ width: 200px;
+ margin-right: 1em;
+ }
+}
+
+.footer{
+ margin-top:3em;
+}