CRM-15534 - Fix api.getfields to return custom fields from sub-types
[civicrm-core.git] / css / joomla.css
index f26e0b2253d5429c11ccd6f4f952c93b29bfd31c..39a489786ac5c13bf710d000227f926aeb6fa695 100644 (file)
@@ -57,41 +57,8 @@ td.active {
 
 td.label {
   background: none;
-}
-
-/*
-** Menu styles
-*/
-#crm-container .menu {
-  padding: 0 0 0 0.5em;
-  margin: 0 0 0 2em;
-}
-#crm-container .menu ul {
-  list-style: none;
-  border: none;
-  text-align:left;
-}
-#crm-container .menu li a {
-  width: 100%;
-  text-decoration: none;
-}
-#crm-container li.expanded {
-  list-style-type: circle;
-  list-style-image: url(menu-expanded.png);
-  padding: 0.2em 0.5em 0 0;
-  margin: 0;
-}
-#crm-container li.collapsed {
-  list-style-type: disc;
-  list-style-image: url(menu-collapsed.png);
-  padding: 0.2em 0.5em 0 0;
-  margin: 0;
-}
-#crm-container li a.active {
-  color: #000;
-}
-#crm-container td.menu-disabled {
-  background: #ccc;
+  color: #3e3e3e;
+  display: table-cell;
 }
 
 /*
@@ -394,6 +361,9 @@ ul#civicrm-menu li#crm-qsearch {
   width: auto;
   padding: 2px 4px;
 }
+.crm-container .select2-search input {
+  width: 100%;
+}
 .crm-container textarea,
 .crm-container input {
   height: auto;
@@ -401,3 +371,7 @@ ul#civicrm-menu li#crm-qsearch {
 .crm-container input[type=submit] {
   height: auto;
 }
+
+.crm-container .disabled {
+  font-weight: normal;
+}