Changeset 39146
- Timestamp:
- 07/19/12 09:10:08 (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
r39145 r39146 58 58 #rep > a > img { padding: 2px 1px 1px 3px; } 59 59 #reps { margin-top: 1px; } 60 .popup_menu { background-color: #eee; position: absolute; left: 0; top: 200px; border: 2px solid #666; z-index: 6; width: 180px; font-size: smaller; }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; } 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 { 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 { 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; } 65 65 #user_info { margin: 1px; border: 1px solid #888; } 66 66 #user_info td { font-size: smaller; } -
websites/twicli/twicli.js
r39145 r39146 690 690 // ポップアップメニューの初期化 691 691 function popup_init() { 692 popup_hide(true);693 692 var popup_id_list = ['popup_link_user', 'popup_link_status', 'popup_status_delete', 694 693 'popup_status_retweet', 'popup_status_quote', … … 717 716 } 718 717 // ポップアップメニューを非表示 719 function popup_hide( init) {720 if (!init)callPlugins("popup_hide");718 function popup_hide() { 719 callPlugins("popup_hide"); 721 720 $('popup').style.display = 'none'; 722 721 $('userinfo_popup').style.display = 'none';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)