Ignore:
Timestamp:
Apr 8, 2011, 9:20:34 AM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug with cluetip

File:
1 edited

Legend:

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

    r4156 r10155  
    1 .Style1 {color: #6699CC}
    2 
    3  
     1.Style1 {
     2  color: #6699CC;
     3}
    44.items {
    5         font-style: italic;
    6        
    7 
     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;
    826}
    927
    10  .row2{
    11         font-style: italic;
    12        
    13         border: 0;
    14 
     28.erreur {
     29  color: #FF0000;
    1530}
    16  
    17  .row1{
    18         font-style: italic;
    19         border: 0;
    20 
    21 
     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;
    2255}
    2356
    24 .info{
    25         color: #5599FF;
     57.instructionBlockHeaderCollapsed {
     58  background-image: url(../../../admin/themes/clear/icon/expand.gif);
    2659}
    27 
    28 
    29  .bug {
    30 
    31         background-image: url(../smilies/mouche.gif);
    32        
    33         background-repeat: no-repeat;
    34 
    35         width: 100px;
    36         height: 75px;
    37  }
    38  .frame_ {
    39         height: 40px;
     60.instructionBlockHeaderExpanded {
     61 background-image: url('../../../admin/themes/clear/icon/collapse.gif');
    4062}
    41 
    42 .erreur{
    43         color: #FF0000; 
     63.instructionBlockContent {
     64  padding: 0 15px 15px;
    4465}
Note: See TracChangeset for help on using the changeset viewer.