Browse Source

Applied new styles

master
Igor Zhukov 10 years ago
parent
commit
cc58492162
  1. 5
      Makefile
  2. 90
      app/css/app.css
  3. BIN
      app/img/Logo_1x.png
  4. BIN
      app/img/Logo_2x.png
  5. BIN
      app/img/TLogo2_1x.png
  6. BIN
      app/img/TLogo2_2x.png
  7. BIN
      app/img/TLogo_1x.png
  8. BIN
      app/img/Tlogo_2x.png
  9. BIN
      app/img/bg_full.png
  10. BIN
      app/img/icons/IconsetW.png
  11. BIN
      app/img/icons/IconsetW_1x.png
  12. 18
      app/js/controllers.js
  13. 4
      app/partials/head.html
  14. 22
      app/partials/im.html
  15. 3
      app/partials/message.html

5
Makefile

@ -17,7 +17,4 @@ package: @@ -17,7 +17,4 @@ package:
publish:
rm -rf dist/*
cp -r app/* dist/
cd dist
git add .
git commit -am "merged with master"
git push origin gh-pages
cd dist && git add . && git commit -am "merged with master" && git push origin gh-pages

90
app/css/app.css

@ -3,11 +3,6 @@ @@ -3,11 +3,6 @@
html {
background: #dee4e9 url(../img/bg_tile.png?1) 0 0 repeat;
/*background-size: 300px 468px;*/
/*background: #dee4e9 url(../img/bg_full.png) 0 0 no-repeat;*/
/*background-size: cover;*/
/*background-size: contain;*/
/*background-size: 248px 382px;*/
}
body {
color: #000;
@ -114,6 +109,9 @@ fieldset[disabled] .btn-tg.active { @@ -114,6 +109,9 @@ fieldset[disabled] .btn-tg.active {
border-color: #999;
}
/*.tg_page_head .navbar {
min-height: 42px;
}*/
.tg_page_head .container {
display: block;
width: auto;
@ -130,10 +128,15 @@ fieldset[disabled] .btn-tg.active { @@ -130,10 +128,15 @@ fieldset[disabled] .btn-tg.active {
margin: 0;
}
.tg_page_head .navbar > .container .navbar-brand {
padding: 9px 15px;
padding: 12px 15px;
/*padding: 8px 15px;*/
opacity: 0.9;
margin-left: 0;
margin-right: 20px;
-webkit-transition: opacity swing .9s;
display: block;
line-height: 0;
height: auto;
}
@media (max-width: 480px) {
.tg_page_head .navbar > .container .navbar-brand {
@ -141,19 +144,50 @@ fieldset[disabled] .btn-tg.active { @@ -141,19 +144,50 @@ fieldset[disabled] .btn-tg.active {
}
}
.tg_head_logo {
background: url(../img/Tlogo_2x.png) 0 0 no-repeat;
background-size: 26px 26px;
display: inline-block;
width: 26px;
height: 26px;
vertical-align: text-top;
}
.is_1x .tg_head_logo {
background-image: url(../img/TLogo_1x.png);
}
.tg_head_logo_text {
background: url(../img/TLogo2_2x.png) 0 0 no-repeat;
background-size: 97px 15px;
display: inline-block;
width: 97px;
height: 15px;
vertical-align: text-top;
margin-top: 7px;
margin-left: 10px;
}
.is_1x .tg_head_logo_text {
background-image: url(../img/TLogo2_1x.png);
}
@media (min-width: 480px) {
.tg_page_head .navbar-quick-nav {
display: none;
}
}
.tg_head_logo {
background: url(../img/Logo_2x.png) 0 0 no-repeat;
background-size: 110px 31px;
.icon-back {
display: inline-block;
width: 110px;
height: 31px;
width: 10px;
height: 18px;
vertical-align: text-top;
background: url(../img/icons/IconsetW.png?1) -15px -419px no-repeat;
background-size: 42px 460px;
}
.is_1x .icon-back {
background-image: url(../img/icons/IconsetW_1x.png?2);
}
.tg_page_head .navbar > .container .navbar-brand:hover {
@ -161,6 +195,8 @@ fieldset[disabled] .btn-tg.active { @@ -161,6 +195,8 @@ fieldset[disabled] .btn-tg.active {
}
.tg_page_head .navbar-inverse .navbar-nav > li > a {
/*padding-top: 11px;
padding-bottom: 11px;*/
color: #b9cfe3;
font-size: 13px;
}
@ -434,7 +470,7 @@ fieldset[disabled] .btn-tg.active { @@ -434,7 +470,7 @@ fieldset[disabled] .btn-tg.active {
font-size: 12px;
line-height: normal;
background: #F2F2F2 url(../img/icons/IconsetW.png?1) -6px -205px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
border: 1px solid #F2F2F2;
border-radius: 3px;
padding: 6px 20px 6px 30px;
@ -458,7 +494,7 @@ fieldset[disabled] .btn-tg.active { @@ -458,7 +494,7 @@ fieldset[disabled] .btn-tg.active {
height: 13px;
vertical-align: text-top;
background: url(../img/icons/IconsetW.png?1) -15px -192px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
opacity: 0.6;
}
.is_1x .im_dialogs_search_clear {
@ -843,7 +879,7 @@ div.im_message_video_thumb { @@ -843,7 +879,7 @@ div.im_message_video_thumb {
height: 19px;
background: url(../img/icons/IconsetW.png?1) -14px -389px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
}
.is_1x .icon-geo-point {
background-image: url(../img/icons/IconsetW_1x.png?2);
@ -871,7 +907,7 @@ div.im_message_video_thumb { @@ -871,7 +907,7 @@ div.im_message_video_thumb {
vertical-align: text-top;
background: #F2F2F2 url(../img/icons/IconsetW.png?1) -2px -229px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
border-radius: 3px;
margin-right: 10px;
}
@ -916,7 +952,7 @@ div.im_message_video_thumb { @@ -916,7 +952,7 @@ div.im_message_video_thumb {
vertical-align: text-top;
background: #F2F2F2 url(../img/icons/IconsetW.png?1) -2px -277px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
border-radius: 3px;
margin-right: 10px;
}
@ -1152,7 +1188,7 @@ textarea.im_message_field { @@ -1152,7 +1188,7 @@ textarea.im_message_field {
height: 23px;
vertical-align: text-top;
background: url(../img/icons/IconsetW.png?1) -12px -68px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
opacity: 0.8;
}
.is_1x .icon-paperclip {
@ -1173,7 +1209,6 @@ textarea.im_message_field { @@ -1173,7 +1209,6 @@ textarea.im_message_field {
width: 23px;
height: 23px;
margin-top: 4px;
margin-left: 15px;
}
.icon-emoji {
display: inline-block;
@ -1181,7 +1216,7 @@ textarea.im_message_field { @@ -1181,7 +1216,7 @@ textarea.im_message_field {
height: 23px;
vertical-align: text-top;
background: url(../img/icons/IconsetW.png?1) -10px -4px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
opacity: 0.8;
}
.is_1x .icon-emoji {
@ -1221,15 +1256,17 @@ textarea.im_message_field { @@ -1221,15 +1256,17 @@ textarea.im_message_field {
width: 24px;
height: 22px;
margin-top: 5px;
margin-left: 20px;
}
.icon-camera {
display: inline-block;
width: 25px;
height: 21px;
vertical-align: text-top;
background: url(../img/icons/IconsetW.png?1) -9px -132px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
opacity: 0.8;
}
.is_1x .icon-camera {
@ -1510,7 +1547,7 @@ img.img_fullsize { @@ -1510,7 +1547,7 @@ img.img_fullsize {
.emoji-menu-tail {
background: url(../img/icons/IconsetW.png?1) -14px -268px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
width: 14px;
height: 7px;
margin: 0 83px;
@ -1598,11 +1635,8 @@ img.img_fullsize { @@ -1598,11 +1635,8 @@ img.img_fullsize {
min-height: 40px;
}
.tg_page_head .navbar > .container .navbar-brand {
padding: 4.5px 15px;
padding: 7px 15px;
display: block;
/*overflow: hidden;
width: 49px;
height: 36px;*/
}
.navbar-nav > li > a,
.tg_page_head .navbar-quick-nav a {
@ -1777,7 +1811,7 @@ img.img_fullsize { @@ -1777,7 +1811,7 @@ img.img_fullsize {
font-size: 12px;
line-height: normal;
background: #F2F2F2 url(../img/icons/IconsetW.png?1) -6px -205px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
border: 1px solid #F2F2F2;
border-radius: 3px;
padding: 6px 20px 6px 30px;
@ -1801,7 +1835,7 @@ img.img_fullsize { @@ -1801,7 +1835,7 @@ img.img_fullsize {
height: 13px;
vertical-align: text-top;
background: url(../img/icons/IconsetW.png?1) -15px -192px no-repeat;
background-size: 42px 430px;
background-size: 42px 460px;
opacity: 0.6;
}
.is_1x .contacts_modal_search_clear {

BIN
app/img/Logo_1x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

BIN
app/img/Logo_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

BIN
app/img/TLogo2_1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
app/img/TLogo2_2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
app/img/TLogo_1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
app/img/Tlogo_2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
app/img/bg_full.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 KiB

BIN
app/img/icons/IconsetW.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
app/img/icons/IconsetW_1x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

18
app/js/controllers.js

@ -308,6 +308,10 @@ angular.module('myApp.controllers', []) @@ -308,6 +308,10 @@ angular.module('myApp.controllers', [])
StatusManager.start();
$scope.history = [];
$scope.selectedMsgs = {};
$scope.selectedCount = 0;
$scope.selectActions = false;
// $scope.toggleMessage = toggleMessage;
$scope.typing = {};
$scope.state = {};
@ -420,6 +424,20 @@ angular.module('myApp.controllers', []) @@ -420,6 +424,20 @@ angular.module('myApp.controllers', [])
$scope.$broadcast('ui_history_change');
}
function toggleMessage (messageID) {
console.log('toggle', messageID);
if ($scope.selectedMsgs[messageID]) {
delete $scope.selectedMsgs;
$scope.selectedCount--;
if (!$scope.selectedCount) {
$scope.selectActions = false;
}
} else {
$scope.selectedMsgs[messageID] = true;
$scope.selectedCount++;
$scope.selectActions = true;
}
}
var typingTimeouts = {};

4
app/partials/head.html

@ -8,11 +8,11 @@ @@ -8,11 +8,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#/im"><img src="img/Logo_2x.png" class="tg_head_logo" alt="Telegram logo" width="110" height="31" /></a>
<a class="navbar-brand" href="{{isLoggedIn ? '#/im' : '#/'}}"><span class="tg_head_logo"></span><span class="tg_head_logo_text"></span></a>
<ul class="nav navbar-nav navbar-quick-nav" ng-show="curDialog.peer">
<li>
<a href="#/im">
<span class="glyphicon glyphicon-chevron-left"></span> Back
<i class="icon icon-back"></i> Back
</a>
</li>
</ul>

22
app/partials/im.html

@ -55,6 +55,17 @@ @@ -55,6 +55,17 @@
</div>
<div class="im_edit_panel_wrap" ng-if="selectActions">
<a ng-click="selectedDelete()"><i class="icon icon-delete"></i></a>
<a ng-click="selectedCancel()">Cancel</a>
<h4 class="im_edit_panel_title">
<ng-pluralize count="selectedCount"
when="{'0': 'No messages', 'one': '1 message', 'other': '{} messages'}">
</ng-pluralize>
</h4>
</div>
</div>
<div class="im_history_wrap nano">
@ -110,8 +121,9 @@ @@ -110,8 +121,9 @@
<div class="im_send_dropbox_wrap"> Drop photos here to send </div>
<textarea ng-model="draftMessage.text" placeholder="Write a message..." class="form-control im_message_field"></textarea>
<div class="im_emoji_btn pull-right">
<i class="icon icon-emoji"></i>
<div class="im_media_attach pull-right">
<input type="file" class="im_media_attach_input" size="28" multiple="true" accept="image/x-png, image/png, image/gif, image/jpeg, video/*, audio/mpeg, audio/mp3" />
<i class="icon icon-camera"></i>
</div>
<div class="im_attach pull-right">
@ -119,9 +131,9 @@ @@ -119,9 +131,9 @@
<i class="icon icon-paperclip"></i>
</div>
<div class="im_media_attach pull-right">
<input type="file" class="im_media_attach_input" size="28" multiple="true" accept="image/x-png, image/png, image/gif, image/jpeg, video/*, audio/mpeg, audio/mp3" />
<i class="icon icon-camera"></i>
<div class="im_emoji_btn pull-right">
<i class="icon icon-emoji"></i>
</div>
<button type="submit" class="btn btn-tg im_submit">Send</button>

3
app/partials/message.html

@ -68,8 +68,7 @@ @@ -68,8 +68,7 @@
/>
</a>
<div class="im_message_meta pull-right text-right">
<i ng-if="historyMessage.out" class="icon icon-message-status-tick" ng-class="{'message-status-delivered-tick': true, 'message-status-unread-tick': historyMessage.unread}"></i>
<span class="im_message_date">{{historyMessage.date | dateOrTime}}</span>
<span ng-click="toggleMessage(historyMessage.id)" class="im_message_date">{{historyMessage.date | dateOrTime}}</span>
</div>
<div class="im_message_body">

Loading…
Cancel
Save