X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FsearchForm.css;h=9fa01950893c0745414952cdb0e31cc4725b1a36;hb=1272c5babe8959a8971cd950d5f3784f9a988e02;hp=1b8567b292f92ccc26feed0666c0485005c041b4;hpb=562fda4b8858de88ab2a709c3aefdedd5db0dd87;p=civicrm-core.git diff --git a/css/searchForm.css b/css/searchForm.css index 1b8567b292..9fa0195089 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -12,4 +12,46 @@ .crm-container div#searchForm table.form-layout td { padding: 4px; border: 1px solid #DDDDDD; -} \ No newline at end of file +} + +/* top submit button on advanced search */ +.adv-search-top-submit span.crm-button { + float: right !important; +} + +/* 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; +}