Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/css/jsxc.oc.css')
-rw-r--r--build/css/jsxc.oc.css46
1 files changed, 28 insertions, 18 deletions
diff --git a/build/css/jsxc.oc.css b/build/css/jsxc.oc.css
index bf5e8b9..877dd13 100644
--- a/build/css/jsxc.oc.css
+++ b/build/css/jsxc.oc.css
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.4.2 - 2018-09-05
+ * ojsxc v3.4.3 - 2018-12-05
*
* Copyright (c) 2018 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 3.4.2
+ * @version 3.4.3
* @license MIT
*/
@@ -2925,9 +2925,6 @@ fieldset[disabled]
resize: none;
transition: height 0.5s;
font-size: 13px; }
- .jsxc_window textarea::-webkit-input-placeholder {
- color: #000;
- opacity: 0.3; }
.jsxc_window textarea::-moz-placeholder {
color: #000;
opacity: 0.3; }
@@ -3114,15 +3111,14 @@ fieldset[disabled]
.jsxc_in .jsxc_timestamp {
float: left; }
-.jsxc_out {
+.jsxc_out, .jsxc_probably_out {
float: right;
position: relative;
max-width: 76%;
margin-right: 10px;
padding-right: 10px;
- border-radius: 3px;
- background-color: #e6ffd1; }
- .jsxc_out:after {
+ border-radius: 3px; }
+ .jsxc_out:after, .jsxc_probably_out:after {
content: " ";
position: absolute;
border-style: solid;
@@ -3133,7 +3129,7 @@ fieldset[disabled]
z-index: 1;
right: -6px;
bottom: 10px; }
- .jsxc_out.jsxc_received:before {
+ .jsxc_out.jsxc_received:before, .jsxc_probably_out.jsxc_received:before {
content: "✓";
position: absolute;
bottom: 2px;
@@ -3141,11 +3137,14 @@ fieldset[disabled]
font-size: 12px;
line-height: 12px;
color: #008000; }
- .jsxc_out.jsxc_received .jsxc_timestamp {
+ .jsxc_out.jsxc_received .jsxc_timestamp, .jsxc_probably_out.jsxc_received .jsxc_timestamp {
margin-right: 4px; }
- .jsxc_out .jsxc_timestamp {
+ .jsxc_out .jsxc_timestamp, .jsxc_probably_out .jsxc_timestamp {
float: right; }
+.jsxc_out {
+ background-color: #e6ffd1; }
+
.jsxc_sys {
width: auto;
max-width: none;
@@ -3546,8 +3545,7 @@ ul.jsxc_vCard {
border-color: #4cae4c; }
.jsxc_oneway .jsxc_avatar {
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%); }
+ filter: grayscale(100%); }
img.jsxc_vCard {
float: right;
@@ -3615,8 +3613,7 @@ img.jsxc_vCard {
z-index: 110;
margin: 8px 2px 5px 10px;
right: 0;
- -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
- filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
+ filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
padding: 4px 12px;
padding-left: 5px; }
.jsxc_menu:after {
@@ -4089,6 +4086,9 @@ div.jsxc_video {
100% {
background-position-x: 0%; } }
+.jsxc_avatar {
+ font-family: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif; }
+
#jsxc_roster {
padding-top: 5px;
top: 45px;
@@ -4111,8 +4111,18 @@ div.jsxc_video {
#jsxc a:hover {
text-decoration: none; }
+#jsxc_submit_wrapper {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ position: relative; }
+
#jsxc_submit {
font-size: 15px;
+ height: auto;
padding: 3px 5px;
opacity: 1;
font-weight: normal; }
@@ -4236,7 +4246,7 @@ div.jsxc_video {
#content, #content-wrapper, #filestable > thead {
padding-right: 0;
transition: padding-right 0.5s; }
- #mainContainer, #odf-toolbar, #app-sidebar {
+ #mainContainer, #odf-toolbar, #app-sidebar, #view-toggle {
right: 0;
transition: right 0.5s; }
.app-mail .submit-message-wrapper {
@@ -4245,7 +4255,7 @@ div.jsxc_video {
transition: right 0.5s; }
.jsxc-roster-shown #content, .jsxc-roster-shown #content-wrapper, .jsxc-roster-shown #filestable > thead {
padding-right: 210px; }
- .jsxc-roster-shown #mainContainer, .jsxc-roster-shown #odf-toolbar, .jsxc-roster-shown #app-sidebar {
+ .jsxc-roster-shown #mainContainer, .jsxc-roster-shown #odf-toolbar, .jsxc-roster-shown #app-sidebar, .jsxc-roster-shown #view-toggle {
right: 210px; }
.jsxc-roster-shown .app-mail .submit-message-wrapper {
right: 225px; }