summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-04 16:51:27 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-04 16:51:27 -0500
commit4050ce81532a65883cbadbfc17c21d05d67061ba (patch)
tree9e84eebdc193e89c037009cf866f770997a25cde /app/assets
parentaca85cf084702c29014a17eafb090421061fae8b (diff)
Log buttons
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/application.css4
-rw-r--r--app/assets/stylesheets/custom.css.scss6
2 files changed, 8 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 896d7c1..b3f5d46 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -19,5 +19,7 @@
color: #FFF;
font-weight: bold;
height: 30px;
-
+}
+.navbar{
+ background-color: white;
}
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 25cac21..a8a8e68 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -1,6 +1,10 @@
@import "bootstrap";
header > nav {
- @extend .navbar;
+ @extend .navbar;
@extend .navbar-inverse;
+ color: white;
+}
+header > nav > #log-buttons{
+ margin-top: 8px;
}