Ian province abbreviation patch - issue 724
[civicrm-core.git] / css / civicrm.css
index 4a097a73ab4d1bf323f5df4f95df783a94dba9a8..2d18b9d12d0485433115793e43040c3331191760 100644 (file)
@@ -649,6 +649,12 @@ input.crm-form-entityref {
   padding: 4px;
 }
 
+.crm-container .status.crm-ok {
+  border-color: #B0D730;
+  background-color: #F1F8EB;
+  color: #3E3E3E;
+}
+
 .crm-container .crm-footer {
   font-size: 0.8em;
 }
@@ -1295,6 +1301,7 @@ input.crm-form-entityref {
   background-color: #fafafa;
   border: 1px solid #9d9fca;
   height: 220px;
+  overflow: hidden;
 }
 
 #crm-container .thermometer-wrapper,
@@ -2145,10 +2152,6 @@ input.crm-form-entityref {
   top: -2px;
   background-image: url("../i/icons/jquery-ui-FFFFFF.png");
 }
-.crm-container .button:hover .icon,
-.crm-container .crm-button:hover .icon {
-  background-image: url("../i/icons/jquery-ui-2786C2.png");
-}
 
 .crm-container span.crm-button .icon {
   margin-top: 3px;
@@ -3343,33 +3346,6 @@ div.m ul#civicrm-menu,
 #crm-container .crm-fb-tweet-buttons {
   width: 93%;
 }
-#crm-container div.finalconf-button {
-  float: right;
-  padding: 5px 0 0 0;
-}
-#crm-container div.finalconf-button input {
-  margin: 0;
-}
-#crm-container div.finalconf-intro {
-  padding-bottom: 12px;
-  font-style: italic;
-}
-#crm-container h4.finalconf-item {
-  border-top: 1px solid #ccc;
-  padding: 8px 0 8px 10px;
-  margin: 0;
-}
-#crm-container div.finalconf-itemdesc {
-  font-style: italic;
-  padding: 6px 12px 6px 12px;
-  color: #666;
-  float: right;
-  width: 60%;
-}
-#crm-container h4.finalconf-btm {
-  border-bottom: 1px solid #ccc;
-  margin-bottom: 20px;
-}
 
 /* classes related to batch entry operation */
 .crm-container span.batch-edit,
@@ -3668,6 +3644,9 @@ div.m ul#civicrm-menu,
   border: 0 none;
   font-size: 11px;
 }
+.crm-container div.ui-notify-message table {
+  margin: 10px 0;
+}
 .crm-container div.ui-notify-message td {
   background: rgba(255,255,255,0.1);
   border: 1px solid #111;
@@ -3679,6 +3658,9 @@ div.m ul#civicrm-menu,
   color: #eee;
   font-size: 11px;
 }
+.crm-container div.ui-notify-message table a.action-item {
+  margin-right: 5px;
+}
 .crm-container div.ui-notify-message ul,
 .crm-container div.ui-notify-message ol {
   margin: 0.5em 0 1em;