X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FsearchForm.css;h=9fa01950893c0745414952cdb0e31cc4725b1a36;hb=4ef8abc29f3711cbeb0bcc6b59142a0fa0f06cb4;hp=abdcfcba48a60a4eb88ffbcd7716152d1916bc0a;hpb=65742a3ed0f9444378e73bdab10469176f07ce49;p=civicrm-core.git diff --git a/css/searchForm.css b/css/searchForm.css index abdcfcba48..9fa0195089 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -17,4 +17,41 @@ /* top submit button on advanced search */ .adv-search-top-submit span.crm-button { float: right !important; -} \ No newline at end of file +} + +/* alpha filter styles */ +#crm-container #alpha-filter ul { + border-collapse: collapse; + padding: 0; + list-style-type: none; + margin: 3px; + height: auto; + width: auto; +} + +.crm-container div#alpha-filter { + background-color: #CDE8FE; + margin: 4px 0 5px; + padding: 2px; + text-align: left; +} + +.crm-container #alpha-filter li { + background-color: transparent; + background-image: none; + border: none; + color: #AAAAAA; + display: inline; + font-size: 15px; + font-weight: normal; + height: auto; + margin: 0 1px; + padding: 2px 5px; + font-family: Arial, Helvetica, sans-serif; +} + +.crm-container #alpha-filter a { + border-bottom: 1px dotted #2A71B4; + color: #2A71B4; + font-weight: normal; +}