Adium

Ticket #8966: mockieDividerFix.diff

File mockieDividerFix.diff, 4.1 kB (added by jas8522, 4 months ago)

This fixes the divider lines and should also fix a potential issue with text overlap and certain time formats, though some might complain about too much spacing on the right side :P

  • Resources/Message

    old new  
    5151        color: rgba(0,0,0,0.6); 
    5252} 
    5353 
    54 .context .time_consecutive + p
     54.context .time_consecutive + div
    5555        border-top: 1px solid rgba(0,0,0,0.2); 
    5656} 
    5757 
  • Resources/Message

    old new  
    3131        background: rgba(244,225,190,0.9); 
    3232} 
    3333 
    34 .incoming .time_consecutive + p
     34.incoming .time_consecutive + div
    3535        border-top: 1px solid rgba(255,124,0,0.4); 
    3636} 
    3737 
     
    6666        background: rgba(213,241,200,0.9); 
    6767} 
    6868 
    69 .outgoing .time_consecutive + p
     69.outgoing .time_consecutive + div
    7070        border-top: 1px solid rgba(102,204,50,0.4); 
    7171} 
    7272 
  • Resources/Message

    old new  
    7373} 
    7474 
    7575.text { 
    76         margin: 0 40px 0 0; 
    77         padding: 2px 4px 2px 4px; 
     76        padding: 2px 75px 2px 4px; 
    7877} 
    7978 
    8079.status_container { 
  • Resources/Message

    old new  
    3232        background: rgba(204,204,246,0.9); 
    3333} 
    3434 
    35 .incoming .time_consecutive + p
     35.incoming .time_consecutive + div
    3636        border-top: 1px solid rgba(0,45,255,0.4); 
    3737} 
    3838 
     
    6767        background: rgba(255,195,195,0.9); 
    6868} 
    6969 
    70 .outgoing .time_consecutive + p
     70.outgoing .time_consecutive + div
    7171        border-top: 1px solid rgba(255,0,1,0.4); 
    7272} 
    7373 
  • Resources/Message

    old new  
    3232        background: rgba(213,211,228,0.9); 
    3333} 
    3434 
    35 .incoming .time_consecutive + p
     35.incoming .time_consecutive + div
    3636        border-top: 1px solid rgba(75,93,178,0.4); 
    3737} 
    3838 
     
    6767        background: rgba(233,207,207,0.9); 
    6868} 
    6969 
    70 .outgoing .time_consecutive + p
     70.outgoing .time_consecutive + div
    7171        border-top: 1px solid rgba(177,74,75,0.4); 
    7272} 
    7373 
  • Resources/Message

    old new  
    2828        background: rgba(226,219,203,0.9); 
    2929} 
    3030 
    31 .incoming .time_consecutive + p
     31.incoming .time_consecutive + div
    3232        border-top: 1px solid rgba(178,125,75,0.4); 
    3333} 
    3434 
     
    6363        background: rgba(213,225,207,0.9); 
    6464} 
    6565 
    66 .outgoing .time_consecutive + p
     66.outgoing .time_consecutive + div
    6767        border-top: 1px solid rgba(116,157,95,0.4); 
    6868} 
    6969