summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-05-04 11:33:54 +0000
committergebele <gebele@in-silico.ch>2017-05-04 11:33:54 +0000
commit1cf0938be3cc81e426030df9b1a1e3f534fa5fc2 (patch)
treeaec19bd9dad554080c62c1f6317a4d637d3781b9 /views/style.scss
parent6e2dacfee8e52175ef3ccc79da3d3dc21380683f (diff)
bumped version;adjustments for updated lazar library
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/style.scss b/views/style.scss
index 2c84781..5c56d14 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -9,14 +9,14 @@ h4.head-back, h5.head-back{
}
.nav-tabs {
background-color: #E7E7E7;
- margin-bottom: 0;
+ //margin-bottom: 0;
li.active a:hover {
background-color: #f5f5f5;
}
li a {
- height: 5em;
+ height: 7em;
}
}
img {
@@ -40,6 +40,9 @@ img {
.tablesorter-bootstrap thead .sorter-false {
cursor: default;
}
+.tablesorter-bootstrap thead {
+ background-color: #E7E7E7;
+}
ul.share-buttons{
list-style: none;
}