From ebc37d7d62e0cff25a01cb760150cd2ba76c27c4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 19 Mar 2014 17:25:08 -0400 Subject: [PATCH] Add civicrm logo to dialog titlebar --- css/civicrm.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index aa65716293..8ad8d87b6e 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3954,6 +3954,11 @@ div.m ul#civicrm-menu, background: url("../i/crm-button-bg.gif") repeat-x scroll left center #70716B; color: white; } +.crm-container .ui-dialog-title { + background: url("../i/logo16px.png") no-repeat scroll 0 center; + margin-left: -5px; + padding-left: 25px; +} /*Needed for jstree contextmenu */ #vakata-contextmenu.jstree-default-context li { -- 2.25.1