]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/js/jquery.twitter.search.js
diabook-themes: state of the boxes at right_aside are now stored in db, instead of...
[friendica.git] / view / theme / diabook / js / jquery.twitter.search.js
index a1b4b83bdf71f11921f2e69e96057b89f8fb9af3..d3ccfe68e73a23bafe5c52cd394d970703532254 100644 (file)
@@ -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']);
                        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' }
                }