This file is indexed.

/usr/share/GNUstep/SOGo/WebServerResources/AdministrationUI.css is in sogo-common 2.2.17a-1.1build1.

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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
DIV#helpDialog
{
    width: 300px;
}

DIV#helpDialog H3
{
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

DIV#helpDialog DIV DIV
{
    border: 0;
    margin: 0;
    padding: 0;
}

DIV#helpDialog P.button
{
    margin: 0;
    padding: 0 0 5px 0;
    text-align: right;
}

DIV#verticalDragHandle
{
    cursor: e-resize;
    top: 6em;
    left: 15em;
    width: 5px;
    bottom: 0px;
}

.titlediv
{ 
    vertical-align: bottom;
    padding-top: 14px;
    padding-left: 6px;
}

DIV#administrationModules
{
    position: absolute;
    top: 9em;
    left: 0;
    width: 15em;
    bottom: 2px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

DIV#administrationModules UL
{
    display: block;
    list-style-type: none;
    list-style-image: none;
    clear: both;
    cursor: default;
    color: #000;
    position: absolute; /* required for Safari & IE */
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    overflow-x: hidden;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-user-select: none;
    -khtml-user-select: none;
}
DIV#administrationModules
{ background: #CCDDEC; }

DIV#administrationModules UL LI
{
    cursor: pointer;
    line-height: 20px;
    height: 20px;
    padding-left: 0.5em;
    margin: 0px;
    width: auto;
    white-space: nowrap;
}

DIV#rightPanel
{
    position: absolute;
    top: 80px;
    left: 15em;
    margin-left: 5px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

DIV#rightPanel > SPAN
{
    float: left;
}

DIV#rightPanel H1
{
    font-size: 14px;
    margin: 0.5em 0 5px 0;
}

DIV#filterPanel
{ 
    n0padding-top: 5px; 
    width: auto;
}

DIV#administrationContent
{
    position: absolute;
    left: 0;
    right: 1em;
    top: 3em;
    bottom: 2px;
    background-color: #fff;
    padding: .5em;
    overflow: auto;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}