From 4459b8d7990a9d986d1fe30979b7d0176dd2517d Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 22 Oct 2015 15:03:26 +0200 Subject: [PATCH] Removed unread status-tick Closes #895 --- app/less/desktop.less | 43 ------------------------------- app/less/mobile.less | 6 ++--- app/partials/desktop/message.html | 4 +-- app/partials/mobile/message.html | 6 +++-- 4 files changed, 8 insertions(+), 51 deletions(-) diff --git a/app/less/desktop.less b/app/less/desktop.less index 1027a1d8..8e3a39f6 100644 --- a/app/less/desktop.less +++ b/app/less/desktop.less @@ -1059,49 +1059,6 @@ a.footer_link.active:active { } } -@media (max-width: 900px) { - /* Status ticks */ - .icon-message-status, - .im_message_error_btn, - .icon-message-status-tick { - display: none; - } - - .im_message { - &_out { - .icon-message-status-tick { - display: inline-block; - width: 16px; - height: 10px; - top: 2px; - position: relative; - - .image-2x('../img/icons/Checks2.png', 16px, 10px); - background-size: 16px 10px; - background-position: 0 0; - } - } - - &_pending { - .icon-message-status-tick { - display: none; - } - } - - &_unread { - .icon-message-status-tick { - .image-2x('../img/icons/Checks1.png', 16px, 10px); - background-size: 16px 10px; - background-position: 0 0; - } - } - - &_date { - padding: 0; - } - } -} - .im_message_fwd { &_author_wrap { margin: 1px 0 4px; diff --git a/app/less/mobile.less b/app/less/mobile.less index d40a8ca6..0544637f 100644 --- a/app/less/mobile.less +++ b/app/less/mobile.less @@ -892,7 +892,7 @@ a.im_message_from_photo { .im_message_out { - .icon-message-status-tick { + .icon-message-status { border: 0; display: inline-block; width: 10px; @@ -909,13 +909,13 @@ a.im_message_from_photo { } .im_message_unread { - .icon-message-status-tick { + .icon-message-status { background: #43A4DB; } } .im_message_pending { - .icon-message-status-tick { + .icon-message-status { background: #9fd2ee; } } diff --git a/app/partials/desktop/message.html b/app/partials/desktop/message.html index 621234e6..c42e25a1 100644 --- a/app/partials/desktop/message.html +++ b/app/partials/desktop/message.html @@ -29,13 +29,11 @@ - - +
-
diff --git a/app/partials/mobile/message.html b/app/partials/mobile/message.html index 648aa80d..60075397 100644 --- a/app/partials/mobile/message.html +++ b/app/partials/mobile/message.html @@ -24,12 +24,14 @@
-
- + + + +