From 9cce0639ae71c2d745daa2feba690d2b22b845fc Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Fri, 15 Mar 2013 15:17:07 -0400 Subject: [PATCH] CRM-12096 UI tweaks for J3.0; set base level font sizes and form element box model --- css/civicrm.css | 5 +++++ css/joomla.css | 21 ++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index 149a804e2f..de003cc2b5 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2049,6 +2049,11 @@ div.grippie { #crm-container table.crm-inline-edit-form td, #crm-container div.crm-inline-edit-form { background-color: #E6E6DC; + white-space: nowrap; +} +#crm-container table.crm-inline-edit-form td.crm-label, +#crm-container div.crm-inline-edit-form .crm-label { + white-space: normal; } #crm-container div.crm-inline-edit-field { diff --git a/css/joomla.css b/css/joomla.css index 5f959bc892..e0c8c3b1f1 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -254,7 +254,6 @@ body { padding: 0; color: #000; background-color: #fff; - font: 76%; } tr.dark td, tr.light td { padding: 0.3em; @@ -502,6 +501,9 @@ ul#civicrm-menu li#crm-qsearch { padding-bottom: 0; border: 1px solid #999 !important; } +#crm-container { + font-size: 11px; +} #crm-container .col1 { margin: 0; } @@ -515,3 +517,20 @@ ul#civicrm-menu li#crm-qsearch { #crm-notification-container { top: 100px; } + +#crm-container textarea, +#crm-container input, +#crm-container select { + font-size: 12px; + height: 16px; + margin-bottom: auto; + margin-right: 4px; + width: auto; + padding: 2px 4px; +} +#crm-container select { + height: 22px; +} +#crm-container input[type=submit] { + height: auto; +} -- 2.25.1