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
62534bf7
Commit
62534bf7
authored
Aug 12, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mockup: configure close and configure buttons
parent
f23e480b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
18 deletions
+13
-18
converse.css
converse.css
+4
-12
mockup.html
mockup.html
+9
-6
No files found.
converse.css
View file @
62534bf7
...
@@ -362,11 +362,11 @@ form.search-xmpp-contact input {
...
@@ -362,11 +362,11 @@ form.search-xmpp-contact input {
a
.configure-chatroom-button
,
a
.configure-chatroom-button
,
a
.close-chatbox-button
{
a
.close-chatbox-button
{
margin-top
:
0.2em
;
font-size
:
13px
;
margin-right
:
0.5em
;
padding
:
2px
2px
1px
2px
;
margin-right
:
3px
;
cursor
:
pointer
;
cursor
:
pointer
;
float
:
right
;
float
:
right
;
width
:
12px
;
-moz-box-shadow
:
inset
0
1px
0
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
0
#ffffff
;
-webkit-box-shadow
:
inset
0
1px
0
0
#ffffff
;
-webkit-box-shadow
:
inset
0
1px
0
0
#ffffff
;
box-shadow
:
inset
0
1px
0
0
#ffffff
;
box-shadow
:
inset
0
1px
0
0
#ffffff
;
...
@@ -379,18 +379,10 @@ a.close-chatbox-button {
...
@@ -379,18 +379,10 @@ a.close-chatbox-button {
border
:
1px
solid
#888
;
border
:
1px
solid
#888
;
display
:
inline-block
;
display
:
inline-block
;
color
:
#666
!important
;
color
:
#666
!important
;
font-family
:
arial
;
font-size
:
12px
;
font-weight
:
bold
;
text-decoration
:
none
;
text-decoration
:
none
;
text-shadow
:
1px
1px
0
#ffffff
;
text-shadow
:
1px
1px
0
#ffffff
;
}
}
a
.configure-chatroom-button
{
padding
:
0
4px
;
background
:
#ffffff
url('images/preferences-system.png')
no-repeat
center
center
;
}
.close-chatbox-button
{
.close-chatbox-button
{
padding
:
0
2px
0
6px
;
padding
:
0
2px
0
6px
;
}
}
...
@@ -424,7 +416,7 @@ a.configure-chatroom-button {
...
@@ -424,7 +416,7 @@ a.configure-chatroom-button {
.chatroom-form
{
.chatroom-form
{
background
:
white
;
background
:
white
;
font-size
:
12px
;
font-size
:
12px
;
padding
:
0
;
padding
:
10px
5px
;
}
}
.chat-body
p
{
.chat-body
p
{
...
...
mockup.html
View file @
62534bf7
...
@@ -23,7 +23,10 @@
...
@@ -23,7 +23,10 @@
<div
id=
"collective-xmpp-chat-data"
>
<div
id=
"collective-xmpp-chat-data"
>
<div
id=
"controlbox"
class=
"chatbox"
style=
"opacity: 1; display: inline;"
>
<div
id=
"controlbox"
class=
"chatbox"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chat-head oc-chat-head"
>
<div
class=
"chat-head oc-chat-head"
>
<ul
id=
"controlbox-tabs"
><li><a
class=
"current"
href=
"#login"
>
Sign in
</a></li></ul><a
class=
"close-chatbox-button"
>
X
</a></div>
<ul
id=
"controlbox-tabs"
>
<li><a
class=
"current"
href=
"#login"
>
Sign in
</a></li>
</ul>
<a
class=
"close-chatbox-button icon-close"
></a></div>
<div
id=
"controlbox-panes"
>
<div
id=
"controlbox-panes"
>
<div
id=
"login-dialog"
>
<div
id=
"login-dialog"
>
<form
id=
"converse-login"
>
<form
id=
"converse-login"
>
...
@@ -41,7 +44,7 @@
...
@@ -41,7 +44,7 @@
<li><a
class=
"s current"
href=
"#users"
>
Contacts
</a></li>
<li><a
class=
"s current"
href=
"#users"
>
Contacts
</a></li>
<li><a
class=
"s"
href=
"#chatrooms"
>
Rooms
</a></li>
<li><a
class=
"s"
href=
"#chatrooms"
>
Rooms
</a></li>
</ul>
</ul>
<a
class=
"close-chatbox-button
"
>
X
</a>
<a
class=
"close-chatbox-button
icon-close"
>
</a>
</div>
</div>
<div
id=
"controlbox-panes"
>
<div
id=
"controlbox-panes"
>
<div
id=
"users"
class=
"oc-chat-content"
style=
"display: block;"
>
<div
id=
"users"
class=
"oc-chat-content"
style=
"display: block;"
>
...
@@ -166,7 +169,7 @@
...
@@ -166,7 +169,7 @@
<div
class=
"chatbox"
id=
"37c0c87392010303765fe36b05c0967d62c6b70f"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chatbox"
id=
"37c0c87392010303765fe36b05c0967d62c6b70f"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chat-head chat-head-chatbox"
>
<div
class=
"chat-head chat-head-chatbox"
>
<a
class=
"close-chatbox-button
"
>
X
</a>
<a
class=
"close-chatbox-button
icon-close"
>
</a>
<a
href=
""
target=
"_blank"
class=
"user"
>
<a
href=
""
target=
"_blank"
class=
"user"
>
<div
class=
"chat-title"
>
John Smith
</div>
<div
class=
"chat-title"
>
John Smith
</div>
</a>
</a>
...
@@ -186,8 +189,8 @@
...
@@ -186,8 +189,8 @@
<div
class=
"chatroom"
id=
"4a77380f1cd9d392627b0e1469688f9ca44e9392"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chatroom"
id=
"4a77380f1cd9d392627b0e1469688f9ca44e9392"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chat-head chat-head-chatroom"
>
<div
class=
"chat-head chat-head-chatroom"
>
<a
class=
"close-chatbox-button
"
>
X
</a>
<a
class=
"close-chatbox-button
icon-close"
>
</a>
<a
class=
"configure-chatroom-button
"
style=
""
>
</a>
<a
class=
"configure-chatroom-button
icon-wrench"
style=
""
>
</a>
<div
class=
"chat-title"
>
converse.js
</div>
<div
class=
"chat-title"
>
converse.js
</div>
<p
class=
"chatroom-topic"
></p>
<p
class=
"chatroom-topic"
></p>
<p></p>
<p></p>
...
@@ -222,7 +225,7 @@
...
@@ -222,7 +225,7 @@
<div
class=
"chatroom"
id=
"6d8627960a0cb066d9216742f3edccc3dbbf85a9"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chatroom"
id=
"6d8627960a0cb066d9216742f3edccc3dbbf85a9"
style=
"opacity: 1; display: inline;"
>
<div
class=
"chat-head chat-head-chatroom"
>
<div
class=
"chat-head chat-head-chatroom"
>
<a
class=
"close-chatbox-button
"
>
X
</a>
<a
class=
"close-chatbox-button
icon-close"
>
</a>
<a
class=
"configure-chatroom-button"
style=
"display:none"
>
</a>
<a
class=
"configure-chatroom-button"
style=
"display:none"
>
</a>
<div
class=
"chat-title"
>
problematic
</div>
<div
class=
"chat-title"
>
problematic
</div>
<p
class=
"chatroom-topic"
></p>
<p
class=
"chatroom-topic"
></p>
...
...
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