diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index 90e6923..eb696b3 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -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;}