(NFC) Fix possible flacky tests by splitting the parts of the checksum up so that...
[civicrm-core.git] / ang / crmCaseType.css
index b6035ebfed74f25bb04c97e8cb2006d1cc233575..6352b3d24dc8716b3b870a69f452295596f092cf 100644 (file)
@@ -1,13 +1,19 @@
-.crmCaseType .ui-icon-grip-dotted-vertical {
+.crmCaseType .grip-n-drag {
     vertical-align: middle;
     cursor: move;
 }
-.crmCaseType .ui-icon {
-    margin: 0.4em 0.2em 0 0;
+
+.crmCaseType .fa-pencil {
+    margin: 0.2em 0.2em 0 0;
     cursor: pointer;
 }
 
-.crmCaseType .ui-tabs-nav li .ui-icon {
+.crmCaseType .fa-trash {
+    margin: 0.56em 0.2em 0 0;
+    cursor: pointer;
+}
+
+.crmCaseType .ui-tabs-nav li .crm-i {
     float: left;
 }
 
@@ -18,7 +24,6 @@
 .crmCaseType tr.addRow td {
     background: #ddddff;
     padding: 0.5em 1em;
-    text-align: center;
 }
 
 .crmCaseType input.number {
@@ -35,4 +40,4 @@
 
 tr.forked {
     font-weight: bold;
-}
\ No newline at end of file
+}