X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fsearch%2Fcss%2Fsearch.css;h=af5733e31e210266b628345dd4fbc79d3c2bcee0;hb=44402a2e67350bd28f3c19e6e8aa5f055f235672;hp=554f1f724b6e1baca41e8183571ea5ee35a3e850;hpb=020251348a4d5e40b9b498e23363f9e1af162946;p=civicrm-core.git diff --git a/ext/search/css/search.css b/ext/search/css/search.css index 554f1f724b..af5733e31e 100644 --- a/ext/search/css/search.css +++ b/ext/search/css/search.css @@ -13,17 +13,20 @@ .crm-flex-box > .crm-flex-4 { flex: 4; } +.crm-draggable { + cursor: move; +} + #bootstrap-theme #crm-search-results-page-size { width: 5em; } #bootstrap-theme .crm-search-results { min-height: 200px; } -.crm-search-results thead th[ng-repeat] { - cursor: pointer; -} -.crm-search-results thead th[ng-repeat] > span { - cursor: move; + +#bootstrap-theme.crm-search ul.nav.nav-stacked { + margin-left: 0; + margin-right: 20px; } #bootstrap-theme.crm-search fieldset { @@ -50,12 +53,12 @@ padding: 2px 5px; text-transform: capitalize; } -#bootstrap-theme.crm-search fieldset > .btn-group { +#bootstrap-theme.crm-search crm-search-clause > .btn-group { position: absolute; right: 0; - top: 11px; + top: 0; } -#bootstrap-theme.crm-search fieldset > .btn-group .btn { +#bootstrap-theme.crm-search crm-search-clause > .btn-group .btn { border: 0 none; } @@ -151,3 +154,9 @@ #bootstrap-theme.crm-search th.crm-search-result-select { padding-right: 10px; } + +#bootstrap-theme .crm-search-delete-display { + position: absolute; + right: 0; + top: 0; +}