File: screen.css

package info (click to toggle)
mnemo2 2.2.3%2Bdebian0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,812 kB
  • ctags: 875
  • sloc: php: 2,954; xml: 908; sql: 253; makefile: 73; sh: 26
file content (25 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
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
/**
 * $Horde: mnemo/themes/silver/screen.css,v 1.1.2.2 2008-03-27 17:56:28 jan Exp $
 */

.sortup {
    background: #ccc url("graphics/za.png") center left no-repeat;
}
.sortdown {
    background: #ccc url("graphics/az.png") center left no-repeat;
}
body #sbarShow {
    background-image: url("graphics/plus.png");
}
body #sbarHide {
    background-image: url("graphics/minus.png");
}
#pageControls {
    top: 49px;
    background: #d7d7d7;
    border-color: #999;
    border-width: 0 0 1px 1px;
}
#pageControls #notepadSearch {
    background-image: url("graphics/search.png");
}