diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-03-27 14:34:50 +0000 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-03-27 14:34:50 +0000 |
commit | b6afb0020ba36b4fde68c4d6b1e9ae98b0a01463 (patch) | |
tree | 13d84904e5e904421f7e3eb4adf9be878207d142 | |
parent | 854e5928f4fc32d17e28e0bad02b9fc954b592a0 (diff) |
made filtering style a bit clearerissues/2218-filtering-links
-rw-r--r-- | app/assets/stylesheets/responsive/_search_style.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_search_style.scss b/app/assets/stylesheets/responsive/_search_style.scss index 7aad215e1..94ec1cf88 100644 --- a/app/assets/stylesheets/responsive/_search_style.scss +++ b/app/assets/stylesheets/responsive/_search_style.scss @@ -105,9 +105,10 @@ input.use-datepicker[type=text] { width: 100%; text-align: center; display: block; - font-size: 16px; + font-size: 14px; padding: 0.5em 0.75em; border-bottom: 1px solid #ccc; + text-decoration: none; @include respond-min( 20em ){ display: inline-block; border-right: 1px solid #ccc; @@ -125,6 +126,7 @@ input.use-datepicker[type=text] { } } span { + font-weight: bold; background-color: #f4f4f4; //older browsers will just see a flat background, new browsers will see an indent -webkit-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.1); |