Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
7a94f73d
Commit
7a94f73d
authored
May 31, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed alignment of chat messages in Firefox
parent
cd72a0a1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
22 deletions
+29
-22
CHANGES.rst
CHANGES.rst
+11
-9
converse.css
converse.css
+17
-12
converse.min.css
converse.min.css
+1
-1
No files found.
CHANGES.rst
View file @
7a94f73d
...
...
@@ -6,30 +6,32 @@ Changelog
- CSS tweaks: fixed overflowing text in status message and chatrooms list.
[jcbrand]
- Bugfix: C
anno
t join chatroom when clicking from a list of rooms.
- Bugfix: C
ouldn'
t join chatroom when clicking from a list of rooms.
[jcbrand]
- Add better support for kicking or banning users from chatrooms.
[jcbrand]
- Fixed alignment of chat messages in Firefox.
[jcbrand]
0.3 (2013-05-21)
----------------
- Add vCard support
- Add vCard support
[jcbrand]
- Remember custom status messages upon reload.
[jcbrand]
- Remember custom status messages upon reload.
[jcbrand]
- Remove jquery-ui dependency.
- Remove jquery-ui dependency.
[jcbrand]
- Use backbone.localStorage to store the contacts roster, open chatboxes and
chat messages.
chat messages.
[jcbrand]
- Fixed user status handling, which wasn't 100% according to the spec.
- Fixed user status handling, which wasn't 100% according to the spec.
[jcbrand]
- Separate messages according to day in chats.
- Separate messages according to day in chats.
[jcbrand]
- Add support for specifying the BOSH bind URL as configuration setting.
[jcbrand]
- Improve the message counter to only increment when the window is not focused
- Improve the message counter to only increment when the window is not focused
[witekdev]
- Make fetching of list of chatrooms on a server a configuration option.
[jcbrand]
...
...
converse.css
View file @
7a94f73d
...
...
@@ -174,24 +174,29 @@ ul.participant-list li.moderator {
color
:
#666666
;
}
.chat-message-room
,
.chat-message-them
,
.chat-message-me
{
font-weight
:
bold
;
color
:
#436976
;
}
.chat-message-room
{
font-weight
:
bold
;
color
:
#4B7003
;
}
.chat-message-them
{
font-weight
:
bold
;
color
:
#F62817
;
white-space
:
nowrap
;
max-width
:
100px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
inline-block
;
float
:
left
;
padding-right
:
3px
;
}
.chat-message-them
{
color
:
#F62817
;
}
.chat-message-me
{
color
:
#436976
;
}
.chat-message-room
{
color
:
#4B7003
;
}
.chat-event
,
.chat-date
,
.chat-info
{
...
...
@@ -263,7 +268,7 @@ div.chat-title {
.chat-head-chatbox
,
.chat-head-chatroom
{
background
:
linear-gradient
(
top
,
rgba
(
206
,
220
,
231
,
1
)
0%
,
rgba
(
89
,
106
,
114
,
1
)
100%
);
height
:
3
3
px
;
height
:
3
5
px
;
position
:
relative
;
}
...
...
converse.min.css
View file @
7a94f73d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment