Sha256: 6602c87eb25987a2fd007c009b96c35ce3d9efc64b18ed3adb23e9cc95720721
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
/******************** Search box css ***********************/ #header_search { float: left; padding: 1px 10px 0 10px; z-index:2001; } #global_search_input { width: 150px; height: 16px; border: solid 1px #dedede; padding:0 3px 0 22px; background: url('btn/search_icon.png') 5px 50% no-repeat white; font-size: 11px; color: #2A3890; } #global_search_display { width: 175px; display: none; float: right; margin-right: 35px; border-left: solid 1px #B9B9B9; border-right: solid 1px #B9B9B9; border-bottom: solid 1px #B9B9B9; overflow: hidden; position: absolute; z-index: 2000; background: whiteSmoke; text-align: center; } #global_search_display a { color: #2A3890; text-decoration: none; } #global_search_display a:hover { color: #2A3890; text-decoration: none; font-weight: bold; } #global_search_display li { padding: 4px; border-top: solid 1px #B9B9B9; font-size: 10px; height: 35px; background: whiteSmoke; overflow: hidden; text-align: center; } #global_search_display li .logo{ float:left; margin-right: 5px; } #global_search_display li .name { float:left; } #global_search_display li:hover { background: #CFDEFF; color: #2A3890; } #global_search_display span{ float:left; margin-top: 10px; } #global_search_display .warning{ width:100%; } /******************** Search box css END ***********************/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social_stream-base-0.9.1 | app/assets/stylesheets/search.css |