File: PSStatus.css

package info (click to toggle)
phpsysinfo 3.0.17-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,516 kB
  • ctags: 2,050
  • sloc: xml: 9,488; php: 6,524; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 $Id: PSStatus.css 510 2011-10-24 18:01:22Z namiltd $
 */
#plugin_psstatusTable thead tr .header {
    background-image: url("../../../gfx/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#plugin_psstatusTable thead tr .headerSortUp {
    background-image: url("../../../gfx/asc.gif");
}

#plugin_psstatusTable thead tr .headerSortDown {
    background-image: url("../../../gfx/desc.gif");
}