This file is indexed.

/usr/share/drupal6/modules/imagefield_assist/imagefield_assist_popup.css is in drupal6-mod-imagefield-assist 1.0~beta3-1.

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
114
115
116
117
118
119
/* $Id: imagefield_assist_popup.css,v 1.1 2009/07/03 12:53:49 lourenzo Exp $ */

body#imagefield_assist_popup {
  margin: 0;
  padding: 0;
}

body.imagefield_assist {
  margin: 0px;
  padding: 5px;
  width: auto;
  min-width: 0;
  color: #000000;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  background-image:none !important;
  background-color: #efefef;
  text-align:left !important;
}
/* Thin line between header and main frame */
body#imagefield_assist_thumbs, body#imagefield_assist_upload, body#imagefield_assist_properties {
  border-top: 1px solid #000;
}
/* Darker background color in header frame */
body#imagefield_assist_header {
  background-color:#ccc;
  margin: 0;
}
/* Thin border around images */
.imagefield_assist img {
  border: 1px solid #000;
}
.imagefield_assist-button {
  font-weight: bold;
  margin: 3px;
}
.imagefield_assist .messages {
  border: 1px solid #000;
  background-color: #ccc;
  padding: 2px;
  margin: 3px 0px 6px 0px;
}

/* Override themes' table styling */
.imagefield_assist table, .imagefield_assist tbody, .imagefield_assist td {
  border: none;
  margin: 0;
  width: auto;
}

/* Browser window */
.imagefield_assist table {
  margin: 0 auto;
}
.imagefield_assist .views-admin-links {
  display: none;
}


/* Upload window */
.imagefield_assist .node-form {
  width: 95%;
  margin: 0 auto;
}

/* Properties window */
.imagefield_assist #preview {
  padding: 5px 10px 5px 5px;
}
.imagefield_assist .form-item { /* first form field on properties frame should be at the top of the page */
  margin-top: 0px;
  margin-bottom: 1em;
}
.imagefield_assist #caption {
  display: block;
}
.imagefield_assist #header-browse div.form-item,
.imagefield_assist #link-group div.form-item,
.imagefield_assist #edit-size div.form-item,
.imagefield_assist #size-other div.form-item {
  display: inline;
}
.imagefield_assist #alignment {
  text-align: left;
}
.imagefield_assist #edit-title, .imagefield_assist #edit-desc {
  width: 99%;
}
.imagefield_assist #edit-link {
  width: 155px;
}
.imagefield_assist #edit-url {
  width: 150px;
}
.imagefield_assist #edit-align {
  width: 100px;
}  
#finalhtmlcode {
  display: none;
  visibility: hidden;
}

/* Header frame */
#header-uploading, #header-properties, #header-browse {
  float: left; 
  width: 80%;
}
#header-startover, #header-cancel {
  float: right;
  width: 19%;
  text-align: right;
}

#header-uploading input, #header-properties input, #header-browse input, #header-startover input, #header-cancel input, #header-uploading select, #header-properties select, #header-browse select {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
}