do not limit styling of search results

This commit is contained in:
Frédéric Péters 2011-11-16 16:25:11 +01:00
parent 201f7decb6
commit d5b9660f84
1 changed files with 9 additions and 9 deletions

View File

@ -508,16 +508,16 @@ span.headerIcon
/*.template-searchform*/
.template-searchform #results {padding:0 20px 0 0;}
.template-searchform #results{padding:0 9px 0 0;}
.template-searchform #results ul{padding:0; margin: 0;}
.template-searchform #results li:hover{background: #c25c5c;color:#ffffff;}
.template-searchform #results li:hover h4 a{color:#ffffff !important;}
.template-searchform #results li{padding: 10px; background: #e7e7e6;color: #4d4d4d; list-style: none; list-style-image: none;}
.template-searchform #results .even{background: #d8d8d7;}
#results {padding:0 20px 0 0;}
#results{padding:0 9px 0 0;}
#results ul{padding:0; margin: 0;}
#results li:hover {background: #c25c5c;color:#ffffff;}
#results li:hover h4 a{color:#ffffff !important;}
#results li{padding: 10px; background: #e7e7e6;color: #4d4d4d; list-style: none; list-style-image: none;}
#results .even{background: #d8d8d7;}
.template-searchform #results p{margin: 0 0 1em 0;}
.template-searchform #results h4{font-size: 14px; font-weight: normal; }
#results p{margin: 0 0 1em 0;}
#results h4{font-size: 14px; font-weight: normal; }
.template-searchform #colOne .field label {margin-right:10px;}
.template-searchform #colOne #formfield-form-widgets-authors-widgets-query label {display:none;}