source: extensions/LCAS/tags/2.2.2/admin/template/lcas.css @ 10588

Last change on this file since 10588 was 10588, checked in by LucMorizur, 13 years ago

Merge 2.2.2 from trunk

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