Fix inline-edit css for td elements
authorColeman Watts <coleman@civicrm.org>
Mon, 23 Dec 2013 03:41:20 +0000 (19:41 -0800)
committerColeman Watts <coleman@civicrm.org>
Mon, 6 Jan 2014 19:10:40 +0000 (11:10 -0800)
css/civicrm.css

index 7aebf88cd17448ad57d2867d551e14635644d049..b7154fdc8cf0a1f9b1a7e3c0d4314ff375e699db 100644 (file)
@@ -4020,21 +4020,17 @@ div.m ul#civicrm-menu,
 }
 
 /* in place edit  */
-.crm-container .crm-editable-enabled {
-  white-space: nowrap;
-}
-
 .crm-container .crm-editable-enabled,
 .crm-container .crm-editable-textarea-enabled {
+  white-space: nowrap;
   display: block;
   padding-left: 2px;
   border: 2px dashed transparent;
 }
 
 .crm-container .crm-editable-enabled:hover {
-  display: block;
-  padding-left: 2px;
   border: 2px dashed lightgrey;
+  cursor: pointer;
 }
 
 .crm-container .crm-editable-placeholder {
@@ -4059,6 +4055,10 @@ div.m ul#civicrm-menu,
   min-height: 1.4em;
 }
 
+.crm-container td.crm-editable {
+  display: table-cell !important;
+}
+
 /*crm-10345*/
 .crm-container .field-action {
   word-wrap: normal;