From 5546bbb9fe32785ce80066914e6c8877b28773f4 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 31 Dec 2014 21:40:26 +0100 Subject: [PATCH] Minor bugfixes --- app/css/app.css | 1 + app/css/desktop.css | 7 +++---- app/js/controllers.js | 2 +- app/js/locales/en-us.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 51dbec82..2a37ade7 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -232,6 +232,7 @@ input[type="number"] { padding: 3px 0; margin: 3px 0 0; width: 100%; + box-shadow: none; } .md-input-disabled .md-input { color: #999; diff --git a/app/css/desktop.css b/app/css/desktop.css index a6a2e5da..bbd1cae5 100644 --- a/app/css/desktop.css +++ b/app/css/desktop.css @@ -189,7 +189,6 @@ line-height: 15px; padding: 11px 18px 11px 18px; color: #52719a; - font-weight: bold; } .tg_head_peer_dropdown .dropdown-menu > li > a:hover { background: #f3f6fa; @@ -571,7 +570,7 @@ a.footer_link.active:active { .icon-message-status { pointer-events: none; - background: #6ba2cb; + background: #4eabf1; border: 0; display: block; width: 10px; @@ -627,7 +626,7 @@ a.footer_link.active:active { } .im_submit { - color: #4e92ca; + color: #499dd9; font-size: 13px; line-height: 18px; height: 18px; @@ -639,7 +638,7 @@ a.footer_link.active:active { font-weight: bold; } .im_submit:hover { - color: #2c78b6; + color: #3589c5; background: inherit; } diff --git a/app/js/controllers.js b/app/js/controllers.js index 438df4b6..f433add2 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -46,7 +46,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) location.href = location.href.replace(/^http:/, 'https:'); return; } - TelegramMeWebService.setAuthorized(true); + TelegramMeWebService.setAuthorized(false); }); var options = {dcID: 2, createNetworker: true}, diff --git a/app/js/locales/en-us.json b/app/js/locales/en-us.json index 4a95f82a..5a4b1030 100644 --- a/app/js/locales/en-us.json +++ b/app/js/locales/en-us.json @@ -350,9 +350,9 @@ "login_signing_up": "Signing up", "login_sign_up": "Sign up", "login_about_title": "About", - "login_about_desc1_md": "Telegram web-client is free, fast and secure way to enjoy most of the **Telegram** features right from your **web-browser**.", - "login_about_desc2_md": "It is always synced to to the **Telegram app** on your mobile device, which makes it a pretty useful tool for messaging and sharing files.", - "login_about_desc3_md": "We designed this product not because we were told to, but because we wanted it for ourselves. Our {source-link: source code} is open, so everyone can make a contribution.", + "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_desc3_md": "Our {source-link: source code} is open, so everyone can make a contribution.", "login_about_intro": "Welcome to the official Telegram web-client.", "login_about_learn": "Learn more",