CRM-16415 Replacing plus-circle icon
[civicrm-core.git] / css / civicrm.css
index 67717757ac90e542607c43e693efc214bba385ab..ec4e01d5def73ee10d36c37c7c792d37fafcb82d 100644 (file)
@@ -1781,6 +1781,15 @@ input.crm-form-entityref {
   float: right;
 }
 
+.crm-container a.crm-event-feed-link {
+  margin: 0 1ex;
+  color: #52534D;
+}
+
+.crm-container a.crm-event-feed-link:hover {
+  color: #2786c2;
+}
+
 .crm-container table.criteria-group {
   margin-bottom: .1em;
 }
@@ -2178,6 +2187,14 @@ input.crm-form-entityref {
   padding-left: 18px;
 }
 
+.crm-container .crm-button.button-crm-i {
+  padding: 2px 0 1px 5px;
+}
+
+.crm-container .crm-button.button-crm-i input {
+  padding-left: 0;
+}
+
 .crm-container .crm-button-icon {
   background-image: url("../i/icons/jquery-ui-FFFFFF.png");
   height: 16px;
@@ -2201,6 +2218,16 @@ input.crm-form-entityref {
   background-image: url("../i/icons/jquery-ui-8A1F11.png");
 }
 
+/* Font Awesome */
+
+.crm-i.crm-i-red {
+  color: #8A1F11;
+}
+
+.crm-i.crm-i-blue {
+  color: #6177D5;
+}
+
 .crm-container .inform-icon {
   background-position: -16px -144px;
   margin-right: 5px;
@@ -3644,6 +3671,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;
@@ -3655,6 +3685,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;