This file is indexed.

/usr/share/civicrm/ang/crmMailing.css is in civicrm-common 4.7.30+dfsg-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.crmMailing input[name=subject] {
  width: 30em;
}
.crmMailing select, .crmMailing input[type=text] {
  width: 36em;
}
.crmMailing textarea {
  margin: 0.5em;
  width: 95%;
  height: 20em;
}
.crmMailing input.crm-form-date {
  width: 10em;
}

.crmMailing-recip-est {
  background: #ee8;
  font-size: small;
  padding: 0.33em;
  margin: 0 0 0 0.5em;
  width: 9em;
  text-align: center;
}

span.crmMailing-include {
  color: #060;
}
span.crmMailing-exclude {
  color: #600;
  text-decoration: line-through;
}
span.crmMailing-mandatory {
  color: #866304;
}

.crmMailing input[name=preview_test_email], .crmMailing-preview select[name=preview_test_group] {
  width: 80%;
}

.crmMailing .preview-popup, .crmMailing .preview-contact, .crmMailing .preview-group {
  width: 30%;
  height: 4.5em;
  margin: 0.5em;
  text-align: center;
  vertical-align: middle;
  float: left;
}
.crmMailing .preview-popup, .crmMailing .preview-contact {
  border-right: 1px solid black;
}
.crmMailing .preview-group, .crmMailing .preview-contact {
}

.crmMailing .crmMailing-schedule-outer {
  width: 98%
}
.crmMailing .crmMailing-schedule-inner {
  width: 40em;
  text-align: left;
  margin: auto;
}

/* Odd: These placeholder directives break if combined */
input[name=preview_test_email]:-moz-placeholder {
  text-align: center;
}
input[name=preview_test_email]::-moz-placeholder {
  text-align: center;
}
input[name=preview_test_email]::-webkit-input-placeholder  {
  text-align: center;
}
input[name=preview_test_email]:-ms-input-placeholder {
  text-align: center;
}
.crmMailing-active {
}
.crmMailing-inactive {
  text-decoration: line-through;
}
.crm-container a.crmMailing-submit-button {
  display: inline-block;
  padding: .2em .4em;
  margin: 1em auto;
  border-radius: 5px;
  font-size: 1.2em;
  float: none;
}
.crm-container a.crmMailing-submit-button div {
  background: url(../i/check.gif) no-repeat left center;
  padding-left: 20px;
}
.crm-container a.crmMailing-submit-button.disabled,
.crm-container a.crmMailing-submit-button.blocking {
  opacity: .6;
  cursor: default;
}
.crm-container a.crmMailing-submit-button.blocking div {
  background: url(../i/loading-2f2f2e.gif) no-repeat left center;
}

.crm-container .crm-form-block label {
  font-size: 13px;
}

.crm-container .ui-widget-content {
  background: none;
}

.crmMailing-error-link {
  margin: 0.5em;
  color: red;
}