summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-22 20:17:50 -0400
committertkimia <tkimia@purdue.edu>2014-04-22 20:17:50 -0400
commitfede678430be34f854bcf7e39c29d5e5ecea929b (patch)
tree953b9424e953e3d96de82e3a89302b2959f3ee6d /app/assets
parentc13ca3ca2c167158ca0f6ff8a20f2b4943f3e04d (diff)
advanced search visuals are there
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/search.css.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/search.css.scss b/app/assets/stylesheets/search.css.scss
index 22fd394..69cd1ad 100644
--- a/app/assets/stylesheets/search.css.scss
+++ b/app/assets/stylesheets/search.css.scss
@@ -1,3 +1,14 @@
// Place all the styles related to the search controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+
+#search-down {
+ text-align: center;
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+
+#advanced-search {
+ display: none;
+} \ No newline at end of file