summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
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;
}