Browse Source

Update 2017-04-14T13:11:42.047Z

gh-pages
Igor Zhukov 8 years ago
parent
commit
14e58a9221
  1. 8
      css/app.css
  2. 8
      css/badbrowser.css
  3. 79
      js/app.js
  4. 6
      js/locales/en-us.json
  5. 2
      service_worker.js
  6. 2
      webogram.appcache

8
css/app.css

@ -1288,8 +1288,8 @@ a.md_modal_action:active,a.md_modal_action:focus,a.md_modal_action:hover{text-de
.modal_section_body{padding:14px} .modal_section_body{padding:14px}
.modal_section_body dl,.modal_section_body p{margin:5px 0} .modal_section_body dl,.modal_section_body p{margin:5px 0}
.modal_section:last-child .modal_section_body{padding-bottom:8px} .modal_section:last-child .modal_section_body{padding-bottom:8px}
a.tg_checkbox{color:#000;display:block;line-height:18px;padding:8px 0;margin:9px 0} a.tg_checkbox,p.tg_checkbox{color:#000;display:block;line-height:18px;padding:8px 0;margin:9px 0}
a.tg_checkbox:hover{text-decoration:none} a.tg_checkbox:hover,p.tg_checkbox:hover{text-decoration:none}
.tg_checkbox span.icon-checkbox-outer{float:right;display:inline-block;background-color:#e6e6e6;width:36px;height:14px;line-height:14px;vertical-align:middle;border-radius:8px;margin:3px 0;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s} .tg_checkbox span.icon-checkbox-outer{float:right;display:inline-block;background-color:#e6e6e6;width:36px;height:14px;line-height:14px;vertical-align:middle;border-radius:8px;margin:3px 0;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}
.tg_checkbox.tg_checkbox_on span.icon-checkbox-outer{background-color:#bfd9ed} .tg_checkbox.tg_checkbox_on span.icon-checkbox-outer{background-color:#bfd9ed}
.tg_checkbox i.icon-checkbox-inner{display:inline-block;background:#fff;width:20px;height:20px;border-radius:10px;overflow:hidden;float:left;margin-left:-1px;margin-top:-3px;-webkit-transition:all ease .1s;transition:all ease .1s;border:1px solid #E7E7E7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 0 1px rgba(0,0,0,.05);box-shadow:0 0 1px rgba(0,0,0,.05)} .tg_checkbox i.icon-checkbox-inner{display:inline-block;background:#fff;width:20px;height:20px;border-radius:10px;overflow:hidden;float:left;margin-left:-1px;margin-top:-3px;-webkit-transition:all ease .1s;transition:all ease .1s;border:1px solid #E7E7E7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 0 1px rgba(0,0,0,.05);box-shadow:0 0 1px rgba(0,0,0,.05)}
@ -1340,6 +1340,7 @@ a.tg_radio_on:hover i.icon-radio{background-color:#5785aa}
.login_phone_code_input_group{float:left;width:50px;margin-right:25px} .login_phone_code_input_group{float:left;width:50px;margin-right:25px}
.login_footer_about_wrap{background:#fff;margin-top:12px;padding:44px 65px;-webkit-box-shadow:0 1px 0 #dfe5ec;-moz-box-shadow:0 1px 0 #dfe5ec;box-shadow:0 1px 0 #dfe5ec;border-radius:3px;border:1px solid #dfe5ec} .login_footer_about_wrap{background:#fff;margin-top:12px;padding:44px 65px;-webkit-box-shadow:0 1px 0 #dfe5ec;-moz-box-shadow:0 1px 0 #dfe5ec;box-shadow:0 1px 0 #dfe5ec;border-radius:3px;border:1px solid #dfe5ec}
.login_footer_about_wrap h3{margin:0 0 20px;font-size:15px;font-weight:700;text-align:left} .login_footer_about_wrap h3{margin:0 0 20px;font-size:15px;font-weight:700;text-align:left}
.login_footer_about_wrap h3 .login_footer_about_hide{color:#999;font-size:80%;font-weight:400;margin-left:8px}
.login_footer_about_wrap p{margin:0 0 20px;font-size:13px;line-height:160%} .login_footer_about_wrap p{margin:0 0 20px;font-size:13px;line-height:160%}
.login_footer_about_wrap p:last-child{margin:0} .login_footer_about_wrap p:last-child{margin:0}
.login_form_head{color:#222;margin:0 0 20px;font-size:15px;font-weight:700} .login_form_head{color:#222;margin:0 0 20px;font-size:15px;font-weight:700}
@ -1475,6 +1476,9 @@ img.im_message_document_thumb{max-width:100px;max-height:100px;vertical-align:mi
.im_message_document_name_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:265px;padding:0 0 1px} .im_message_document_name_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:265px;padding:0 0 1px}
.im_message_document_actions{width:265px} .im_message_document_actions{width:265px}
.im_message_document_name{color:#3a6d99;display:inline-block;font-weight:700;max-width:170px;overflow:hidden;vertical-align:text-top;white-space:nowrap;text-overflow:ellipsis} .im_message_document_name{color:#3a6d99;display:inline-block;font-weight:700;max-width:170px;overflow:hidden;vertical-align:text-top;white-space:nowrap;text-overflow:ellipsis}
.im_message_document_name:after{content:attr(data-name);display:block;overflow:hidden;text-overflow:ellipsis}
.im_message_document_name:before{content:attr(data-ext);float:right}
.im_message_document_name:hover:before{text-decoration:underline}
.im_message_document_size{color:#999;padding-left:2px;vertical-align:text-top} .im_message_document_size{color:#999;padding-left:2px;vertical-align:text-top}
.audio_player_actions a,.im_message_document_actions a{margin-right:10px} .audio_player_actions a,.im_message_document_actions a{margin-right:10px}
.audio_player_title_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:1px 0;line-height:16px;height:19px;width:200px} .audio_player_title_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:1px 0;line-height:16px;height:19px;width:200px}

8
css/badbrowser.css

@ -1241,8 +1241,8 @@ a.md_modal_action:active,a.md_modal_action:focus,a.md_modal_action:hover{text-de
.modal_section_body{padding:14px} .modal_section_body{padding:14px}
.modal_section_body dl,.modal_section_body p{margin:5px 0} .modal_section_body dl,.modal_section_body p{margin:5px 0}
.modal_section:last-child .modal_section_body{padding-bottom:8px} .modal_section:last-child .modal_section_body{padding-bottom:8px}
a.tg_checkbox{color:#000;display:block;line-height:18px;padding:8px 0;margin:9px 0} a.tg_checkbox,p.tg_checkbox{color:#000;display:block;line-height:18px;padding:8px 0;margin:9px 0}
a.tg_checkbox:hover{text-decoration:none} a.tg_checkbox:hover,p.tg_checkbox:hover{text-decoration:none}
.tg_checkbox span.icon-checkbox-outer{float:right;display:inline-block;background-color:#e6e6e6;width:36px;height:14px;line-height:14px;vertical-align:middle;border-radius:8px;margin:3px 0;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s} .tg_checkbox span.icon-checkbox-outer{float:right;display:inline-block;background-color:#e6e6e6;width:36px;height:14px;line-height:14px;vertical-align:middle;border-radius:8px;margin:3px 0;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}
.tg_checkbox.tg_checkbox_on span.icon-checkbox-outer{background-color:#bfd9ed} .tg_checkbox.tg_checkbox_on span.icon-checkbox-outer{background-color:#bfd9ed}
.tg_checkbox i.icon-checkbox-inner{display:inline-block;background:#fff;width:20px;height:20px;border-radius:10px;overflow:hidden;float:left;margin-left:-1px;margin-top:-3px;-webkit-transition:all ease .1s;transition:all ease .1s;border:1px solid #E7E7E7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 0 1px rgba(0,0,0,.05);box-shadow:0 0 1px rgba(0,0,0,.05)} .tg_checkbox i.icon-checkbox-inner{display:inline-block;background:#fff;width:20px;height:20px;border-radius:10px;overflow:hidden;float:left;margin-left:-1px;margin-top:-3px;-webkit-transition:all ease .1s;transition:all ease .1s;border:1px solid #E7E7E7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 0 1px rgba(0,0,0,.05);box-shadow:0 0 1px rgba(0,0,0,.05)}
@ -1293,6 +1293,7 @@ a.tg_radio_on:hover i.icon-radio{background-color:#5785aa}
.login_phone_code_input_group{float:left;width:50px;margin-right:25px} .login_phone_code_input_group{float:left;width:50px;margin-right:25px}
.login_footer_about_wrap{background:#fff;margin-top:12px;padding:44px 65px;-webkit-box-shadow:0 1px 0 #dfe5ec;-moz-box-shadow:0 1px 0 #dfe5ec;box-shadow:0 1px 0 #dfe5ec;border-radius:3px;border:1px solid #dfe5ec} .login_footer_about_wrap{background:#fff;margin-top:12px;padding:44px 65px;-webkit-box-shadow:0 1px 0 #dfe5ec;-moz-box-shadow:0 1px 0 #dfe5ec;box-shadow:0 1px 0 #dfe5ec;border-radius:3px;border:1px solid #dfe5ec}
.login_footer_about_wrap h3{margin:0 0 20px;font-size:15px;font-weight:700;text-align:left} .login_footer_about_wrap h3{margin:0 0 20px;font-size:15px;font-weight:700;text-align:left}
.login_footer_about_wrap h3 .login_footer_about_hide{color:#999;font-size:80%;font-weight:400;margin-left:8px}
.login_footer_about_wrap p{margin:0 0 20px;font-size:13px;line-height:160%} .login_footer_about_wrap p{margin:0 0 20px;font-size:13px;line-height:160%}
.login_footer_about_wrap p:last-child{margin:0} .login_footer_about_wrap p:last-child{margin:0}
.login_form_head{color:#222;margin:0 0 20px;font-size:15px;font-weight:700} .login_form_head{color:#222;margin:0 0 20px;font-size:15px;font-weight:700}
@ -1428,6 +1429,9 @@ img.im_message_document_thumb{max-width:100px;max-height:100px;vertical-align:mi
.im_message_document_name_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:265px;padding:0 0 1px} .im_message_document_name_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:265px;padding:0 0 1px}
.im_message_document_actions{width:265px} .im_message_document_actions{width:265px}
.im_message_document_name{color:#3a6d99;display:inline-block;font-weight:700;max-width:170px;overflow:hidden;vertical-align:text-top;white-space:nowrap;text-overflow:ellipsis} .im_message_document_name{color:#3a6d99;display:inline-block;font-weight:700;max-width:170px;overflow:hidden;vertical-align:text-top;white-space:nowrap;text-overflow:ellipsis}
.im_message_document_name:after{content:attr(data-name);display:block;overflow:hidden;text-overflow:ellipsis}
.im_message_document_name:before{content:attr(data-ext);float:right}
.im_message_document_name:hover:before{text-decoration:underline}
.im_message_document_size{color:#999;padding-left:2px;vertical-align:text-top} .im_message_document_size{color:#999;padding-left:2px;vertical-align:text-top}
.audio_player_actions a,.im_message_document_actions a{margin-right:10px} .audio_player_actions a,.im_message_document_actions a{margin-right:10px}
.audio_player_title_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:1px 0;line-height:16px;height:19px;width:200px} .audio_player_title_wrap{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:1px 0;line-height:16px;height:19px;width:200px}

79
js/app.js

File diff suppressed because one or more lines are too long

6
js/locales/en-us.json

@ -228,6 +228,11 @@
"confirm_modal_clipboard_X_files_send": "{'one': 'Are you sure to send file from clipboard?', 'other': 'Are you sure to send {} files from clipboard?'}", "confirm_modal_clipboard_X_files_send": "{'one': 'Are you sure to send file from clipboard?', 'other': 'Are you sure to send {} files from clipboard?'}",
"confirm_modal_message_delete": "Are you sure you want to delete the message?", "confirm_modal_message_delete": "Are you sure you want to delete the message?",
"confirm_modal_X_messages_delete": "{'one': 'Are you sure you want to delete the message?', 'other': 'Are you sure you want to delete {} messages?'}", "confirm_modal_X_messages_delete": "{'one': 'Are you sure you want to delete the message?', 'other': 'Are you sure you want to delete {} messages?'}",
"confirm_modal_message_revoke": "Delete for {recipient}",
"confirm_modal_message_revoke_recipient_group": "everyone",
"confirm_modal_X_messages_non_configurable_for_everyone": "{'one': 'This will delete it for everyone in this chat.', 'other': 'This will delete them for everyone in this chat.'}",
"confirm_modal_X_messages_non_configurable_for_user_only": "{'one': 'This will delete it just for you, not for {{ userFirstName }}.', 'other': 'This will delete them just for you, not for {{ userFirstName }}.'}",
"confirm_modal_X_messages_non_configurable_for_user_only_in_group": "{'one': 'This will delete it just for you, not for other participants of the chat.', 'other': 'This will delete them just for you, not for other participants of the chat.'}",
"confirm_modal_photo_delete": "Are you sure you want to delete the photo?", "confirm_modal_photo_delete": "Are you sure you want to delete the photo?",
"confirm_modal_contacts_import": "Telegram will now sync your contacts in order to find your friends.", "confirm_modal_contacts_import": "Telegram will now sync your contacts in order to find your friends.",
"confirm_modal_login_phone_correct": "Is this phone number correct?", "confirm_modal_login_phone_correct": "Is this phone number correct?",
@ -538,6 +543,7 @@
"login_signing_up": "Signing up", "login_signing_up": "Signing up",
"login_sign_up": "Sign up", "login_sign_up": "Sign up",
"login_about_title": "About", "login_about_title": "About",
"login_about_hide": "hide",
"login_about_desc1_md": "The Telegram web-client is a free, fast and secure way to enjoy most of **Telegram**'s features right in your **web-browser**.", "login_about_desc1_md": "The Telegram web-client is a free, fast and secure way to enjoy most of **Telegram**'s features right in your **web-browser**.",
"login_about_desc2_md": "It is always synced with the **Telegram app** on your mobile device, which makes it a perfect tool for messaging and file sharing.", "login_about_desc2_md": "It is always synced with the **Telegram app** on your mobile device, which makes it a perfect tool for messaging and file sharing.",
"login_about_desc3_md": "Our {source-link: source code} is open, so everyone can make a contribution.", "login_about_desc3_md": "Our {source-link: source code} is open, so everyone can make a contribution.",

2
service_worker.js

File diff suppressed because one or more lines are too long

2
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Mon Mar 13 2017 22:27:07 GMT+0300 (MSK) # Time: Thu Apr 13 2017 21:49:25 GMT+0300 (MSK)
CACHE: CACHE:

Loading…
Cancel
Save