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
414553ef
Commit
414553ef
authored
Aug 15, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better icon class name
parent
f846e70c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fonticons/style.css
fonticons/style.css
+2
-2
mockup.html
mockup.html
+1
-1
No files found.
fonticons/style.css
View file @
414553ef
...
...
@@ -28,7 +28,7 @@ Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home
,
.icon-pencil
,
.icon-camera
,
.icon-camera-2
,
.icon-play
,
.icon-music
,
.icon-headphones
,
.icon-phone
,
.icon-phone-hang-up
,
.icon-address-book
,
.icon-notebook
,
.icon-envelop
,
.icon-pushpin
,
.icon-online
,
.icon-away
,
.icon-bubbles
,
.icon-bubbles-2
,
.icon-bubbles-3
,
.icon-user
,
.icon-users
,
.icon-quotes-left
,
.icon-spinner
,
.icon-search
,
.icon-cogs
,
.icon-wrench
,
.icon-unlocked
,
.icon-lock
,
.icon-lock-2
,
.icon-key
,
.icon-key-2
,
.icon-zoom-out
,
.icon-zoom-in
,
.icon-cog
,
.icon-remove
,
.icon-remove-2
,
.icon-eye
,
.icon-eye-blocked
,
.icon-attachment
,
.icon-globe
,
.icon-heart
,
.icon-happy
,
.icon-thumbs-up
,
.icon-smiley
,
.icon-tongue
,
.icon-sad
,
.icon-wink
,
.icon-wondering
,
.icon-confused
,
.icon-shocked
,
.icon-evil
,
.icon-angry
,
.icon-cool
,
.icon-grin
,
.icon-info
,
.icon-notification
,
.icon-warning
,
.icon-spell-check
,
.icon-volume-high
,
.icon-volume-medium
,
.icon-volume-low
,
.icon-volume-mute
,
.icon-volume-mute-2
,
.icon-volume-decrease
,
.icon-volume-increase
,
.icon-bold
,
.icon-underline
,
.icon-italic
,
.icon-strikethrough
,
.icon-new-tab
,
.icon-youtube
,
.icon-close
,
.icon-blocked
,
.icon-cancel-circle
,
.icon-minus
,
.icon-plus
,
.icon-checkbox-checked
,
.icon-checkbox-unchecked
,
.icon-checkbox-partial
,
.icon-radio-checked
,
.icon-radio-unchecked
,
.icon-
info-2
,
.icon-newspaper
,
.icon-image
,
.icon-offline
,
.icon-dnd
{
.icon-home
,
.icon-pencil
,
.icon-camera
,
.icon-camera-2
,
.icon-play
,
.icon-music
,
.icon-headphones
,
.icon-phone
,
.icon-phone-hang-up
,
.icon-address-book
,
.icon-notebook
,
.icon-envelop
,
.icon-pushpin
,
.icon-online
,
.icon-away
,
.icon-bubbles
,
.icon-bubbles-2
,
.icon-bubbles-3
,
.icon-user
,
.icon-users
,
.icon-quotes-left
,
.icon-spinner
,
.icon-search
,
.icon-cogs
,
.icon-wrench
,
.icon-unlocked
,
.icon-lock
,
.icon-lock-2
,
.icon-key
,
.icon-key-2
,
.icon-zoom-out
,
.icon-zoom-in
,
.icon-cog
,
.icon-remove
,
.icon-remove-2
,
.icon-eye
,
.icon-eye-blocked
,
.icon-attachment
,
.icon-globe
,
.icon-heart
,
.icon-happy
,
.icon-thumbs-up
,
.icon-smiley
,
.icon-tongue
,
.icon-sad
,
.icon-wink
,
.icon-wondering
,
.icon-confused
,
.icon-shocked
,
.icon-evil
,
.icon-angry
,
.icon-cool
,
.icon-grin
,
.icon-info
,
.icon-notification
,
.icon-warning
,
.icon-spell-check
,
.icon-volume-high
,
.icon-volume-medium
,
.icon-volume-low
,
.icon-volume-mute
,
.icon-volume-mute-2
,
.icon-volume-decrease
,
.icon-volume-increase
,
.icon-bold
,
.icon-underline
,
.icon-italic
,
.icon-strikethrough
,
.icon-new-tab
,
.icon-youtube
,
.icon-close
,
.icon-blocked
,
.icon-cancel-circle
,
.icon-minus
,
.icon-plus
,
.icon-checkbox-checked
,
.icon-checkbox-unchecked
,
.icon-checkbox-partial
,
.icon-radio-checked
,
.icon-radio-unchecked
,
.icon-
room-info
,
.icon-newspaper
,
.icon-image
,
.icon-offline
,
.icon-dnd
{
font-family
:
'Converse-js'
;
speak
:
none
;
font-style
:
normal
;
...
...
@@ -278,7 +278,7 @@ you can use the generic selector below, but it's slower:
.icon-radio-unchecked
:before
{
content
:
"\2b25"
;
}
.icon-
info-2
:before
{
.icon-
room-info
:before
{
content
:
"\e059"
;
}
.icon-newspaper
:before
{
...
...
mockup.html
View file @
414553ef
...
...
@@ -168,7 +168,7 @@
<a
class=
"open-room"
data-room-jid=
"converse.js@conference.opkode.im"
title=
"Click to open this room"
href=
"#"
>
converse.js (2)
</a>
<a
class=
"room-info icon-
info-2
"
<a
class=
"room-info icon-
room-info
"
data-room-jid=
"converse.js@conference.opkode.im"
title=
"Show more information on this room"
href=
"#"
>
</a>
<div
class=
"room-info"
>
...
...
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