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
7a254a56
Commit
7a254a56
authored
Mar 25, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pad the toggle and rename to "Chat Contacts"
to make it clearer that this toggle relates to chatting.
parent
1d5b6839
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
css/converse.css
css/converse.css
+1
-1
css/inverse.css
css/inverse.css
+1
-1
sass/_controlbox.scss
sass/_controlbox.scss
+1
-1
src/converse-controlbox.js
src/converse-controlbox.js
+1
-1
No files found.
css/converse.css
View file @
7a254a56
...
...
@@ -8015,7 +8015,7 @@ body.reset {
float
:
right
;
height
:
100%
;
margin
:
0
0.5em
;
padding
:
1
0px
8px
0
8px
;
}
padding
:
1
em
;
}
#conversejs
.toggle-controlbox
span
{
color
:
white
;
}
...
...
css/inverse.css
View file @
7a254a56
...
...
@@ -8091,7 +8091,7 @@ body {
float
:
right
;
height
:
100%
;
margin
:
0
0.5em
;
padding
:
1
0px
8px
0
8px
;
}
padding
:
1
em
;
}
#conversejs
.toggle-controlbox
span
{
color
:
white
;
}
...
...
sass/_controlbox.scss
View file @
7a254a56
...
...
@@ -421,7 +421,7 @@
float
:
right
;
height
:
100%
;
margin
:
0
$chat-gutter
;
padding
:
1
0px
8px
0
8px
;
padding
:
1
em
;
span
{
color
:
$inverse-link-color
;
}
...
...
src/converse-controlbox.js
View file @
7a254a56
...
...
@@ -538,7 +538,7 @@
// artifacts (i.e. on page load the toggle is shown only to then
// seconds later be hidden in favor of the control box).
this
.
el
.
innerHTML
=
tpl_controlbox_toggle
({
'
label_toggle
'
:
_converse
.
connection
.
connected
?
__
(
'
Contacts
'
)
:
__
(
'
Toggle chat
'
)
'
label_toggle
'
:
_converse
.
connection
.
connected
?
__
(
'
C
hat C
ontacts
'
)
:
__
(
'
Toggle chat
'
)
})
return
this
;
},
...
...
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