source: extensions/UserAdvManager/trunk/admin/template/uam.css @ 18450

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