diff options
author | zottel <github@zottel.net> | 2012-05-07 09:11:45 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-07 09:11:45 +0200 |
commit | a2ea560bf397902ce5608daabf101d0bcf813f13 (patch) | |
tree | 0f4020d6b86c65cc317739b8e562ea50801ec277 /view/theme/diabook/js/jquery.twitter.search.js | |
parent | 3cd428152d8727b838565c462f91accd35204ce1 (diff) | |
parent | c7f3e626d0bb141be86a8af6ffbe40768bc23069 (diff) | |
download | volse-hubzilla-a2ea560bf397902ce5608daabf101d0bcf813f13.tar.gz volse-hubzilla-a2ea560bf397902ce5608daabf101d0bcf813f13.tar.bz2 volse-hubzilla-a2ea560bf397902ce5608daabf101d0bcf813f13.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook/js/jquery.twitter.search.js')
-rw-r--r-- | view/theme/diabook/js/jquery.twitter.search.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/js/jquery.twitter.search.js b/view/theme/diabook/js/jquery.twitter.search.js index a1b4b83bd..d3ccfe68e 100644 --- a/view/theme/diabook/js/jquery.twitter.search.js +++ b/view/theme/diabook/js/jquery.twitter.search.js @@ -31,7 +31,7 @@ opts.title = opts.term; opts.title = opts.title || ''; - text = opts.titleLink ? ('<a href="'+ opts.titleLink +'">'+ opts.title + '</a>') : ('<span>' + opts.title +'<a id="close_friends_icon" onClick="close_twitter()" class="icon close_box" title="close"></a>'+ '</span>'); + text = opts.titleLink ? ('<a href="'+ opts.titleLink +'">'+ opts.title + '</a>') : ('<span>' + opts.title +'</span>'); $text = $(text); if (opts.titleLink) $text.css(opts.css['titleLink']); @@ -210,7 +210,7 @@ loading: { padding: '20px', textAlign: 'center', color: '#888' }, text: {}, time: { fontSize: 'smaller', color: '#888' }, - title: { 'border-bottom': '1px solid #D2D2D2', 'padding-top': '5px', 'padding-bottom': '0px', 'padding-left': '9px', 'margin-bottom': '0px', 'margin-top': '30px' , 'display': 'block', 'font-size': '1.17em', 'font-weight': 'bold'}, + title: { 'display': 'none'}, titleLink: { textDecoration: 'none', color: '#3B5998' }, user: { fontWeight: 'bold' } } |