Generate new builds

This commit is contained in:
JC Brand 2014-08-04 22:09:40 +02:00
parent 21fd082c9b
commit b7f88c965c
8 changed files with 10 additions and 44 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -699,7 +699,6 @@ input.error {
}
#conversejs .chat-head-chatbox,
#conversejs .chat-head-chatroom {
background: linear-gradient(top, #cedce7 0%, #4f6a72 100%);
height: 35px;
position: relative;
}
@ -1140,7 +1139,7 @@ select#select-xmpp-status {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
resize: none;
height: 62px;
height: 59px;
}
#conversejs .chatroom .chat-textarea {
border-bottom-right-radius: 0;

File diff suppressed because one or more lines are too long

View File

@ -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/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/converse.css" />
<script data-main="main" src="components/requirejs/require.js"></script>
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.min.css" />
<!--
<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>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">

View File

@ -766,7 +766,6 @@ input.error {
#conversejs .chat-head-chatbox,
#conversejs .chat-head-chatroom {
background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(79,106,114,1) 100%);
height: 35px;
position: relative;
}
@ -1284,7 +1283,7 @@ select#select-xmpp-status {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
resize: none;
height: 62px;
height: 59px;
}
#conversejs .chatroom .chat-textarea {