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
1036fc12
Commit
1036fc12
authored
Aug 15, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put icon inside link
parent
359dbc68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
converse.css
converse.css
+6
-1
mockup.html
mockup.html
+4
-2
No files found.
converse.css
View file @
1036fc12
...
...
@@ -307,6 +307,10 @@ dl.add-converse-contact {
height
:
22px
;
}
.fancy-dropdown
a
.choose-xmpp-status
{
width
:
155px
;
}
.fancy-dropdown
a
.choose-xmpp-status
,
.fancy-dropdown
a
.toggle-xmpp-contact-form
{
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
1
);
...
...
@@ -320,9 +324,10 @@ dl.add-converse-contact {
float
:
left
;
}
#fancy-xmpp-status-select
span
{
.choose-xmpp-status
span
{
padding-right
:
5px
;
padding-left
:
5px
;
float
:
left
;
}
#fancy-xmpp-status-select
a
.change-xmpp-status-message
{
...
...
mockup.html
View file @
1036fc12
...
...
@@ -52,9 +52,11 @@
<span
id=
"xmpp-status-holder"
>
<dl
id=
"target"
class=
"dropdown"
>
<dt
id=
"fancy-xmpp-status-select"
class=
"fancy-dropdown"
>
<span
class=
"icon-online"
></span>
<div
class=
"xmpp-status"
>
<a
class=
"choose-xmpp-status online"
data-value=
"I am online"
href=
"#"
title=
"Click to change your chat status"
>
I am online
</a>
<a
class=
"choose-xmpp-status online"
data-value=
"I am online"
href=
"#"
title=
"Click to change your chat status"
>
<span
class=
"icon-online"
></span>
I am online
</a>
<a
class=
"change-xmpp-status-message icon-pencil"
href=
"#"
title=
"Click here to write a custom status message"
></a>
</div>
</dt>
...
...
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