Changeset 39145
- Timestamp:
- 07/18/12 20:42:59 (10 months ago)
- Location:
- websites/twicli
- Files:
-
- 2 modified
-
styles/default.css (modified) (1 diff)
-
twicli.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/styles/default.css
r39140 r39145 58 58 #rep > a > img { padding: 2px 1px 1px 3px; } 59 59 #reps { margin-top: 1px; } 60 .popup_menu { display: none;background-color: #eee; position: absolute; left: 0; top: 200px; border: 2px solid #666; z-index: 6; width: 180px; font-size: smaller; }60 .popup_menu { background-color: #eee; position: absolute; left: 0; top: 200px; border: 2px solid #666; z-index: 6; width: 180px; font-size: smaller; } 61 61 .popup_menu a { display: block; background-color: #fff; color: black; text-decoration: none; padding: 3px; border-bottom: 1px solid #888; font-size: smaller; } 62 62 .popup_menu a:hover { background-color: #33f; color: #fff; text-decoration: none; } 63 63 .popup_menu a.row2 { background-color: #eee; } 64 #popup_hide { display: none;position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; filter: alpha(opacity=20); background-color: black; z-index: 5; }64 #popup_hide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; filter: alpha(opacity=20); background-color: black; z-index: 5; } 65 65 #user_info { margin: 1px; border: 1px solid #888; } 66 66 #user_info td { font-size: smaller; } -
websites/twicli/twicli.js
r39144 r39145 690 690 // ポップアップメニューの初期化 691 691 function popup_init() { 692 popup_hide(true); 692 693 var popup_id_list = ['popup_link_user', 'popup_link_status', 'popup_status_delete', 693 694 'popup_status_retweet', 'popup_status_quote', … … 716 717 } 717 718 // ポップアップメニューを非表示 718 function popup_hide( ) {719 callPlugins("popup_hide");719 function popup_hide(init) { 720 if (!init) callPlugins("popup_hide"); 720 721 $('popup').style.display = 'none'; 721 722 $('userinfo_popup').style.display = 'none';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)