From fede678430be34f854bcf7e39c29d5e5ecea929b Mon Sep 17 00:00:00 2001 From: tkimia Date: Tue, 22 Apr 2014 20:17:50 -0400 Subject: advanced search visuals are there --- app/assets/stylesheets/search.css.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/assets') 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 -- cgit v1.2.3