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
fadae7a4
Commit
fadae7a4
authored
Aug 15, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restyle chat toolbar and add more icons
parent
74cc8cee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
12 deletions
+68
-12
converse.css
converse.css
+19
-9
mockup.html
mockup.html
+49
-3
No files found.
converse.css
View file @
fadae7a4
...
...
@@ -149,10 +149,11 @@ ul.participant-list li.moderator {
}
.chat-content
{
position
:
relative
;
padding
:
0.3em
;
font-size
:
13px
;
color
:
rgb
(
79
,
79
,
79
);
height
:
1
9
3px
;
height
:
1
7
3px
;
overflow-y
:
auto
;
border
:
1px
solid
#999
;
border-bottom
:
0
;
...
...
@@ -723,7 +724,8 @@ div#chatrooms {
form
.sendXMPPMessage
{
background
:
white
;
border
:
1px
solid
#999
;
padding
:
0.5em
;
border-top
:
1px
solid
#BBB
;
padding
:
3px
;
margin
:
0
;
position
:
relative
;
-webkit-border-radius
:
4px
;
...
...
@@ -734,17 +736,25 @@ form.sendXMPPMessage {
background-clip
:
padding-box
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
height
:
54px
;
height
:
85px
;
width
:
200px
;
}
form
.sendXMPPMessage
ul
.chat-toolbar
{
float
:
right
;
ul
.chat-toolbar
{
font-size
:
14px
;
margin
:
0
;
padding
:
0
;
}
form
.sendXMPPMessage
ul
.chat-toolbar
li
{
ul
.chat-toolbar
li
{
display
:
inline-block
;
list-style
:
none
;
padding
:
2px
0
2px
2px
;
padding
:
0
0
0
5px
;
}
ul
.chat-toolbar
li
:hover
{
cursor
:
pointer
;
color
:
rgb
(
39
,
39
,
39
);
}
form
#set-custom-xmpp-status
{
...
...
@@ -754,8 +764,8 @@ form#set-custom-xmpp-status {
.chat-textarea
{
border
:
0
;
height
:
50
px
;
width
:
160
px
;
width
:
194
px
;
height
:
58
px
;
}
.chat-textarea-chatbox-selected
{
...
...
mockup.html
View file @
fadae7a4
...
...
@@ -203,13 +203,59 @@
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
<div
class=
"chat-message"
>
<span
class=
"chat-message-me"
>
19:39 me:
</span>
<span
class=
"chat-message-content"
>
Hello world
</span>
</div>
</div>
<form
class=
"sendXMPPMessage"
action=
""
method=
"post"
>
<ul
class=
"chat-toolbar"
>
<li
class=
"icon-happy"
></li>
<li
class=
"icon-unlocked"
></li>
<li
class=
"icon-happy"
title=
"Insert a smilery"
></li>
<li
class=
"icon-unlocked"
title=
"Turn on 'off-the-record' chat encryption"
></li>
<li
class=
"icon-camera-2"
title=
"Enable video chat"
></li>
<li
class=
"icon-newspaper"
title=
"Fetch and show this user's vCard"
></li>
</ul>
<textarea
style=
"float: left"
type=
"text"
class=
"chat-textarea"
placeholder=
"Personal message"
></textarea>
<textarea
type=
"text"
class=
"chat-textarea"
placeholder=
"Personal message"
></textarea>
</form>
</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