From cc49350ada62e84e899eb84c4b186a634007f683 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 30 May 2014 18:50:49 +0400 Subject: [PATCH] Welcome page improvements --- app/css/app.css | 14 +++++++------- app/js/init.js | 2 +- app/partials/confirm_modal.html | 2 +- app/partials/welcome.html | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index b31c6bca..c987240d 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -673,16 +673,16 @@ a.tg_radio_on:hover i.icon-radio { text-align: center; font-size: 24px; font-weight: normal; - margin: 20px 0 25px; + margin: 15px 0 20px; } .welcome_text { text-align: center; - margin-bottom: 30px; - font-size: 13px; - line-height: 16px; + margin-bottom: 26px; + font-size: 14px; + line-height: 14px; } .welcome_btn_wrap { - max-width: 206px; + max-width: 219px; margin: 0 auto; } @@ -697,7 +697,7 @@ a.tg_radio_on:hover i.icon-radio { .welcome_footer_card_wrap { width: 260px; - margin: 45px auto 0; + margin: 41px auto 0; text-align: center; } .welcome_footer_card { @@ -731,7 +731,7 @@ a.tg_radio_on:hover i.icon-radio { } .welcome_footer_card_wrap h4 { - font-size: 16px; + font-size: 18px; } .welcome_footer_card_wrap .welcome_footer_card_lead { diff --git a/app/js/init.js b/app/js/init.js index 96948280..a4117158 100644 --- a/app/js/init.js +++ b/app/js/init.js @@ -43,7 +43,7 @@ appCache.addEventListener('updateready', function (e) { if (appCache.status == appCache.UPDATEREADY) { if (!declined) { - safeConfirm({type: 'WEBOGRAM_UPDATED_RELOAD', message: 'A new version of Webogram is available. Load it?'}, function (result) { + safeConfirm({type: 'WEBOGRAM_UPDATED_RELOAD', message: 'A new version of Webogram is downloaded. Launch it?'}, function (result) { if (result) { window.location.reload(); } else { diff --git a/app/partials/confirm_modal.html b/app/partials/confirm_modal.html index 20b0bb35..382feae1 100644 --- a/app/partials/confirm_modal.html +++ b/app/partials/confirm_modal.html @@ -6,7 +6,7 @@
Are you sure you want to log out? - A new version of Webogram is available. Load it? + A new version of Webogram is downloaded. Launch it? Are you sure? This can not be undone! Are you sure you want to log out all devices except for the current one? diff --git a/app/partials/welcome.html b/app/partials/welcome.html index 231a588d..8e339376 100644 --- a/app/partials/welcome.html +++ b/app/partials/welcome.html @@ -9,8 +9,8 @@

Telegram Web

-

Welcome to an unofficial web-prototype of Telegram.

-

It is an alpha, so it still may not be 200% reliable.

+

This is an unofficial web-client for the Telegram Messenger.

+

It's still an alpha-version and may not be 200% reliable

Start Messaging @@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
@@ -42,7 +42,7 @@