Merge pull request #6300 from colemanw/CRM-16860
[civicrm-core.git] / css / searchForm.css
1 /* Styles specific to search forms and search results */
2
3 .crm-container div#searchForm {
4 height: auto;
5 width: 100%;
6 }
7
8 .crm-container div#searchForm table.form-layout {
9 border-spacing: 0;
10 }
11
12 .crm-container div#searchForm table.form-layout td {
13 padding: 4px;
14 border: 1px solid #DDDDDD;
15 }
16
17 /* top submit button on advanced search */
18 .adv-search-top-submit span.crm-button {
19 float: right !important;
20 }