source: extensions/UserAdvManager/branches/2.30/admin/template/uam.css @ 12667

Last change on this file since 12667 was 12667, checked in by Eric, 12 years ago

r12661 and r12666 merged from trunk to branche 2.30

  • Property svn:eol-style set to LF
File size: 1.4 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
19div.uam_new
20{
21  background-color: #8EBF44;
22}
23
24p.new_in_version
25{
26  text-align: center;
27  text-transform: capitalize;
28  text-decoration: underline;
29  font-weight: bold;
30  color: yellow;
31}
32
33textarea.uam_textfields
34{
35  width: 70%;
36}
37
38/* jQuery cluetip instructions */
39label.cluetip
40{
41  font-weight:bold;
42}
43
44/* Bloc expand-collapse instructions */
45.instructionBlock
46{
47  border: 1px solid #666;
48  margin: 5px;
49  overflow: hidden;
50}
51
52.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
53{
54  background-color: #111;
55  background-position: 15px center;
56  background-repeat: no-repeat;
57  color: #ff3363;
58  cursor: pointer;
59  font-size: 110%;
60  overflow: hidden;
61  padding: 8px 41px;
62  text-align: left;
63}
64
65.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span
66{
67  border-bottom: none;
68}
69
70.instructionBlockContent
71{
72  padding: 0 15px 15px;
73}
74
75/* jQuery tablesorter instructions */
76tr.throw
77{
78cursor:pointer;
79text-align:center;
80}
81
82th.header
83{
84background-image:url("./icon/bg.png");
85background-position:right center;
86background-repeat:no-repeat;
87cursor:pointer;
88}
89
90th.headerSortDown
91{
92background-image:url("./icon/desc.png");
93}
94
95th.headerSortUp
96{
97background-image:url("./icon/asc.png");
98}
99
100.pager{
101  text-align:center;
102}
103
104#pager img {
105  margin-bottom: -3px;
106}
Note: See TracBrowser for help on using the repository browser.