Browse Source

Minor bugfixes

master
Igor Zhukov 10 years ago
parent
commit
5546bbb9fe
  1. 1
      app/css/app.css
  2. 7
      app/css/desktop.css
  3. 2
      app/js/controllers.js
  4. 6
      app/js/locales/en-us.json

1
app/css/app.css

@ -232,6 +232,7 @@ input[type="number"] { @@ -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;

7
app/css/desktop.css

@ -189,7 +189,6 @@ @@ -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 { @@ -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 { @@ -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 { @@ -639,7 +638,7 @@ a.footer_link.active:active {
font-weight: bold;
}
.im_submit:hover {
color: #2c78b6;
color: #3589c5;
background: inherit;
}

2
app/js/controllers.js

@ -46,7 +46,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) @@ -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},

6
app/js/locales/en-us.json

@ -350,9 +350,9 @@ @@ -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",

Loading…
Cancel
Save