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
af0930c6
Commit
af0930c6
authored
Jun 18, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More css tweaks. Set text size in chats.
parent
52e394a6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
12 deletions
+24
-12
css/converse.css
css/converse.css
+15
-6
css/inverse.css
css/inverse.css
+4
-3
sass/_chatbox.scss
sass/_chatbox.scss
+1
-0
sass/inverse/_chatbox.scss
sass/inverse/_chatbox.scss
+3
-3
sass/inverse/_variables.scss
sass/inverse/_variables.scss
+1
-0
No files found.
css/converse.css
View file @
af0930c6
...
...
@@ -1346,7 +1346,7 @@
#converse-embedded-chat
.button-cancel
,
#conversejs
.button-cancel
{
color
:
white
;
background-color
:
#
D24E2B
;
}
background-color
:
#
818479
;
}
#converse-embedded-chat
form
.pure-form.converse-form
,
#conversejs
form
.pure-form.converse-form
{
background
:
white
;
...
...
@@ -1553,7 +1553,9 @@
padding
:
5px
;
}
#converse-embedded-chat
.chatbox
.chat-body
.chat-info
,
#conversejs
.chatbox
.chat-body
.chat-info
{
color
:
#D24E2B
;
line-height
:
16px
;
color
:
#3AA569
;
font-size
:
14px
;
margin
:
0.3em
;
}
#converse-embedded-chat
.chatbox
.chat-body
.chat-info.chat-event
,
#conversejs
.chatbox
.chat-body
.chat-info.chat-event
{
...
...
@@ -1585,7 +1587,7 @@
overflow
:
hidden
;
}
#converse-embedded-chat
.chatbox
.chat-body
.chat-message
span
.chat-msg-them
,
#conversejs
.chatbox
.chat-body
.chat-message
span
.chat-msg-them
{
color
:
#
3AA569
;
}
color
:
#
E77051
;
}
#converse-embedded-chat
.chatbox
.chat-body
.chat-message
span
.chat-msg-me
,
#conversejs
.chatbox
.chat-body
.chat-message
span
.chat-msg-me
{
color
:
#578EA9
;
}
...
...
@@ -1983,11 +1985,12 @@
display
:
block
;
margin-left
:
5px
;
}
#conversejs
#controlbox
#chatrooms
.rooms-list-container
dl
.rooms-list
dd
.available-chatroom
p
.room-info
{
line-height
:
16px
;
margin
:
0
;
padding
:
0
;
display
:
block
;
white-space
:
normal
;
}
#conversejs
#controlbox
#chatrooms
.rooms-list-container
dl
.rooms-list
dd
.available-chatroom
div
.room-info
{
padding
:
0.3em
0
;
clear
:
left
;
width
:
100%
;
}
#conversejs
#controlbox
.dropdown
{
...
...
@@ -2409,11 +2412,14 @@
background-color
:
white
;
border-top
:
0
;
width
:
100%
;
}
#converse-embedded-chat
.chatroom
.box-flyout
.chatroom-body
.chat-info
,
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chat-info
{
color
:
#E77051
;
}
#converse-embedded-chat
.chatroom
.box-flyout
.chatroom-body
.mentioned
,
#conversejs
.chatroom
.box-flyout
.chatroom-body
.mentioned
{
font-weight
:
bold
;
}
#converse-embedded-chat
.chatroom
.box-flyout
.chatroom-body
.chat-m
sg-roo
m
,
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chat-m
sg-roo
m
{
#converse-embedded-chat
.chatroom
.box-flyout
.chatroom-body
.chat-m
essage
.chat-msg-the
m
,
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chat-m
essage
.chat-msg-the
m
{
color
:
#3AA569
;
}
#converse-embedded-chat
.chatroom
.box-flyout
.chatroom-body
.disconnect-msg
,
#conversejs
.chatroom
.box-flyout
.chatroom-body
.disconnect-msg
{
...
...
@@ -2546,6 +2552,9 @@
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chatroom-form-container
input
[
type
=
button
],
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chatroom-form-container
input
[
type
=
submit
]
{
margin
:
0
0.5em
;
}
#converse-embedded-chat
.chatroom
.box-flyout
.chatroom-body
.chatroom-form-container
.button-primary
,
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chatroom-form-container
.button-primary
{
background-color
:
#E77051
;
}
#converse-embedded-chat
.chatroom
form
.sendXMPPMessage
.chat-toolbar
,
#conversejs
.chatroom
form
.sendXMPPMessage
.chat-toolbar
{
background-color
:
#E77051
;
}
...
...
css/inverse.css
View file @
af0930c6
...
...
@@ -1599,6 +1599,7 @@ body {
padding
:
5px
;
}
#converse-embedded-chat
.chatbox
.chat-body
.chat-info
,
#conversejs
.chatbox
.chat-body
.chat-info
{
line-height
:
22px
;
color
:
#3AA569
;
font-size
:
16px
;
margin
:
0.3em
;
}
...
...
@@ -1898,9 +1899,9 @@ body {
border-top-left-radius
:
7px
;
border-top-right-radius
:
7px
;
}
#conversejs
.chatbox
.chat-body
.chat-message
{
font-size
:
1
6
px
;
line-height
:
2
2
px
;
margin
:
0.
8
em
0
;
}
font-size
:
1
4
px
;
line-height
:
2
0
px
;
margin
:
0.
5
em
0
;
}
#conversejs
.chatbox
.chat-content
{
padding
:
0
1em
1em
1em
;
border-top-left-radius
:
7px
;
...
...
sass/_chatbox.scss
View file @
af0930c6
...
...
@@ -131,6 +131,7 @@
padding
:
5px
;
}
.chat-info
{
line-height
:
$line-height
;
color
:
$chat-head-color
;
font-size
:
$font-size
;
margin
:
0
.3em
;
...
...
sass/inverse/_chatbox.scss
View file @
af0930c6
...
...
@@ -43,9 +43,9 @@
border-top-right-radius
:
$chatbox-border-radius
;
.chat-message
{
font-size
:
$font-size
;
line-height
:
$line-height
;
margin
:
0
.
8
em
0
;
font-size
:
$font-size
-small
;
line-height
:
$line-height
-small
;
margin
:
0
.
5
em
0
;
}
}
.chat-content
{
...
...
sass/inverse/_variables.scss
View file @
af0930c6
...
...
@@ -97,6 +97,7 @@ $legend-font-size: 18px !default;
$toolbar-height
:
29px
!
default
;
$toolbar-color
:
$chat-head-color
!
default
;
$line-height-small
:
20px
!
default
;
$line-height
:
22px
!
default
;
$controlbox-width
:
250px
!
default
;
...
...
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