summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss23
1 files changed, 20 insertions, 3 deletions
diff --git a/views/style.scss b/views/style.scss
index fd05c3e..67c6ea7 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -5,6 +5,23 @@ table.table-borderless tbody tr td{
h4.head-back, h5.head-back{
background-color: #E7E7E7;
}
-//.btn:focus{
- //background: #f0ad4e;
-//}
+
+#top.well {
+ padding: 0;
+}
+
+#predict.tab-content {
+ //background-color: white;
+ border-left: 1px solid #ddd;
+ border-right: 1px solid #ddd;
+ padding: 10px;
+}
+
+.nav-tabs {
+ background-color: #E7E7E7;
+ margin-bottom: 0;
+}
+
+.nav-tabs li.active a:hover {
+ background-color: #f5f5f5;
+}