This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/resources/f_gradebook.css is in python-schooltool.gradebook 2.6.3-0ubuntu1.

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
/* Score systems */

table.scoresystem-scores tbody tr {
    border-bottom: 0px;
}

table.scoresystem-scores tbody td {
    padding: 0px;
    vertical-align: middle;
    width: 106px;
}

table.scoresystem-scores tbody td.buttons {
    width: 104px;
}

table.scoresystem-scores tbody td.buttons input[type="submit"],
table.linked-column-sources tbody td.buttons input[type="submit"] {
    height: 24px;
    width: 100%;
}

table.scoresystem-scores tbody input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #ccc1c1;
    color: #333333;
    font-size: 12px;
    height: 20px;
    width: 106px;
}

table.scoresystem-scores tbody input[type="text"]:focus {
    border: 2px solid #aa0000;
    height: 18px;
    width: 104px;
}

li.deployed a {
    font-style: italic;
}