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
7fb4ad30
Commit
7fb4ad30
authored
May 20, 2015
by
thierrytiti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS rebuild with sass
parent
08c94be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
css/converse.css
css/converse.css
+7
-4
No files found.
css/converse.css
View file @
7fb4ad30
@charset
"UTF-8"
;
/*!
* Converse.js (Web-based XMPP instant messaging client)
* http://conversejs.org
...
...
@@ -32,11 +33,12 @@
bottom
:
0
;
direction
:
ltr
;
height
:
35px
;
left
:
0
;
left
:
auto
;
position
:
fixed
;
right
:
0
;
right
:
30px
;
z-index
:
30
;
display
:
block
;
width
:
auto
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
@@ -762,7 +764,8 @@
display
:
block
;
margin-left
:
5px
;
}
#conversejs
div
.room-info
{
clear
:
left
;
}
clear
:
left
;
width
:
100%
;
}
#conversejs
p
.room-info
{
margin
:
0
;
padding
:
0
;
...
...
@@ -793,7 +796,7 @@
#conversejs
dd
.available-chatroom
:hover
{
background-color
:
#E3C9C1
;
}
#conversejs
dd
.available-chatroom
:hover
.room-info
{
display
:
inline-
block
;
display
:
block
;
font-size
:
14px
;
}
#conversejs
#converse-roster
dd
{
border
:
none
;
...
...
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