Fix wrapping of action items
authorColeman Watts <coleman@civicrm.org>
Tue, 18 Mar 2014 19:57:22 +0000 (15:57 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 18 Mar 2014 19:57:22 +0000 (15:57 -0400)
css/civicrm.css

index 38fbec7ea76afa29b9f4b2f2844885012879efac..aa760241802b1b95b13be8ae06c62d14d8705a73 100644 (file)
@@ -1684,6 +1684,9 @@ editor specific classes
 .crm-container .crm-hover-button:active .icon {
   background-image: url("../i/icons/jquery-ui-2786C2.png");
 }
+.crm-container a.action-item {
+  display: inline;
+}
 
 /* theming for panel and context menus */
 .crm-container td ul.panel li {
@@ -1728,12 +1731,13 @@ editor specific classes
   width: auto;
 }
 
-.crm-container .btn-slide {
+.crm-container span.btn-slide {
   text-align: left;
   cursor: pointer;
   position: relative;
   white-space: nowrap;
   padding-right: 15px !important;
+  display: inline;
 }
 .crm-container .btn-slide:after {
   content: "";