source: extensions/Mail_supervisor/admin/theme.css @ 14201

Last change on this file since 14201 was 10155, checked in by cljosse, 13 years ago

[extensions] mail_supervisor fix bug with cluetip

File size: 1.2 KB
Line 
1.Style1 {
2  color: #6699CC;
3}
4.items {
5  font-style: italic;
6}
7.row2 {
8  font-style: italic;
9  border: 0;
10}
11.row1 {
12  font-style: italic;
13  border: 0;
14}
15.info {
16  color: #5599FF;
17}
18.bug {
19  background-image: url(../smilies/mouche.gif);
20  background-repeat: no-repeat;
21  width: 100px;
22  height: 75px;
23}
24.frame_ {
25  height: 40px;
26}
27
28.erreur {
29  color: #FF0000;
30}
31.instructions {
32  text-align: left;
33  padding-top: 5px;
34}
35.instructions LI {
36  margin-bottom: 5px;
37}
38.instructionBlock {
39  border: 1px solid #999;
40  margin: 5px;
41  overflow: hidden;
42}
43.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {
44  background-color: #eee;
45  background-position: 15px center;
46  background-repeat: no-repeat;
47  color: #999;
48  cursor: pointer;
49  font-size: 110%;
50  overflow: hidden;
51  padding: 8px 41px;
52}
53.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {
54  border-bottom: none;
55}
56
57.instructionBlockHeaderCollapsed {
58  background-image: url(../../../admin/themes/clear/icon/expand.gif); 
59}
60.instructionBlockHeaderExpanded {
61 background-image: url('../../../admin/themes/clear/icon/collapse.gif');
62}
63.instructionBlockContent {
64  padding: 0 15px 15px;
65}
Note: See TracBrowser for help on using the repository browser.