CRM-20336: Failed contributions should be set as failed, not left as pending (more...
[civicrm-core.git] / css / civicrmNavigation.css
index 4c981693fc29a01d4ca0f8b90484f574a10109db..18bc29f25c2eb0df4365c0d83e4f7f255104aee1 100644 (file)
@@ -91,6 +91,7 @@ li.menu-separator.active{
   display:block;
   font-weight:normal;
   text-decoration:none;
+  border:0;
 }
 
 * html div.menu-item {
@@ -126,7 +127,8 @@ li.menu-separator{
   line-height: 0; /* for ie */
   margin: 2px 0;
 }
-#civicrm-menu .crm-logo-sm {
+#civicrm-menu .crm-logo-sm,
+.crm-container .crm-logo-sm {
   background: url('../i/item_sprites.png') no-repeat scroll -80px -16px;
   display: inline-block;
   width: 16px;
@@ -142,8 +144,9 @@ li.menu-separator{
 }
 
 #civicrm-menu #crm-qsearch {
-  padding: 1px 3px 1px 2px;
-  background-color: #000 !important;
+  padding: 1px 0 1px 2px;
+  background-color: transparent !important;
+  border-right: none;
 }
 
 #civicrm-menu #crm-qsearch input {
@@ -151,7 +154,7 @@ li.menu-separator{
   border: 1px solid black;
   margin: 0;
   padding: 2px 16px 3px 2px;
-  height: 16px;
+  height: 17px;
 }
 #civicrm-menu #crm-qsearch input:hover,
 #civicrm-menu #crm-qsearch input:focus,