source: extensions/Mail_supervisor/admin/clear/theme.css @ 10419

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

[extensions] mail_supervisor fix bug in design

File size: 923 bytes
Line 
1.bug {
2  background-image: url('../../smilies/mouche.gif');
3  background-repeat: no-repeat;
4  width: 100px;
5  height: 75px;
6}
7.instructions {
8  text-align: left;
9  padding-top: 5px;
10}
11.instructions LI {
12  margin-bottom: 5px;
13}
14.instructionBlock {
15  border: 1px solid #999;
16  margin: 5px;
17  overflow: hidden;
18}
19.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {
20  background-color: #eee;
21  background-position: 15px center;
22  background-repeat: no-repeat;
23  color: #999;
24  cursor: pointer;
25  /*font-size: 110%;*/
26  overflow: hidden;
27  padding: 8px 41px;
28}
29.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {
30  border-bottom: none;
31}
32
33.instructionBlockHeaderCollapsed {
34  background-image: url(expand.gif);
35}
36
37.instructionBlockHeaderExpanded
38{
39  background-image: url(collapse.gif) ;
40}
41
42.instructionBlockContent {
43  padding: 0 15px 15px;
44}
Note: See TracBrowser for help on using the repository browser.