Sha256: 9bd67d417564b8e4c386db1141a168985ca5840da07682295495783cae20a139
Contents?: true
Size: 752 Bytes
Versions: 4
Compression:
Stored size: 752 Bytes
Contents
/* styles for basic search (catalog#index with no search params) */ #basic_search_wrapper { margin-top:20px; #basic_search_form { .twitter-typeahead { width: 45%; margin-right: 4px; } #q_basic { @include box-shadow(0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05)); width: 100%; } #basic_search_indexes { text-align: left; text-shadow: none; width: 110px; } } } /* responsive styles */ /* Landscape phone to portrait tablet */ @media (max-width: 767px) { #basic_search_wrapper { #basic_search_form { #q_basic { width: 85%; } #basic_search_indexes, #search { margin: 10px 5px 0 0; } } } }
Version data entries
4 entries across 4 versions & 1 rubygems