From abf79cab062a0b94f2b48e0814e4b9ac453187f5 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 18 Mar 2014 15:57:22 -0400 Subject: [PATCH] Fix wrapping of action items --- css/civicrm.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index 38fbec7ea7..aa76024180 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -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: ""; -- 2.25.1