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
ee9f73ab
Commit
ee9f73ab
authored
Oct 28, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move more Sass out of core into separate files.
parent
37c6925e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
123 additions
and
131 deletions
+123
-131
css/converse.css
css/converse.css
+50
-52
sass/_chatbox.scss
sass/_chatbox.scss
+42
-0
sass/_chatrooms.scss
sass/_chatrooms.scss
+6
-0
sass/_controlbox.scss
sass/_controlbox.scss
+10
-1
sass/_core.scss
sass/_core.scss
+14
-77
src/templates/controlbox.html
src/templates/controlbox.html
+1
-1
No files found.
css/converse.css
View file @
ee9f73ab
...
...
@@ -397,48 +397,12 @@
background-color
:
#176679
;
border-right
:
1px
solid
#176679
;
border-left
:
1px
solid
#176679
;
}
#conversejs
.chat-info
{
color
:
#6C4C44
;
}
#conversejs
.chat-error
{
color
:
#681F2C
;
font-weight
:
bold
;
}
#conversejs
.chat-error
,
#conversejs
.chat-info
,
#conversejs
.chat-message
{
padding
:
2px
0
;
}
#conversejs
.chat-message-room
,
#conversejs
.chat-message-them
,
#conversejs
.chat-message-me
{
font-weight
:
bold
;
white-space
:
nowrap
;
max-width
:
100px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
inline-block
;
float
:
left
;
padding-right
:
3px
;
}
#conversejs
.chat-message-content
{
word-wrap
:
break-word
;
}
#conversejs
.chat-message-room
,
#conversejs
.chat-message-them
{
color
:
#346121
;
}
#conversejs
.chat-message-me
{
color
:
#436F64
;
}
#conversejs
.chat-event
,
#conversejs
.chat-date
,
#conversejs
.chat-info
{
color
:
#808080
;
}
#conversejs
li
.chat-info
{
padding-left
:
10px
;
}
#conversejs
.chat-date
{
display
:
inline-block
;
padding-top
:
10px
;
}
#conversejs
.not-implemented
{
margin-top
:
3em
;
margin-left
:
0.3em
;
color
:
#808080
;
}
#conversejs
.mentioned
{
font-weight
:
bold
;
}
#conversejs
.delayed
.chat-message-them
{
color
:
#FB5D50
;
}
#conversejs
.delayed
.chat-message-me
{
...
...
@@ -484,26 +448,17 @@
padding
:
1px
0
1px
5px
;
}
#conversejs
.activated
{
display
:
block
!important
;
}
#conversejs
a
.subscribe-to-user
{
padding-left
:
2em
;
font-weight
:
bold
;
}
#conversejs
#found-users
{
padding
:
10px
0
5px
5px
;
border
:
0
;
}
#conversejs
.form-help
{
color
:
gray
;
font-size
:
85%
;
padding-top
:
5px
;
}
#conversejs
.form-help
:hover
{
color
:
#6C4C44
;
}
#conversejs
.chatroom-form
label
,
#conversejs
.controlbox-pane
label
,
#conversejs
#converse-register
label
,
#conversejs
#converse-login
label
{
#conversejs
form
label
{
font-size
:
14px
;
font-weight
:
bold
;
height
:
auto
;
margin
:
4px
;
}
#conversejs
form
.form-help
{
color
:
gray
;
font-size
:
85%
;
padding-top
:
5px
;
}
#conversejs
form
.form-help
:hover
{
color
:
#6C4C44
;
}
#conversejs
.chat-textarea-chatbox-selected
{
border
:
1px
solid
#578308
;
margin
:
0
;
}
...
...
@@ -572,6 +527,37 @@
font-size
:
14px
;
margin
:
0
;
padding
:
5px
;
}
#conversejs
.chatbox
.chat-body
.chat-event
,
#conversejs
.chatbox
.chat-body
.chat-date
,
#conversejs
.chatbox
.chat-body
.chat-info
{
color
:
#808080
;
}
#conversejs
.chatbox
.chat-body
.chat-date
{
display
:
inline-block
;
padding-top
:
10px
;
}
#conversejs
.chatbox
.chat-body
.chat-error
,
#conversejs
.chatbox
.chat-body
.chat-info
,
#conversejs
.chatbox
.chat-body
.chat-message
{
padding
:
2px
0
;
}
#conversejs
.chatbox
.chat-body
.chat-message
span
{
font-weight
:
bold
;
white-space
:
nowrap
;
max-width
:
100px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
inline-block
;
float
:
left
;
padding-right
:
3px
;
}
#conversejs
.chatbox
.chat-body
.chat-message
span
.chat-message-them
{
color
:
#346121
;
}
#conversejs
.chatbox
.chat-body
.chat-message
span
.chat-message-me
{
color
:
#436F64
;
}
#conversejs
.chatbox
.chat-body
.chat-message
.chat-message-content
{
word-wrap
:
break-word
;
}
#conversejs
.chatbox
.chat-body
.chat-info
{
color
:
#6C4C44
;
}
#conversejs
.chatbox
.chat-body
.chat-error
{
color
:
#681F2C
;
font-weight
:
bold
;
}
#conversejs
.chatbox
.chat-content
{
position
:
relative
;
padding
:
0.5em
;
...
...
@@ -743,6 +729,9 @@
padding
:
0
0
5px
5px
;
}
#conversejs
#controlbox
form
.search-xmpp-contact
input
{
width
:
8em
;
}
#conversejs
#controlbox
a
.subscribe-to-user
{
padding-left
:
2em
;
font-weight
:
bold
;
}
#conversejs
#controlbox
#converse-register
{
background
:
white
;
}
#conversejs
#controlbox
#converse-register
.title
{
...
...
@@ -993,6 +982,11 @@
height
:
calc
(
100%
-
44px
);
overflow-y
:
hidden
;
overflow-x
:
hidden
;
}
#conversejs
#controlbox
.controlbox-pane
label
{
font-size
:
14px
;
font-weight
:
bold
;
height
:
auto
;
margin
:
4px
;
}
#conversejs
#controlbox
.controlbox-pane
dd
{
margin-left
:
0
;
margin-bottom
:
0
;
}
...
...
@@ -1169,6 +1163,10 @@
min-width
:
200px
;
}
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chat-area
.chat-content
{
padding
:
0.5em
0.5em
0
0.5em
;
}
#conversejs
.chatroom
.box-flyout
.chatroom-body
.mentioned
{
font-weight
:
bold
;
}
#conversejs
.chatroom
.box-flyout
.chatroom-body
.chat-message-room
{
color
:
#346121
;
}
#conversejs
.chatroom
.box-flyout
.chatroom-body
.participants
{
display
:
table-cell
;
vertical-align
:
top
;
...
...
sass/_chatbox.scss
View file @
ee9f73ab
...
...
@@ -65,6 +65,48 @@
margin
:
0
;
padding
:
5px
;
}
.chat-event
,
.chat-date
,
.chat-info
{
color
:
#808080
;
}
.chat-date
{
display
:
inline-block
;
padding-top
:
10px
;
}
.chat-error
,
.chat-info
,
.chat-message
{
padding
:
2px
0
;
}
.chat-message
{
span
{
font-weight
:
bold
;
white-space
:
nowrap
;
max-width
:
100px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
inline-block
;
float
:
left
;
padding-right
:
3px
;
&
.chat-message-them
{
color
:
$message-them-color
;
}
&
.chat-message-me
{
color
:
$link-color
;
}
}
.chat-message-content
{
word-wrap
:
break-word
;
}
}
.chat-info
{
color
:
$text-color
;
}
.chat-error
{
color
:
$warning-color
;
font-weight
:
bold
;
}
}
.chat-content
{
position
:
relative
;
...
...
sass/_chatrooms.scss
View file @
ee9f73ab
...
...
@@ -30,6 +30,12 @@
padding
:
0
.5em
0
.5em
0
0
.5em
;
// Work around a weird box-sizing issue in Chromium related to bottom padding.
}
}
.mentioned
{
font-weight
:
bold
;
}
.chat-message-room
{
color
:
$message-them-color
;
}
.participants
{
display
:
table-cell
;
vertical-align
:
top
;
...
...
sass/_controlbox.scss
View file @
ee9f73ab
...
...
@@ -18,6 +18,10 @@
width
:
8em
;
}
}
a
.subscribe-to-user
{
padding-left
:
2em
;
font-weight
:
bold
;
}
#converse-register
{
background
:
white
;
...
...
@@ -349,7 +353,12 @@
@include
calc
(
height
,
'100% -
#{
$chat-head-height
}
'
);
overflow-y
:
hidden
;
overflow-x
:
hidden
;
label
{
font-size
:
$font-size
;
font-weight
:
bold
;
height
:
auto
;
margin
:
4px
;
}
dd
{
margin-left
:
0
;
margin-bottom
:
0
;
...
...
sass/_core.scss
View file @
ee9f73ab
...
...
@@ -118,67 +118,17 @@
border-right
:
1px
solid
#176679
;
border-left
:
1px
solid
#176679
;
}
.chat-info
{
color
:
$text-color
;
}
.chat-error
{
color
:
$warning-color
;
font-weight
:
bold
;
}
.chat-error
,
.chat-info
,
.chat-message
{
padding
:
2px
0
;
}
.chat-message-room
,
.chat-message-them
,
.chat-message-me
{
font-weight
:
bold
;
white-space
:
nowrap
;
max-width
:
100px
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
inline-block
;
float
:
left
;
padding-right
:
3px
;
}
.chat-message-content
{
word-wrap
:
break-word
;
}
.chat-message-room
,
.chat-message-them
{
color
:
$message-them-color
;
}
.chat-message-me
{
color
:
$link-color
;
}
.chat-event
,
.chat-date
,
.chat-info
{
color
:
#808080
;
}
li
.chat-info
{
padding-left
:
10px
;
}
.chat-date
{
display
:
inline-block
;
padding-top
:
10px
;
}
.not-implemented
{
margin-top
:
3em
;
margin-left
:
0
.3em
;
color
:
#808080
;
}
.mentioned
{
font-weight
:
bold
;
}
.delayed
{
.chat-message-them
{
color
:
#FB5D50
;
...
...
@@ -246,40 +196,27 @@
display
:
block
!
important
;
}
a
.subscribe-to-user
{
padding-left
:
2em
;
font-weight
:
bold
;
}
#found-users
{
padding
:
10px
0
5px
5px
;
border
:
0
;
}
.form-help
{
color
:
gray
;
font-size
:
85%
;
padding-top
:
5px
;
&
:hover
{
color
:
$text-color
;
form
{
label
{
font-size
:
$font-size
;
font-weight
:
bold
;
height
:
auto
;
margin
:
4px
;
}
.form-help
{
color
:
gray
;
font-size
:
85%
;
padding-top
:
5px
;
&
:hover
{
color
:
$text-color
;
}
}
}
.chatroom-form
label
,
.controlbox-pane
label
,
#converse-register
label
,
#converse-login
label
{
font-size
:
$font-size
;
font-weight
:
bold
;
height
:
auto
;
margin
:
4px
;
}
.chat-textarea-chatbox-selected
{
border
:
1px
solid
#578308
;
margin
:
0
;
}
.chat-textarea-chatroom-selected
{
border
:
2px
solid
$link-color
;
margin
:
0
;
...
...
src/templates/controlbox.html
View file @
ee9f73ab
...
...
@@ -4,7 +4,7 @@
<div
class=
"dragresize dragresize-left"
></div>
<div
class=
"chat-head controlbox-head"
>
<ul
id=
"controlbox-tabs"
></ul>
<a
class=
"close-chatbox-button icon-close"
></a>
<a
class=
"c
hatbox-btn c
lose-chatbox-button icon-close"
></a>
</div>
<div
class=
"controlbox-panes"
></div>
</div>
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