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
3343cb69
Commit
3343cb69
authored
May 15, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small css fixes. Show correct icon for clearing messages
parent
49946158
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
css/converse.css
css/converse.css
+7
-2
sass/_fonts.scss
sass/_fonts.scss
+1
-0
sass/_roster.scss
sass/_roster.scss
+2
-1
src/templates/chatroom_toolbar.html
src/templates/chatroom_toolbar.html
+1
-1
No files found.
css/converse.css
View file @
3343cb69
...
...
@@ -229,6 +229,9 @@
#converse-embedded-chat
.icon-remove
:before
,
#conversejs
.icon-remove
:before
{
content
:
"\2715"
;
}
#converse-embedded-chat
.icon-trash
:before
,
#conversejs
.icon-trash
:before
{
content
:
"\e02d"
;
}
#converse-embedded-chat
.icon-room-info
:before
,
#conversejs
.icon-room-info
:before
{
content
:
"\e059"
;
}
...
...
@@ -1967,7 +1970,8 @@
#conversejs
#controlbox
.dropdown
dd
ul
li
:hover
{
background-color
:
#DCF9F6
;
}
#conversejs
#controlbox
.dropdown
dd
.search-xmpp
{
display
:
none
;
}
display
:
none
;
width
:
100%
;
}
#conversejs
#controlbox
.dropdown
dd
.search-xmpp
ul
{
box-shadow
:
1px
4px
10px
1px
rgba
(
0
,
0
,
0
,
0.4
);
}
#conversejs
#controlbox
.dropdown
dd
.search-xmpp
ul
li
:hover
{
...
...
@@ -2132,7 +2136,7 @@
#conversejs
#converse-roster
.search-xmpp
ul
li
.chat-info
{
padding-left
:
10px
;
}
#conversejs
#converse-roster
.roster-filter-form
{
margin
:
0
1em
;
margin
:
0
1em
0.5em
1em
;
width
:
100%
;
padding-right
:
2em
;
/* (jQ addClass:) if input has value: */
...
...
@@ -2365,6 +2369,7 @@
#conversejs
#converse-roster
.roster-contacts
dd
a
.decline-xmpp-request
{
margin-left
:
5px
;
}
#conversejs
#converse-roster
.roster-contacts
dd
a
.remove-xmpp-contact
{
font-size
:
10px
;
float
:
right
;
margin-right
:
1em
;
padding-top
:
0.5em
;
...
...
sass/_fonts.scss
View file @
3343cb69
...
...
@@ -94,6 +94,7 @@
.icon-radio-checked
:before
{
content
:
"\2b26"
;
}
.icon-radio-unchecked
:before
{
content
:
"\2b25"
;
}
.icon-remove
:before
{
content
:
"\2715"
;
}
.icon-trash
:before
{
content
:
"\e02d"
;
}
.icon-room-info
:before
{
content
:
"\e059"
;
}
.icon-sad
:before
{
content
:
"\2639"
;
}
.icon-save
:before
{
content
:
"\f0c7"
;
}
...
...
sass/_roster.scss
View file @
3343cb69
...
...
@@ -27,7 +27,7 @@
}
.roster-filter-form
{
margin
:
0
1em
;
margin
:
0
1em
0
.5em
1em
;
width
:
100%
;
padding-right
:
1em
+
2
*
$chat-gutter
;
.roster-filter
{
...
...
@@ -255,6 +255,7 @@
margin-left
:
5px
;
}
&
.remove-xmpp-contact
{
font-size
:
$font-size-tiny
;
float
:
right
;
margin-right
:
1em
;
padding-top
:
0
.5em
;
...
...
src/templates/chatroom_toolbar.html
View file @
3343cb69
...
...
@@ -24,6 +24,6 @@
<li
class=
"toggle-occupants"
><a
class=
"icon-hide-users"
title=
"{{{label_hide_occupants}}}"
></a></li>
{[ } ]}
{[ if (show_clear_button) { ]}
<li
class=
"toggle-clear"
><a
class=
"icon-
remove
"
title=
"{{{label_clear}}}"
></a></li>
<li
class=
"toggle-clear"
><a
class=
"icon-
trash
"
title=
"{{{label_clear}}}"
></a></li>
{[ } ]}
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