Changeset 39140
- Timestamp:
- 05/25/12 00:21:48 (12 months ago)
- Location:
- websites/twicli
- Files:
-
- 2 modified
-
styles/default.css (modified) (2 diffs)
-
twicli.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/styles/default.css
r39119 r39140 29 29 .uicon { float: left; width: 32px; height: 32px; padding-right: 1px; } 30 30 .uicon2 { max-width: 96px; max-height: 96px; } 31 .rtuicon { width: 1 em; height: 1em; padding: 0 1px; vertical-align: bottom; }31 .rtuicon { width: 16px; height: 16px; padding: 0 1px; vertical-align: bottom; } 32 32 .fav { float: right; } 33 33 .dir { color: #679; } … … 36 36 .status a.resolved { background-color: #eef; } 37 37 .status a.link:hover { background-color: #ff9; } 38 .rtinfo { text-align: right; display: inline-block; }38 .rtinfo { text-align: right; display: inline-block; color: #999; font-size: x-small; } 39 39 .utils { text-align: right; display: inline-block; } 40 40 .userdesc > .fav { display: none; } -
websites/twicli/twicli.js
r39134 r39140 867 867 //Retweet情報 868 868 ' <span id="rtinfo-'+eid+'" class="rtinfo">' + 869 (!display_as_rt && rt ? "<img src=\"images/rt.png\" alt=\"RT\">by <img src=\""+tw.user.profile_image_url+"\" alt=\""+tw.user.screen_name+"\" class=\"rtuicon\"><a href=\""+twitterURL+tw.user.screen_name+"\" onclick=\"switchUserTL(this.parentNode.parentNode, true);return false\">" + tw.user.screen_name + "</a> " + (parseInt(tw.retweet_count) > 1 ? ' <small>& ' + (typeof(tw.retweet_count) == 'string' ? tw.retweet_count : tw.retweet_count-1) + '</small>' : '') :'') + '</span>' +869 (!display_as_rt && rt ? "<img src=\"images/rt.png\" alt=\"RT\">by <img src=\""+tw.user.profile_image_url+"\" alt=\""+tw.user.screen_name+"\" class=\"rtuicon\"><a href=\""+twitterURL+tw.user.screen_name+"\" onclick=\"switchUserTL(this.parentNode.parentNode, true);return false\">" + tw.user.screen_name + "</a> " + (parseInt(tw.retweet_count) > 1 ? '& ' + (typeof(tw.retweet_count) == 'string' ? tw.retweet_count : tw.retweet_count-1) : '') : parseInt(tw.retweet_count) > 1 ? '<small>' + tw.retweet_count+'RT</small>' : '') + '</span>' + 870 870 //日付 871 871 ' <span id="utils-'+eid+'" class="utils">' +
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)