This file is indexed.

/usr/share/maas/web/static/css/components/yui_panel.css is in maas-region-controller-min 1.5.4+bzr2294-0ubuntu1.2.

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
.yui3-widget-mask {
    background-color: #000;
    opacity: 0.3;
    }

.yui3-panel {
    background-color: #FFF;
    padding: 50px 80px 50px 80px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,1);
    }

.yui3-widget-hd {
    margin-bottom: 30px;
    font-size: 24px;
    }

.yui3-widget-ft {
    margin-top: 50px;
    }

.yui3-widget-button-wrapper {
    width: 100%;
    }

.yui3-panel .yui3-button {
    float: right;
    }

.yui3-panel .yui3-button.link-button {
    float: left;
    padding-left: 0;
    padding-right: 0;
    color: #dd4814;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    }