Ignore:
Timestamp:
Apr 15, 2011, 4:09:41 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug format_email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/admin/default/theme.css

    r10179 r10385  
    1 /* Bloc expand-collapse instructions */
    2 .instructionBlock
    3 {
     1.bug {
     2  background-image: url('../../smilies/mouche.gif');
     3  background-repeat: no-repeat;
     4  width: 100px;
     5  height: 75px;
     6}
     7/* Bloc expand-collapse instructions */
     8.instructionBlock{
    49  border: 1px solid #666;
    510  margin: 5px;
    611  overflow: hidden;
    712}
    8 
    9 .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
    10 {
     13.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded{
    1114  background-color:#111;
    1215  background-position:15px center;
     
    1922  text-align: left;
    2023}
    21 
    22 .instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span
    23 {
     24.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span{
    2425  border-bottom: none;
    2526}
     
    3132 background-image: url('./clear/icon/collapse.gif'));
    3233}
    33 .instructionBlockContent
    34 {
     34.instructionBlockContent{
    3535  padding:0 15px 15px;
    3636}
Note: See TracChangeset for help on using the changeset viewer.