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
66249c1c
Commit
66249c1c
authored
Oct 25, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move control box specific scss into separate file.
parent
a945d58e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
601 additions
and
607 deletions
+601
-607
css/converse.css
css/converse.css
+254
-255
sass/_controlbox.scss
sass/_controlbox.scss
+336
-0
sass/_core.scss
sass/_core.scss
+10
-352
sass/converse.scss
sass/converse.scss
+1
-0
No files found.
css/converse.css
View file @
66249c1c
This diff is collapsed.
Click to expand it.
sass/_controlbox.scss
0 → 100644
View file @
66249c1c
#conversejs
{
form
.search-xmpp-contact
{
margin
:
0
;
padding-left
:
5px
;
padding
:
0
0
5px
5px
;
input
{
width
:
8em
;
}
}
#controlbox
{
display
:
none
;
#converse-register
{
background
:
white
;
.title
{
font-weight
:
bold
;
}
.info
{
font-style
:
italic
;
color
:
green
;
font-size
:
85%
;
margin
:
5px
0
;
}
.form-errors
{
color
:
red
;
display
:
none
;
}
.provider-title
{
font-size
:
22px
;
}
.provider-score
{
width
:
178px
;
margin-bottom
:
8px
;
}
.form-help
.url
{
font-weight
:
bold
;
color
:
$link-color
;
}
.input-group
{
display
:
table
;
margin
:
auto
;
width
:
100%
;
span
{
overflow-x
:
hidden
;
text-overflow
:
ellipsis
;
max-width
:
110px
;
}
span
,
input
[
name
=
username
]
{
display
:
table-cell
;
text-align
:
left
;
}
}
.instructions
{
color
:
gray
;
font-size
:
85%
;
&
:hover
{
color
:
$text-color
;
}
}
}
#converse-register
,
#converse-login
{
margin
:
2em
1em
1em
1em
;
background
:
white
;
.login-submit
,
.submit
{
height
:
30px
;
padding
:
0px
;
font-size
:
$font-size
;
}
.submit
{
margin
:
1em
0
;
}
.login-anon
{
height
:
auto
;
white-space
:
normal
;
}
.cancel-submit
,
.save-submit
{
width
:
45%
;
margin
:
5px
3px
5px
3px
;
}
.cancel
,
.cancel-submit
{
color
:
$warning-color
;
}
.save-submit
{
color
:
$save-button-color
;
}
input
{
width
:
100%
;
height
:
30px
;
margin
:
5px
0
10px
0
;
padding-left
:
0
.5em
;
}
}
.dropdown
{
a
{
width
:
148px
;
display
:
inline-block
;
line-height
:
$controlbox-dropdown-height
;
}
li
{
list-style
:
none
;
padding-left
:
0
;
}
dd
{
ul
{
padding
:
0
;
list-style
:
none
;
position
:
absolute
;
left
:
0
;
top
:
0
;
border
:
1px
solid
$light-background-border-color
;
width
:
100%
;
z-index
:
21
;
background-color
:
$light-background-color
;
li
:hover
{
background-color
:
$highlight-color
;
}
}
}
dd
.search-xmpp
ul
{
box-shadow
:
1px
4px
10px
1px
rgba
(
0
,
0
,
0
,
0
.4
);
li
:hover
{
background-color
:
$light-background-color
;
}
}
dt
a
span
{
cursor
:
pointer
;
display
:
block
;
padding
:
4px
7px
0
5px
;
}
}
#select-xmpp-status
{
float
:
right
;
margin-right
:
0
.5em
;
}
#set-custom-xmpp-status
{
float
:
left
;
padding
:
0
;
input
{
height
:
$controlbox-dropdown-height
+
1px
;
@include
calc
(
width
,
'100% - 40px'
);
padding
:
0
0
0
0
.5em
;
}
button
{
height
:
$controlbox-dropdown-height
+
1px
;
width
:
40px
;
padding
:
1px
;
}
}
#controlbox-tabs
{
text-align
:
center
;
display
:
inline
;
overflow
:
hidden
;
font-size
:
12px
;
list-style-type
:
none
;
a
.current
,
a
.current
:hover
{
box-shadow
:
none
;
border-bottom
:
0
;
height
:
$chat-head-height
;
cursor
:
default
;
color
:
$text-color
;
}
/* single tab */
li
{
float
:
left
;
list-style
:
none
;
padding-left
:
0
;
text-shadow
:
white
0
1px
0
;
width
:
38%
;
a
{
background-color
:
white
;
border-bottom
:
1px
solid
$border-color
;
border-top-left-radius
:
$chatbox-border-radius
;
border-top-right-radius
:
$chatbox-border-radius
;
box-shadow
:
inset
2px
-2px
20px
rgba
(
0
,
0
,
0
,
0
.3
);
color
:
#888
;
display
:
block
;
font-size
:
12px
;
height
:
$chat-head-height
-
1px
;
line-height
:
$chat-head-height
-
1px
;
margin
:
0
;
text-align
:
center
;
text-decoration
:
none
;
}
a
:hover
{
color
:
$text-color
;
}
}
}
.xmpp-status
{
display
:
inline
;
}
.fancy-dropdown
{
border
:
1px
solid
$light-background-border-color
;
height
:
$controlbox-dropdown-height
;
text-align
:
left
;
.choose-xmpp-status
{
width
:
155px
;
span
{
padding-right
:
5px
;
padding-left
:
5px
;
float
:
left
;
}
}
.choose-xmpp-status
,
.toggle-xmpp-contact-form
{
text-shadow
:
0
1px
0
#ffffff
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
display
:
inline
;
}
.toggle-xmpp-contact-form
span
{
float
:
left
;
}
}
#fancy-xmpp-status-select
{
a
.change-xmpp-status-message
{
float
:
right
;
clear
:
right
;
height
:
22px
;
width
:
12px
;
margin
:
0px
5px
0
0
;
color
:
$link-color
;
}
}
.controlbox-pane
{
background-color
:
white
;
border-bottom-left-radius
:
$chatbox-border-radius
;
border-bottom-right-radius
:
$chatbox-border-radius
;
border
:
0
;
font-size
:
$font-size
;
position
:
absolute
;
text-align
:
center
;
width
:
100%
;
height
:
289px
;
@include
calc
(
height
,
'100% -
#{
$chat-head-height
}
'
);
overflow-y
:
hidden
;
overflow-x
:
hidden
;
dd
{
margin-left
:
0
;
margin-bottom
:
0
;
&
.odd
{
background-color
:
#DCEAC5
;
}
}
}
.add-xmpp-contact
{
background
:
none
;
padding
:
5px
;
input
{
margin
:
0
0
1rem
;
width
:
100%
;
}
button
{
width
:
100%
;
}
}
.xmpp-status-menu
{
text-align
:
left
;
box-shadow
:
1px
4px
10px
1px
rgba
(
0
,
0
,
0
,
0
.4
);
li
{
padding
:
2px
;
a
{
width
:
100%
;
padding
:
0
8px
;
}
}
}
.xmpp-status-menu
li
a
.logout
,
.xmpp-status-menu
li
a
.logout
span
{
color
:
$warning-color
;
}
.set-xmpp-status
{
background
:
none
;
padding
:
0
.75em
0
.5em
0
.5em
0
.5em
;
.dropdown
dd
ul
{
z-index
:
22
;
}
}
form
.add-chatroom
{
background
:
none
;
padding
:
0
.5em
;
input
[
type
=
button
],
input
[
type
=
submit
],
input
[
type
=
text
]
{
margin
:
0
;
width
:
100%
;
padding
:
0
.25em
;
}
span
.spinner
,
input
[
type
=
button
],
input
[
type
=
submit
]
{
margin-top
:
0
.5em
;
display
:
table-cell
;
width
:
auto
;
}
input
[
type
=
submit
]
{
color
:
$save-button-color
;
}
}
}
.toggle-controlbox
{
background-color
:
$link-color
;
border-top-left-radius
:
$chatbox-border-radius
;
border-top-right-radius
:
$chatbox-border-radius
;
color
:
#0a0a0a
;
float
:
right
;
font-weight
:
bold
;
height
:
100%
;
margin
:
0
$chat-gutter
;
padding
:
10px
8px
0
8px
;
span
{
color
:
$inverse-link-color
;
}
}
}
sass/_core.scss
View file @
66249c1c
...
...
@@ -244,7 +244,6 @@
.emoticon
{
font-size
:
$font-size
;
}
.left
{
float
:
left
;
}
...
...
@@ -254,7 +253,6 @@
.hidden
{
display
:
none
;
}
.locked
{
padding-right
:
22px
;
}
...
...
@@ -273,7 +271,6 @@
font-family
:
'Converse-js'
!
important
;
content
:
"\231b"
;
}
.spinner
{
@include
animation
(
spin
2s
infinite
,
linear
);
display
:
block
;
...
...
@@ -286,7 +283,6 @@
display
:
block
;
margin
:
5em
auto
;
}
.hor_centered
{
text-align
:
center
;
display
:
block
;
...
...
@@ -294,21 +290,6 @@
clear
:
both
;
}
.toggle-controlbox
{
background-color
:
$link-color
;
border-top-left-radius
:
$chatbox-border-radius
;
border-top-right-radius
:
$chatbox-border-radius
;
color
:
#0a0a0a
;
float
:
right
;
font-weight
:
bold
;
height
:
100%
;
margin
:
0
$chat-gutter
;
padding
:
10px
8px
0
8px
;
span
{
color
:
$inverse-link-color
;
}
}
.button-group
,
.input-button-group
{
display
:
table
;
...
...
@@ -545,55 +526,11 @@
margin
:
0
0
.5em
0
.75em
0
.5em
;
}
.fancy-dropdown
{
border
:
1px
solid
$light-background-border-color
;
height
:
$controlbox-dropdown-height
;
text-align
:
left
;
.choose-xmpp-status
{
width
:
155px
;
span
{
padding-right
:
5px
;
padding-left
:
5px
;
float
:
left
;
}
}
.choose-xmpp-status
,
.toggle-xmpp-contact-form
{
text-shadow
:
0
1px
0
#ffffff
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
display
:
inline
;
}
.toggle-xmpp-contact-form
span
{
float
:
left
;
}
}
#fancy-xmpp-status-select
a
.change-xmpp-status-message
{
float
:
right
;
clear
:
right
;
height
:
22px
;
width
:
12px
;
margin
:
0px
5px
0
0
;
color
:
$link-color
;
}
ul
#found-users
{
#found-users
{
padding
:
10px
0
5px
5px
;
border
:
0
;
}
form
.search-xmpp-contact
{
margin
:
0
;
padding-left
:
5px
;
padding
:
0
0
5px
5px
;
input
{
width
:
8em
;
}
}
a
.configure-chatroom-button
,
a
.toggle-chatbox-button
,
a
.close-chatbox-button
{
...
...
@@ -626,14 +563,13 @@
#available-chatrooms
{
text-align
:
left
;
}
#available-chatrooms
dt
{
font-weight
:
normal
;
color
:
$text-color
;
border
:
none
;
padding
:
0
.5em
;
text-shadow
:
0
1px
0
$text-shadow-color
;
dt
{
font-weight
:
normal
;
color
:
$text-color
;
border
:
none
;
padding
:
0
.5em
;
text-shadow
:
0
1px
0
$text-shadow-color
;
}
}
.room-info
{
...
...
@@ -715,160 +651,12 @@
.box-flyout
{
z-index
:
1
;
width
:
$chat-width
;
@media
screen
and
(
max-width
:
$mobile-landscape-length
)
{
width
:
$mobile-chat-width
;
}
}
.dropdown
{
a
{
width
:
148px
;
display
:
inline-block
;
line-height
:
$controlbox-dropdown-height
;
}
li
{
list-style
:
none
;
padding-left
:
0
;
}
dd
{
ul
{
padding
:
0
;
list-style
:
none
;
position
:
absolute
;
left
:
0
;
top
:
0
;
border
:
1px
solid
$light-background-border-color
;
width
:
100%
;
z-index
:
21
;
background-color
:
$light-background-color
;
li
:hover
{
background-color
:
$highlight-color
;
}
}
}
dd
.search-xmpp
ul
{
box-shadow
:
1px
4px
10px
1px
rgba
(
0
,
0
,
0
,
0
.4
);
li
:hover
{
background-color
:
$light-background-color
;
}
}
dt
a
span
{
cursor
:
pointer
;
display
:
block
;
padding
:
4px
7px
0
5px
;
}
}
}
.controlbox-pane
{
background-color
:
white
;
border-bottom-left-radius
:
$chatbox-border-radius
;
border-bottom-right-radius
:
$chatbox-border-radius
;
border
:
0
;
font-size
:
$font-size
;
overflow-y
:
auto
;
position
:
absolute
;
text-align
:
center
;
width
:
100%
;
height
:
289px
;
@include
calc
(
height
,
'100% -
#{
$chat-head-height
}
'
);
}
.controlbox-pane
{
overflow-y
:
hidden
;
overflow-x
:
hidden
;
dd
{
margin-left
:
0
;
margin-bottom
:
0
;
&
.odd
{
background-color
:
#DCEAC5
;
}
}
}
#converse-register
{
background
:
white
;
.title
{
font-weight
:
bold
;
}
.info
{
font-style
:
italic
;
color
:
green
;
font-size
:
85%
;
margin
:
5px
0
;
}
.form-errors
{
color
:
red
;
display
:
none
;
}
.provider-title
{
font-size
:
22px
;
}
.provider-score
{
width
:
178px
;
margin-bottom
:
8px
;
}
.form-help
.url
{
font-weight
:
bold
;
color
:
$link-color
;
}
.input-group
{
display
:
table
;
margin
:
auto
;
width
:
100%
;
span
{
overflow-x
:
hidden
;
text-overflow
:
ellipsis
;
max-width
:
110px
;
}
span
,
input
[
name
=
username
]
{
display
:
table-cell
;
text-align
:
left
;
}
}
.instructions
{
color
:
gray
;
font-size
:
85%
;
&
:hover
{
color
:
$text-color
;
@media
screen
and
(
max-width
:
$mobile-landscape-length
)
{
width
:
$mobile-chat-width
;
}
}
}
#converse-register
,
#converse-login
{
margin
:
2em
1em
1em
1em
;
background
:
white
;
.login-submit
,
.submit
{
height
:
30px
;
padding
:
0px
;
font-size
:
$font-size
;
}
.submit
{
margin
:
1em
0
;
}
.login-anon
{
height
:
auto
;
white-space
:
normal
;
}
.cancel-submit
,
.save-submit
{
width
:
45%
;
margin
:
5px
3px
5px
3px
;
}
.cancel
,
.cancel-submit
{
color
:
$warning-color
;
}
.save-submit
{
color
:
$save-button-color
;
}
input
{
width
:
100%
;
height
:
30px
;
margin
:
5px
0
10px
0
;
padding-left
:
0
.5em
;
}
}
.form-help
{
color
:
gray
;
font-size
:
85%
;
...
...
@@ -888,34 +676,6 @@
margin
:
4px
;
}
form
.add-chatroom
{
background
:
none
;
padding
:
0
.5em
;
input
[
type
=
button
],
input
[
type
=
submit
],
input
[
type
=
text
]
{
margin
:
0
;
width
:
100%
;
padding
:
0
.25em
;
}
span
.spinner
,
input
[
type
=
button
],
input
[
type
=
submit
]
{
margin-top
:
0
.5em
;
display
:
table-cell
;
width
:
auto
;
}
input
[
type
=
submit
]
{
color
:
$save-button-color
;
}
}
select
#select-xmpp-status
{
float
:
right
;
margin-right
:
0
.5em
;
}
/* @group Tabs */
.chat-head
{
border-top-left-radius
:
$chatbox-border-radius
;
...
...
@@ -936,50 +696,6 @@
.avatar
{
float
:
left
;
}
#controlbox-tabs
{
text-align
:
center
;
display
:
inline
;
overflow
:
hidden
;
font-size
:
12px
;
list-style-type
:
none
;
a
.current
,
a
.current
:hover
{
box-shadow
:
none
;
border-bottom
:
0
;
height
:
$chat-head-height
;
cursor
:
default
;
color
:
$text-color
;
}
/* single tab */
li
{
float
:
left
;
list-style
:
none
;
padding-left
:
0
;
text-shadow
:
white
0
1px
0
;
width
:
38%
;
a
{
background-color
:
white
;
border-bottom
:
1px
solid
$border-color
;
border-top-left-radius
:
$chatbox-border-radius
;
border-top-right-radius
:
$chatbox-border-radius
;
box-shadow
:
inset
2px
-2px
20px
rgba
(
0
,
0
,
0
,
0
.3
);
color
:
#888
;
display
:
block
;
font-size
:
12px
;
height
:
$chat-head-height
-
1px
;
line-height
:
$chat-head-height
-
1px
;
margin
:
0
;
text-align
:
center
;
text-decoration
:
none
;
}
a
:hover
{
color
:
$text-color
;
}
}
}
}
#chatrooms
{
...
...
@@ -1109,21 +825,6 @@
text-shadow
:
0
1px
0
white
}
#set-custom-xmpp-status
{
float
:
left
;
padding
:
0
;
input
{
height
:
$controlbox-dropdown-height
+
1px
;
@include
calc
(
width
,
'100% - 40px'
);
padding
:
0
0
0
0
.5em
;
}
button
{
height
:
$controlbox-dropdown-height
+
1px
;
width
:
40px
;
padding
:
1px
;
}
}
.chat-textarea-chatbox-selected
{
border
:
1px
solid
#578308
;
margin
:
0
;
...
...
@@ -1134,13 +835,6 @@
margin
:
0
;
}
#controlbox
{
display
:
none
;
div
.xmpp-status
{
display
:
inline
;
}
}
/* status dropdown styles */
.chatbox
{
.dropdown
{
...
...
@@ -1158,42 +852,6 @@
padding
:
0
;
}
.add-xmpp-contact
{
background
:
none
;
padding
:
5px
;
input
{
margin
:
0
0
1rem
;
width
:
100%
;
}
button
{
width
:
100%
;
}
}
.xmpp-status-menu
{
text-align
:
left
;
box-shadow
:
1px
4px
10px
1px
rgba
(
0
,
0
,
0
,
0
.4
);
li
{
padding
:
2px
;
a
{
width
:
100%
;
padding
:
0
8px
;
}
}
}
.xmpp-status-menu
li
a
.logout
,
.xmpp-status-menu
li
a
.logout
span
{
color
:
$warning-color
;
}
.set-xmpp-status
{
background
:
none
;
padding
:
0
.75em
0
.5em
0
.5em
0
.5em
;
.dropdown
dd
ul
{
z-index
:
22
;
}
}
.flyout
{
border-radius
:
$chatbox-border-radius
;
bottom
:
$chatbox-hover-height
;
...
...
sass/converse.scss
View file @
66249c1c
...
...
@@ -9,6 +9,7 @@
@import
"bourbon"
;
@import
"variables"
;
@import
"core"
;
@import
"controlbox"
;
@import
"roster"
;
@import
"chatrooms"
;
@import
"minimized_chats"
;
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