Merge pull request #19023 from eileenmcnaughton/tt
[civicrm-core.git] / ext / search / css / search.css
index 2353aa2bd666bb6b777ac27f2e974358fadd3982..c93f7096227bc8ea6786bc54061468f2646fa752 100644 (file)
@@ -1,22 +1,3 @@
-.crm-flex-box {
-  display: flex;
-}
-.crm-flex-box > * {
-  flex: 1;
-}
-.crm-flex-box > .crm-flex-2 {
-  flex: 2;
-}
-.crm-flex-box > .crm-flex-3 {
-  flex: 3;
-}
-.crm-flex-box > .crm-flex-4 {
-  flex: 4;
-}
-.crm-draggable {
-  cursor: move;
-}
-
 #bootstrap-theme #crm-search-results-page-size {
   width: 5em;
 }
   background-color: rgba(255, 255, 255, .9);
 }
 
-#bootstrap-theme.crm-search div.api4-input.form-inline label.form-control {
-  margin-right: 6px;
-}
-#bootstrap-theme.crm-search div.api4-input.form-inline label.form-control input[type=checkbox] {
-  margin: 0 2px 0 0;
-}
-
-#bootstrap-theme.crm-search div.api4-input.form-inline label.form-control:not(.api4-option-selected) {
-  transition: none;
-  box-shadow: none;
-  -webkit-box-shadow: none;
-  -moz-box-shadow: none;
-  font-weight: normal;
-}
-
-#bootstrap-theme.crm-search div.api4-input.form-inline .form-control label {
-  font-weight: normal;
-  position: relative;
-  top: -2px;
-}
 #bootstrap-theme.crm-search .api4-clause-fieldset fieldset {
   float: right;
   width: calc(100% - 58px);