Search ext: Add searchDisplay and searchPage modules
[civicrm-core.git] / ext / search / css / search.css
index 70b329b563245bf14ed60b635575bd15f3f88ba3..af5733e31e210266b628345dd4fbc79d3c2bcee0 100644 (file)
 .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 {
   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;
 }
 
 }
 
 #bootstrap-theme.crm-search .api4-operator {
-  width: 90px;
+  width: 110px;
 }
 
 #bootstrap-theme.crm-search .api4-add-where-group-menu {
 #bootstrap-theme.crm-search th.crm-search-result-select {
   padding-right: 10px;
 }
+
+#bootstrap-theme .crm-search-delete-display {
+  position: absolute;
+  right: 0;
+  top: 0;
+}