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
65508b26
Commit
65508b26
authored
May 05, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add markup for offscreen chatboxes. updates #61
parent
8dadaeb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
5 deletions
+61
-5
README.rst
README.rst
+1
-0
converse.css
converse.css
+37
-4
mockup/index.html
mockup/index.html
+23
-1
No files found.
README.rst
View file @
65508b26
...
@@ -87,6 +87,7 @@ Support
...
@@ -87,6 +87,7 @@ Support
-------
-------
For support queries and discussions, please join the mailing list: conversejs@librelist.com
For support queries and discussions, please join the mailing list: conversejs@librelist.com
Also take a look at the `mailing list archives <http://librelist.com/browser/conversejs>`_.
Also take a look at the `mailing list archives <http://librelist.com/browser/conversejs>`_.
Issues can be logged on the `Github issue tracker <https://github.com/jcbrand/converse.js/issues>`_.
Issues can be logged on the `Github issue tracker <https://github.com/jcbrand/converse.js/issues>`_.
...
...
converse.css
View file @
65508b26
...
@@ -468,16 +468,49 @@ span.spinner.hor_centered {
...
@@ -468,16 +468,49 @@ span.spinner.hor_centered {
}
}
#conversejs
#toggle-controlbox
{
#conversejs
#toggle-controlbox
{
float
:
right
;
font-size
:
85%
;
font-size
:
85%
;
border-top-right-radius
:
4px
;
border-top-right-radius
:
4px
;
border-top-left-radius
:
4px
;
border-top-left-radius
:
4px
;
background-color
:
rgba
(
83
,
144
,
200
,
100
);
background-color
:
rgba
(
83
,
144
,
200
,
100
);
padding
:
4px
8px
;
padding
:
4px
8px
;
margin-right
:
1
5px
;
margin-right
:
5px
;
color
:
white
;
color
:
white
;
}
}
#conversejs
#offscreen-chatboxes
{
float
:
left
;
height
:
25px
;
margin-left
:
5px
;
display
:
block
;
}
#conversejs
#offscreen-chatboxes
.box-flyout
{
position
:
absolute
;
display
:
block
;
bottom
:
1px
;
box-shadow
:
none
;
border-radius
:
4px
;
height
:
auto
;
}
#conversejs
#offscreen-chatboxes
.box-flyout
.chat-head
{
margin
:
0
;
font-size
:
100%
;
border-radius
:
4px
;
padding
:
3px
0
0
5px
;
margin-bottom
:
2px
;
box-shadow
:
1px
3px
5px
3px
rgba
(
0
,
0
,
0
,
0.4
);
height
:
24px
;
}
#conversejs
#offscreen-chatboxes
.chat-head-chatroom
{
width
:
100px
;
}
#conversejs
#toggle-controlbox
{
float
:
right
;
}
#conversejs
#connecting-to-chat
{
#conversejs
#connecting-to-chat
{
background
:
url(images/spinner.gif)
no-repeat
left
;
background
:
url(images/spinner.gif)
no-repeat
left
;
padding-left
:
1.4em
;
padding-left
:
1.4em
;
...
@@ -664,7 +697,7 @@ input.error {
...
@@ -664,7 +697,7 @@ input.error {
margin-right
:
6px
;
margin-right
:
6px
;
}
}
#conversejs
div
.chat-title
{
#conversejs
.chat-title
{
color
:
white
;
color
:
white
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
15px
;
line-height
:
15px
;
...
@@ -678,7 +711,7 @@ input.error {
...
@@ -678,7 +711,7 @@ input.error {
height
:
1em
;
height
:
1em
;
}
}
#conversejs
div
.chat-title
a
{
#conversejs
.chat-title
a
{
color
:
white
;
color
:
white
;
}
}
...
...
mockup/index.html
View file @
65508b26
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</div>
</div>
<div
id=
"conversejs"
>
<div
id=
"conversejs"
>
<a
id=
"toggle-controlbox"
href=
"#"
class=
"
chat
toggle-online-users"
>
<a
id=
"toggle-controlbox"
href=
"#"
class=
"toggle-online-users"
>
<span
class=
"conn-feedback"
>
Toggle Chat
</span>
<span
class=
"conn-feedback"
>
Toggle Chat
</span>
<span
style=
"display: none"
id=
"online-count"
>
(0)
</span>
<span
style=
"display: none"
id=
"online-count"
>
(0)
</span>
</a>
</a>
...
@@ -371,6 +371,28 @@
...
@@ -371,6 +371,28 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
id=
"offscreen-chatboxes"
>
<div
class=
"box-flyout"
>
<div
class=
"chat-head chat-head-chatroom"
>
<a
class=
"close-chatbox-button icon-close"
></a>
<div
class=
"chat-title"
>
Restricted Chatroom
</div>
</div>
<div
class=
"chat-head chat-head-chatbox"
>
<a
class=
"close-chatbox-button icon-close"
></a>
<div
class=
"chat-title"
>
<a
href=
"http://opkode.com"
target=
"_blank"
class=
"user"
>
JC Brand
</a>
</div>
</div>
<div
class=
"chat-head chat-head-chatroom"
>
<a
class=
"close-chatbox-button icon-close"
></a>
<div
class=
"chat-title"
>
My Chatroom
</div>
</div>
</div>
</div>
</div>
</div>
<script>
<script>
...
...
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