Commit f2c1452fa6ead889ed952bf759dbfc1d080c4ee3

Authored by Rafael Martins
Committed by Daniela Feitosa
1 parent 5fa29fa0

Default search button style

Showing 1 changed file with 4 additions and 36 deletions   Show diff stats
public/stylesheets/search.css
@@ -688,24 +688,6 @@ li.search-product-item hr { @@ -688,24 +688,6 @@ li.search-product-item hr {
688 height: 34px; 688 height: 34px;
689 display: inline-block; 689 display: inline-block;
690 } 690 }
691 -#content form .search-field input.button.submit {  
692 - width: 152px;  
693 - background: #000;  
694 - overflow: visible;  
695 - color:#fff;  
696 - text-align: left;  
697 - font-weight: bold;  
698 - padding-left: 10px;  
699 - border: none;  
700 - height:34px;  
701 - display:inline-block;  
702 - max-height:none;  
703 - -moz-border-radius: 5px;  
704 - -webkit-border-radius: 5px;  
705 - -khtml-border-radius: 5px;  
706 - -o-border-radius: 5px;  
707 - border-radius: 5px;  
708 -}  
709 #content #public-profile-search form .search-field input.button.submit { 691 #content #public-profile-search form .search-field input.button.submit {
710 width: 75px; 692 width: 75px;
711 } 693 }
@@ -713,24 +695,6 @@ li.search-product-item hr { @@ -713,24 +695,6 @@ li.search-product-item hr {
713 form .search-field input:hover.button.submit { 695 form .search-field input:hover.button.submit {
714 background-color:#444; 696 background-color:#444;
715 } 697 }
716 -#content form .search-field input.button.submit {  
717 - width: 150px;  
718 - backgrounD: #000;  
719 - overflow: visible;  
720 - color:#fff;  
721 - text-align: left;  
722 - font-weight: bold;  
723 - padding: 3px 1px 1px 10px;  
724 - border: none;  
725 - height:34px;  
726 - display:inline-block;  
727 - max-height:none;  
728 - -moz-border-radius: 5px;  
729 - -webkit-border-radius: 5px;  
730 - -khtml-border-radius: 5px;  
731 - -o-border-radius: 5px;  
732 - border-radius: 5px;  
733 -}  
734 .search-hint { 698 .search-hint {
735 clear: both; 699 clear: both;
736 padding: 10px 0 10px 10px; 700 padding: 10px 0 10px 10px;
@@ -741,6 +705,10 @@ form .search-field input:hover.button.submit { @@ -741,6 +705,10 @@ form .search-field input:hover.button.submit {
741 background-color:#444; 705 background-color:#444;
742 } 706 }
743 707
  708 +#content form .search-field input.button.submit {
  709 + height: 30px;
  710 + max-height:none;
  711 +}
744 712
745 713
746 .facet-any-result-found { 714 .facet-any-result-found {