Merge pull request #4440 from colemanw/CRM-15524
[civicrm-core.git] / css / civicrm.css
index 777c074368b4299f7e2a85edae49be89365982b2..6b0b41044a10ff7f5765e8cebaf545aca90af020 100644 (file)
@@ -422,13 +422,11 @@ input.crm-form-entityref {
 }
 
 .crm-container .crm-section,
-.crm-container div.crm-field-wrapper,
-.crm-container-snippet .crm-section {
+.crm-container div.crm-field-wrapper {
   margin-bottom: 1em;
 }
 
-.crm-container .crm-section .label,
-.crm-container-snippet .crm-section .label {
+.crm-container .crm-section .label {
   float: left;
   width: 17%;
   text-align: right;
@@ -438,8 +436,7 @@ input.crm-form-entityref {
   text-align: left;
 }
 
-.crm-container .crm-section .content,
-.crm-container-snippet .crm-section .content {
+.crm-container .crm-section .content {
   margin-left: 19%;
 }
 
@@ -702,8 +699,7 @@ input.crm-form-entityref {
   color: #000080;
 }
 
-.crm-container .crm-marker,
-.crm-container-snippet .crm-marker {
+.crm-container .crm-marker{
   color: #8A1F11;
   font-weight: bold;
   margin-right: 5px;
@@ -3262,6 +3258,10 @@ div.crm-container form {
 .crm-container table.display td.center {
   text-align: center;
 }
+/* Fix weird color added to some datatables' sort column */
+.crm-container table.dataTable.display tbody tr > td.sorting_1 {
+  background-color: transparent;
+}
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * Datatables misc
@@ -3350,6 +3350,7 @@ div.crm-container form {
 /* skin */
 
 #crm-container .crm-title {
+  line-height: 1.1;
   margin-bottom: 8px;
 }
 
@@ -3789,7 +3790,7 @@ div.m ul#civicrm-menu,
 .crm-container.ui-dialog {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
 }
-.crm-container.ui-dialog.ui-draggable:before {
+.crm-container.ui-dialog.ui-resizable:before {
   display:block;
   content: " ";
   width: 16px;
@@ -4235,6 +4236,9 @@ div.m ul#civicrm-menu,
 .crm-status-icon.error {
   background-position: -72px 0px;
 }
+.crm-container div.ui-notify-message.none div.icon {
+  display: none;
+}
 
 span.crm-status-icon {
   display: inline-block;
@@ -4244,11 +4248,13 @@ span.crm-status-icon {
 
 #crm-container.crm-public input[type="text"],
 #crm-container.crm-public input[type="password"],
+#crm-container.crm-public input[type="email"],
 #crm-container.crm-public select {
   font-size: 15px;
   padding: 5px;
   border-radius: 3px;
   vertical-align: middle;
+  max-width: 100%;
 }
 
 #crm-container.crm-public .label {
@@ -4495,7 +4501,6 @@ span.crm-status-icon {
   background-position: -101px -222px;background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
 }
 
-.crm-container .survey-completed,
 .crm-container .strikethrough {
   text-decoration: line-through;
 }