source: extensions/LCAS/trunk/admin/template/lcas.css @ 8141

Last change on this file since 8141 was 8141, checked in by Whiler, 13 years ago

Initial version

File size: 1.3 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
20/* jQuery cluetip instructions */
21label.cluetip
22{
23  font-weight:bold;
24}
25
26legend.cluetip
27{
28  font-weight:bold;
29}
30
31.instructionBlock
32{
33  border: 1px solid #666;
34  margin: 5px;
35  overflow: hidden;
36}
37
38/* Bloc expand-collapse instructions */
39.instructionBlockHeader
40{
41  background-color:#111;
42  background-position:15px center;
43  background-repeat:no-repeat;
44  color:#ff3363;
45  cursor:pointer;
46  font-size:110%;
47  overflow:hidden;
48  padding:8px 41px;
49  text-align: left;
50}
51
52.instructionBlockHeader span
53{
54  border-bottom: none;
55}
56 
57.instructionBlockContent
58{
59  padding:0 15px 15px;
60}
61
62/* jQuery tablesorter instructions */
63tr.throw
64{
65cursor:pointer;
66text-align:center;
67}
68
69th.header
70{
71background-image:url("./icon/bg.png");
72background-position:right center;
73background-repeat:no-repeat;
74cursor:pointer;
75}
76
77th.headerSortDown
78{
79background-image:url("./icon/desc.png");
80}
81
82th.headerSortUp
83{
84background-image:url("./icon/asc.png");
85}
86
87.pager{
88  text-align:center;
89}
90
91#pager img {
92  margin-bottom: -3px;
93}
Note: See TracBrowser for help on using the repository browser.