source: extensions/UserAdvManager/branches/2.20/admin/template/uam.css @ 10360

Last change on this file since 10360 was 10360, checked in by Eric, 13 years ago

r10359 merged from trunk to branch 2.20

  • Property svn:eol-style set to LF
File size: 1.2 KB
Line 
1/* UAM instructions */
2#uam_leftmargin
3{
4  margin-left: 2em
5}
6
7#uam_notice
8{
9  text-align:center;
10  text-decoration: underline;
11  font-weight:bold;
12}
13
14div.uam_hide
15{
16  display: none;
17}
18
19textarea.uam_textfields
20{
21  width: 70%;
22}
23
24/* jQuery cluetip instructions */
25label.cluetip
26{
27  font-weight:bold;
28}
29
30/* Bloc expand-collapse instructions */
31.instructionBlock
32{
33  border: 1px solid #666;
34  margin: 5px;
35  overflow: hidden;
36}
37
38.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
39{
40  background-color: #111;
41  background-position: 15px center;
42  background-repeat: no-repeat;
43  color: #ff3363;
44  cursor: pointer;
45  font-size: 110%;
46  overflow: hidden;
47  padding: 8px 41px;
48  text-align: left;
49}
50
51.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span
52{
53  border-bottom: none;
54}
55
56.instructionBlockContent
57{
58  padding: 0 15px 15px;
59}
60
61/* jQuery tablesorter instructions */
62tr.throw
63{
64cursor:pointer;
65text-align:center;
66}
67
68th.header
69{
70background-image:url("./icon/bg.png");
71background-position:right center;
72background-repeat:no-repeat;
73cursor:pointer;
74}
75
76th.headerSortDown
77{
78background-image:url("./icon/desc.png");
79}
80
81th.headerSortUp
82{
83background-image:url("./icon/asc.png");
84}
85
86.pager{
87  text-align:center;
88}
89
90#pager img {
91  margin-bottom: -3px;
92}
Note: See TracBrowser for help on using the repository browser.