summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/custom.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 20:12:56 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 20:12:56 -0500
commit0b9460c1af2619a6158141b01ba77836cc8a9e74 (patch)
tree0612c07f26690ca40a4ff6d469ee4819af5f597c /app/assets/stylesheets/custom.css.scss
parenta4b40b899bca6396eea63672590282c7011f386c (diff)
simplify with css more
Diffstat (limited to 'app/assets/stylesheets/custom.css.scss')
-rw-r--r--app/assets/stylesheets/custom.css.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 3c9aef9..d4c81a0 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -16,6 +16,13 @@ header > nav {
&.signout { @extend .btn-danger; }
}
}
+ form.search {
+ @extend .navbar-form;
+ @extend .navbar-right;
+ input[type="submit"] {
+ @extend .btn-warning;
+ }
+ }
}
p.errors {
@@ -38,4 +45,3 @@ p.errors {
}
}
-