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
1cae33b0
Commit
1cae33b0
authored
Apr 20, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Globally rename xmppchat to converse
parent
71f4cdb9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
215 additions
and
217 deletions
+215
-217
converse.css
converse.css
+23
-23
converse.js
converse.js
+140
-140
spec/MainSpec.js
spec/MainSpec.js
+52
-54
No files found.
converse.css
View file @
1cae33b0
...
...
@@ -340,42 +340,42 @@ form.search-xmpp-contact input {
padding-top
:
0.5em
;
}
#
xmppchat
-roster
dd
.odd
{
#
converse
-roster
dd
.odd
{
background-color
:
#DCEAC5
;
/* Make this difference */
}
#
xmppchat
-roster
dd
.current-xmpp-contact
{
#
converse
-roster
dd
.current-xmpp-contact
{
clear
:
both
;
}
#
xmppchat
-roster
dd
.current-xmpp-contact
,
#
xmppchat
-roster
dd
.current-xmpp-contact
:hover
{
#
converse
-roster
dd
.current-xmpp-contact
,
#
converse
-roster
dd
.current-xmpp-contact
:hover
{
background
:
url(images/user_online_panel.png)
no-repeat
5px
2px
;
}
#
xmppchat
-roster
dd
.current-xmpp-contact.offline
:hover
,
#
xmppchat
-roster
dd
.current-xmpp-contact.unavailable
:hover
,
#
xmppchat
-roster
dd
.current-xmpp-contact.offline
,
#
xmppchat
-roster
dd
.current-xmpp-contact.unavailable
{
#
converse
-roster
dd
.current-xmpp-contact.offline
:hover
,
#
converse
-roster
dd
.current-xmpp-contact.unavailable
:hover
,
#
converse
-roster
dd
.current-xmpp-contact.offline
,
#
converse
-roster
dd
.current-xmpp-contact.unavailable
{
background
:
url(images/user_offline_panel.png)
no-repeat
5px
2px
;
}
#
xmppchat
-roster
dd
.current-xmpp-contact.dnd
,
#
xmppchat
-roster
dd
.current-xmpp-contact.dnd
:hover
{
#
converse
-roster
dd
.current-xmpp-contact.dnd
,
#
converse
-roster
dd
.current-xmpp-contact.dnd
:hover
{
background
:
url(images/user_busy_panel.png)
no-repeat
5px
2px
;
}
#
xmppchat
-roster
dd
.current-xmpp-contact.away
,
#
xmppchat
-roster
dd
.current-xmpp-contact.away
:hover
{
#
converse
-roster
dd
.current-xmpp-contact.away
,
#
converse
-roster
dd
.current-xmpp-contact.away
:hover
{
background
:
url(images/user_away_panel.png)
no-repeat
5px
2px
;
}
#
xmppchat
-roster
dd
.requesting-xmpp-contact
button
{
#
converse
-roster
dd
.requesting-xmpp-contact
button
{
margin-left
:
0.5em
;
}
#
xmppchat
-roster
dd
a
,
#
xmppchat
-roster
dd
span
{
#
converse
-roster
dd
a
,
#
converse
-roster
dd
span
{
text-shadow
:
0
1px
0
rgba
(
250
,
250
,
250
,
1
);
display
:
inline-block
;
overflow
:
hidden
;
...
...
@@ -383,12 +383,12 @@ form.search-xmpp-contact input {
text-overflow
:
ellipsis
;
}
#
xmppchat
-roster
dd
a
{
#
converse
-roster
dd
a
{
margin-left
:
1.5em
;
width
:
113px
;
}
#
xmppchat
-roster
dd
span
{
#
converse
-roster
dd
span
{
width
:
125px
;
}
...
...
@@ -396,7 +396,7 @@ form.search-xmpp-contact input {
border
:
none
;
}
#
xmppchat
-roster
{
#
converse
-roster
{
height
:
200px
;
overflow-y
:
scroll
;
width
:
100%
;
...
...
@@ -408,7 +408,7 @@ form.search-xmpp-contact input {
}
#available-chatrooms
dt
,
#
xmppchat
-roster
dt
{
#
converse
-roster
dt
{
font-weight
:
normal
;
display
:
none
;
font-size
:
13px
;
...
...
@@ -428,7 +428,7 @@ form.search-xmpp-contact input {
dd
.available-chatroom
,
#
xmppchat
-roster
dd
{
#
converse
-roster
dd
{
font-weight
:
bold
;
border
:
none
;
display
:
block
;
...
...
@@ -437,7 +437,7 @@ dd.available-chatroom,
text-shadow
:
0
1px
0
rgba
(
250
,
250
,
250
,
1
);
}
#
xmppchat
-roster
dd
a
.remove-xmpp-contact
{
#
converse
-roster
dd
a
.remove-xmpp-contact
{
background
:
url('images/delete_icon.png')
no-repeat
right
top
;
padding
:
0
1em
1em
0
;
float
:
right
;
...
...
@@ -494,12 +494,12 @@ div#controlbox-panes {
width
:
199px
;
}
form
#
xmppchat
-login
{
form
#
converse
-login
{
background
:
white
;
padding
:
2em
0
0.3em
0.5em
;
}
form
#
xmppchat
-login
input
{
form
#
converse
-login
input
{
display
:
block
;
}
...
...
converse.js
View file @
1cae33b0
This diff is collapsed.
Click to expand it.
spec/MainSpec.js
View file @
1cae33b0
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