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
29ddf0b4
Commit
29ddf0b4
authored
Feb 16, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS: fix line heights
parent
d8b2813f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
9 deletions
+18
-9
Makefile
Makefile
+3
-3
css/converse.css
css/converse.css
+6
-3
non_amd.html
non_amd.html
+2
-1
sass/_roster.scss
sass/_roster.scss
+5
-2
sass/_variables.scss
sass/_variables.scss
+2
-0
No files found.
Makefile
View file @
29ddf0b4
...
...
@@ -130,13 +130,13 @@ css/converse-muc-embedded.min.css:: stamp-bundler sass css/converse-muc-embedded
css/converse.css
::
stamp-bundler sass
$(SASS)
-I
./node_modules/bourbon/app/assets/stylesheets/ sass/converse.scss css/converse.css
css/converse.min.css
::
stamp-npm
css/converse.min.css
::
stamp-npm
sass
$(CLEANCSS)
css/converse.css
>
css/converse.min.css
css/theme.min.css
::
stamp-npm
css/theme.min.css
::
stamp-npm
css/theme.css
$(CLEANCSS)
css/theme.css
>
css/theme.min.css
css/mobile.min.css
::
stamp-npm
css/mobile.min.css
::
stamp-npm
sass
$(CLEANCSS)
css/mobile.css
>
css/mobile.min.css
.PHONY
:
watch
...
...
css/converse.css
View file @
29ddf0b4
...
...
@@ -2179,7 +2179,7 @@
overflow-y
:
hidden
;
padding
:
0.3em
1em
;
text-shadow
:
0
1px
0
#FAFAFA
;
line-height
:
1
4
px
;
line-height
:
1
6
px
;
width
:
100%
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.open-chat
{
max-width
:
90%
;
}
...
...
@@ -2196,12 +2196,14 @@
#conversejs
#converse-roster
.roster-contacts
dd
.requesting-xmpp-contact
.open-chat
.req-contact-name
{
width
:
100%
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.requesting-xmpp-contact
.req-contact-name
{
line-height
:
16px
;
width
:
69%
;
padding
:
0
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.current-xmpp-contact
span
{
font-size
:
16px
;
float
:
left
;
color
:
#2A9D8F
;
}
color
:
#2A9D8F
;
padding-right
:
0.5em
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.odd
{
background-color
:
#DCEAC5
;
/* Make this difference */
}
...
...
@@ -2221,7 +2223,8 @@
display
:
none
;
color
:
#818479
;
}
#conversejs
#converse-roster
span
.pending-contact-name
{
width
:
80%
;
}
line-height
:
16px
;
width
:
100%
;
}
#converse-embedded-chat
.new-chatroom-nick
,
#conversejs
.new-chatroom-nick
{
...
...
non_amd.html
View file @
29ddf0b4
...
...
@@ -86,7 +86,8 @@
prebind
:
false
,
show_controlbox_by_default
:
true
,
debug
:
true
,
roster_groups
:
true
roster_groups
:
true
,
keepalive
:
true
});
});
</script>
...
...
sass/_roster.scss
View file @
29ddf0b4
...
...
@@ -103,7 +103,7 @@
overflow-y
:
hidden
;
padding
:
0
.3em
1em
;
text-shadow
:
0
1px
0
$text-shadow-color
;
line-height
:
$
font-size
;
line-height
:
$
line-height
;
width
:
100%
;
.open-chat
{
max-width
:
90%
;
...
...
@@ -127,6 +127,7 @@
}
}
.req-contact-name
{
line-height
:
$line-height
;
width
:
69%
;
padding
:
0
;
}
...
...
@@ -135,6 +136,7 @@
font-size
:
16px
;
float
:
left
;
color
:
$link-color
;
padding-right
:
0
.5em
;
}
&
.odd
{
background-color
:
#DCEAC5
;
...
...
@@ -165,7 +167,8 @@
}
span
{
&
.pending-contact-name
{
width
:
80%
;
line-height
:
$line-height
;
width
:
100%
;
}
}
}
sass/_variables.scss
View file @
29ddf0b4
...
...
@@ -54,6 +54,8 @@ $font-size: 14px !default;
$font-size-large
:
16px
!
default
;
$legend-font-size
:
16px
!
default
;
$line-height
:
16px
!
default
;
$chat-width
:
200px
!
default
;
$chat-height
:
450px
!
default
;
$chat-gutter
:
0
.5em
!
default
;
...
...
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