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
03bda96e
Commit
03bda96e
authored
Mar 20, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak line-height for requesting contacts
parent
69172af4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
css/converse.css
css/converse.css
+4
-2
css/inverse.css
css/inverse.css
+4
-2
inverse.html
inverse.html
+2
-1
sass/_roster.scss
sass/_roster.scss
+5
-2
No files found.
css/converse.css
View file @
03bda96e
...
...
@@ -5828,8 +5828,10 @@ body.reset {
line-height
:
14px
;
width
:
100%
;
margin-top
:
0.5em
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
a
.fa
{
width
:
1.5em
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
a
{
line-height
:
16px
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
a
.fa
{
width
:
1.5em
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
.req-contact-name
{
padding
:
0
0.2em
0
0
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
a
:hover
{
...
...
css/inverse.css
View file @
03bda96e
...
...
@@ -5960,8 +5960,10 @@ body {
line-height
:
16px
;
width
:
100%
;
margin-top
:
0.5em
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
a
.fa
{
width
:
1.5em
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
a
{
line-height
:
22px
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
a
.fa
{
width
:
1.5em
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
.requesting-xmpp-contact
.req-contact-name
{
padding
:
0
0.2em
0
0
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
a
:hover
{
...
...
inverse.html
View file @
03bda96e
...
...
@@ -7,8 +7,9 @@
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<script
type=
"text/javascript"
src=
"inverse-analytics.js"
></script>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=5"
style=
"border:0;"
alt=
""
/></p></noscript>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"node_modules/font-awesome/css/font-awesome.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/css/inverse.min.css"
/>
<script
src=
"/cdn.conversejs.org/dist/converse.min.js"
></script>
<script
src=
"
https:/
/cdn.conversejs.org/dist/converse.min.js"
></script>
</head>
<body>
<div
class=
"content"
>
...
...
sass/_roster.scss
View file @
03bda96e
...
...
@@ -84,8 +84,11 @@
margin-top
:
0
.5em
;
&
.requesting-xmpp-contact
{
a
.fa
{
width
:
1
.5em
;
a
{
line-height
:
$line-height
;
&
.fa
{
width
:
1
.5em
;
}
}
.req-contact-name
{
padding
:
0
0
.2em
0
0
;
...
...
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