File: stylesheet.css

package info (click to toggle)
gnome-shell-extension-hard-disk-led 38-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: javascript: 162; xml: 9; makefile: 8; sh: 3
file content (18 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.harddiskled-label {
    font-size: 1em;
    min-width: 4em;
    text-align: right;
}

.harddiskled-icon {
    font-size: 1em;
    min-width: 1.2em;
    text-align: center;
    color: lime;
}

.harddiskled-container {
    spacing: 0px;
    margin-left: 2px;
    margin-right: 2px;
}