Merge pull request #6558 from colemanw/revert
[civicrm-core.git] / css / searchForm.css
CommitLineData
562fda4b
CW
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;
2f686d2b
CW
15}
16
17/* top submit button on advanced search */
18.adv-search-top-submit span.crm-button {
19 float: right !important;
562fda4b 20}