Fix small issues with the messenger
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
order: -2;
|
||||
resize: horizontal;
|
||||
#cp-app-contacts-container {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -991,7 +992,8 @@
|
||||
height: @toolbar_line-height;
|
||||
}
|
||||
|
||||
#cp-toolbar-userlist-drawer-open { order: 1; }
|
||||
#cp-toolbar-userlist-drawer-open { order: 0; }
|
||||
#cp-toolbar-chat-drawer-open { order: 1; }
|
||||
.cp-toolbar-share-button { order: 2; }
|
||||
.cp-toolbar-spinner { order: 3; }
|
||||
|
||||
|
||||
@@ -136,6 +136,8 @@ define(function () {
|
||||
|
||||
out.userListButton = "User list";
|
||||
|
||||
out.chatButton = "Chat";
|
||||
|
||||
out.userAccountButton = "Your account";
|
||||
|
||||
out.newButton = 'New';
|
||||
@@ -376,6 +378,10 @@ define(function () {
|
||||
out.contacts_removeHistoryServerError = 'There was an error while removing your chat history. Try again later';
|
||||
out.contacts_fetchHistory = "Retrieve older history";
|
||||
|
||||
out.contacts_friends = "Friends";
|
||||
out.contacts_rooms = "Rooms";
|
||||
out.contacts_leaveRoom = "Leave this room";
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
|
||||
Reference in New Issue
Block a user