Changeset c993e10 in github


Ignore:
Timestamp:
May 25, 2012 7:48:38 AM (12 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
release-0.8
Children:
524ead18
Parents:
f38035d
git-author:
Aleksander Machniak <alec@…> (05/24/12 12:18:47)
git-committer:
Aleksander Machniak <alec@…> (05/25/12 07:48:38)
Message:

Fixes for IE: better background for Hide/Show? button, fixed invisible button in IE8

Location:
plugins/hide_blockquote
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/hide_blockquote/hide_blockquote.js

    r8e528fd rc993e10  
    2525      .text(res[0]); 
    2626 
    27     link = $('<span class="blockquote-link">') 
     27    link = $('<span class="blockquote-link"></span>') 
    2828      .css({position: 'absolute', 'z-Index': 2}) 
    2929      .text(rcmail.gettext('hide_blockquote.show')) 
  • plugins/hide_blockquote/skins/default/style.css

    r8e528fd rc993e10  
    1818  border-bottom-right-radius: 6px; 
    1919  border-bottom-left-radius: 6px; 
    20   background: #fff; 
     20  background: #f8f8f8; 
    2121  background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%); 
    2222  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8)); 
Note: See TracChangeset for help on using the changeset viewer.