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
b7f88c96
Commit
b7f88c96
authored
Aug 04, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate new builds
parent
21fd082c
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
44 deletions
+10
-44
builds/converse-no-locales-no-otr.min.js
builds/converse-no-locales-no-otr.min.js
+1
-9
builds/converse-no-otr.min.js
builds/converse-no-otr.min.js
+1
-9
builds/converse.min.js
builds/converse.min.js
+1
-9
builds/converse.website.min.js
builds/converse.website.min.js
+1
-9
css/converse.css
css/converse.css
+1
-2
css/converse.min.css
css/converse.min.css
+1
-1
index.html
index.html
+3
-3
less/converse.less
less/converse.less
+1
-2
No files found.
builds/converse-no-locales-no-otr.min.js
View file @
b7f88c96
This diff is collapsed.
Click to expand it.
builds/converse-no-otr.min.js
View file @
b7f88c96
This diff is collapsed.
Click to expand it.
builds/converse.min.js
View file @
b7f88c96
This diff is collapsed.
Click to expand it.
builds/converse.website.min.js
View file @
b7f88c96
This diff is collapsed.
Click to expand it.
css/converse.css
View file @
b7f88c96
...
@@ -699,7 +699,6 @@ input.error {
...
@@ -699,7 +699,6 @@ input.error {
}
}
#conversejs
.chat-head-chatbox
,
#conversejs
.chat-head-chatbox
,
#conversejs
.chat-head-chatroom
{
#conversejs
.chat-head-chatroom
{
background
:
linear-gradient
(
top
,
#cedce7
0%
,
#4f6a72
100%
);
height
:
35px
;
height
:
35px
;
position
:
relative
;
position
:
relative
;
}
}
...
@@ -1140,7 +1139,7 @@ select#select-xmpp-status {
...
@@ -1140,7 +1139,7 @@ select#select-xmpp-status {
border-bottom-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
border-bottom-right-radius
:
4px
;
border-bottom-right-radius
:
4px
;
resize
:
none
;
resize
:
none
;
height
:
62
px
;
height
:
59
px
;
}
}
#conversejs
.chatroom
.chat-textarea
{
#conversejs
.chatroom
.chat-textarea
{
border-bottom-right-radius
:
0
;
border-bottom-right-radius
:
0
;
...
...
css/converse.min.css
View file @
b7f88c96
This diff is collapsed.
Click to expand it.
index.html
View file @
b7f88c96
...
@@ -11,11 +11,11 @@
...
@@ -11,11 +11,11 @@
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/fontawesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/fontawesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/theme.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/theme.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.min.css"
/>
<script
data-main=
"main"
src=
"components/requirejs/require.js"
></script>
<!--
<!--
<script
src="builds/converse.website.min
.js"></script>
<script
data-main="main" src="components/requirejs/require
.js"></script>
-->
-->
<script
src=
"builds/converse.website.min.js"
></script>
</head>
</head>
<body
id=
"page-top"
data-spy=
"scroll"
data-target=
".navbar-custom"
>
<body
id=
"page-top"
data-spy=
"scroll"
data-target=
".navbar-custom"
>
...
...
less/converse.less
View file @
b7f88c96
...
@@ -766,7 +766,6 @@ input.error {
...
@@ -766,7 +766,6 @@ input.error {
#conversejs .chat-head-chatbox,
#conversejs .chat-head-chatbox,
#conversejs .chat-head-chatroom {
#conversejs .chat-head-chatroom {
background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(79,106,114,1) 100%);
height: 35px;
height: 35px;
position: relative;
position: relative;
}
}
...
@@ -1284,7 +1283,7 @@ select#select-xmpp-status {
...
@@ -1284,7 +1283,7 @@ select#select-xmpp-status {
border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
resize: none;
resize: none;
height:
62
px;
height:
59
px;
}
}
#conversejs .chatroom .chat-textarea {
#conversejs .chatroom .chat-textarea {
...
...
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