Changeset c993e10 in github
- Timestamp:
- May 25, 2012 7:48:38 AM (12 months ago)
- 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)
- Location:
- plugins/hide_blockquote
- Files:
-
- 2 edited
-
hide_blockquote.js (modified) (1 diff)
-
skins/default/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/hide_blockquote/hide_blockquote.js
r8e528fd rc993e10 25 25 .text(res[0]); 26 26 27 link = $('<span class="blockquote-link"> ')27 link = $('<span class="blockquote-link"></span>') 28 28 .css({position: 'absolute', 'z-Index': 2}) 29 29 .text(rcmail.gettext('hide_blockquote.show')) -
plugins/hide_blockquote/skins/default/style.css
r8e528fd rc993e10 18 18 border-bottom-right-radius: 6px; 19 19 border-bottom-left-radius: 6px; 20 background: #f ff;20 background: #f8f8f8; 21 21 background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%); 22 22 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.
