summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-04-25 16:01:07 +0000
committergebele <gebele@in-silico.ch>2016-04-25 16:01:07 +0000
commitfeb1a1cef0d750d009e72914345dc4bf2bd625ba (patch)
treebfedc31ec36f2ab4b12fdd906ae0c4c720c0a5a7 /views/style.scss
parentb3fffd49c61745e953415c50084fee900d8029e9 (diff)
added links;share;acknowledgements
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss27
1 files changed, 26 insertions, 1 deletions
diff --git a/views/style.scss b/views/style.scss
index 29f532b..77c7c4e 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -40,4 +40,29 @@ img {
.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{
+ margin:20px 0 20px;
+ text-align:justify;
+ display:inline-block;
+ width:98.5%;
+}
+.footer .modal img{
+ width: 250px;
+ padding: 1em;
+}
+footer button{
+ padding-bottom: 1em !important;
+}
+.dropdown-menu img{
+ margin-left: 0.7em;
+}