Search ext: group tab
[civicrm-core.git] / ext / search / css / search.css
index 276755632f688215c021a57bd6e4dc3d60550129..e792d5ceb95b9c278781a7e48453fe95f630ed74 100644 (file)
 .crm-flex-box > .crm-flex-4 {
   flex: 4;
 }
+.crm-sortable {
+  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 {
 #bootstrap-theme.crm-search th.crm-search-result-select {
   padding-right: 10px;
 }
+
+#bootstrap-theme .crm-search-delete-display {
+  position: absolute;
+  right: 0;
+  top: 0;
+}