Update README, style improvements

This commit is contained in:
Igor Zhukov 2014-06-06 11:43:26 +04:00
parent d6bfb9d7c7
commit 01b91e436e
4 changed files with 10 additions and 9 deletions

View File

@ -25,30 +25,29 @@ Here are some screenshots of the interface:
* View list of existings chats (up-posting) with infinite scrolling
* View messages history for each chat/group (bottom-posting) with infinite scrolling
* View brief profile info
* Create new group
* View/edit group info
* View/edit members list
* View/edit group participants
* View media in messages: photo, video
* Download documents from messages
* Emoji display in all browsers (Chrome, non-OSX ones)
* Emoji keyboard
* Emoji keyboard, recent emojis
* Send plain-text messages to user or group
* Send files (photos or documents) via attach icon or drag'n'drop
* Desktop notifications
* Create new group
* Edit group participants
* Settings
* Edit profile/userpic
* Contacts
* Contacts view, search
* Contacts add/edit
* Edit, delete, forward messsages
### Unsupported at the moment
* Registration
* Contacts add/edit
* Secret chats
* Search messages
* a lot more...
* ...
## Technical details

View File

@ -2897,8 +2897,10 @@ a.contacts_modal_contact:hover .contacts_modal_contact_status {
.im_message_selected .im_message_date,
.im_message_selected .im_message_fwd_header,
.im_history_selectable .im_message_outer_wrap:hover .im_message_date,
.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header {
color: #91a6ba;
.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header,
.im_message_selected .im_message_document_size,
.im_history_selectable .im_message_outer_wrap:hover .im_message_document_size {
color: #68839c;
}
.im_message_wrap {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 KiB

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 158 KiB