2015-10-25 20:37:42 +01:00
|
|
|
#conversejs {
|
|
|
|
#controlbox {
|
2015-11-04 19:32:08 +01:00
|
|
|
margin-right: 2*$chat-gutter;
|
2018-01-23 11:20:51 +01:00
|
|
|
|
2016-04-01 12:53:15 +02:00
|
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
@media screen and (max-height: $mobile-landscape-height) {
|
2015-11-04 19:32:08 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
|
|
|
.pure-form.converse-form {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
.controlbox-head {
|
2015-10-29 08:51:55 +01:00
|
|
|
background-color: $controlbox-head-color;
|
2015-10-27 11:17:55 +01:00
|
|
|
border-top-left-radius: $chatbox-border-radius;
|
|
|
|
border-top-right-radius: $chatbox-border-radius;
|
2016-04-01 12:53:15 +02:00
|
|
|
@media screen and (max-height: $mobile-landscape-height) {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
2015-10-27 11:17:55 +01:00
|
|
|
color: $chat-head-inverse-text-color;
|
|
|
|
height: $chat-head-height;
|
|
|
|
margin: 0;
|
|
|
|
padding: 6px 6px 6px 0;
|
|
|
|
}
|
2017-09-09 11:20:28 +02:00
|
|
|
|
|
|
|
&.logged-out {
|
2017-09-17 01:30:52 +02:00
|
|
|
.box-flyout {
|
|
|
|
.controlbox-pane {
|
|
|
|
position: relative;
|
|
|
|
overflow-y: auto;
|
2017-09-09 11:20:28 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
form.search-xmpp-contact {
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding: 0 0 5px 5px;
|
|
|
|
input {
|
|
|
|
width: 8em;
|
|
|
|
}
|
|
|
|
}
|
2017-06-05 14:50:29 +02:00
|
|
|
|
|
|
|
.msgs-indicator {
|
2017-06-15 11:02:20 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
background-color: $red;
|
2017-06-05 14:50:29 +02:00
|
|
|
color: white;
|
|
|
|
font-size: $font-size-small;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0 4px;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
2015-10-28 08:33:50 +01:00
|
|
|
a.subscribe-to-user {
|
|
|
|
padding-left: 2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
|
|
|
|
#converse-register {
|
2017-09-17 01:30:52 +02:00
|
|
|
@include fade-in;
|
2015-10-25 20:37:42 +01:00
|
|
|
background: white;
|
|
|
|
.title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.info {
|
|
|
|
color: green;
|
2017-09-17 01:30:52 +02:00
|
|
|
font-size: 90%;
|
|
|
|
margin: 1.5em 0;
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
.form-errors {
|
2017-09-18 08:58:26 +02:00
|
|
|
color: $error-color;
|
|
|
|
margin: 1em 0;
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
.provider-title {
|
2017-08-15 21:46:47 +02:00
|
|
|
font-size: $font-size-huge;
|
|
|
|
margin: 0;
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
.provider-score {
|
|
|
|
width: 178px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2017-08-15 21:46:47 +02:00
|
|
|
.title, .instructions, label {
|
|
|
|
margin: 0.5em 0 0 0;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
.form-help .url {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $link-color;
|
|
|
|
}
|
|
|
|
.input-group {
|
|
|
|
display: table;
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
span {
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 110px;
|
|
|
|
}
|
|
|
|
span, input[name=username] {
|
|
|
|
display: table-cell;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.instructions {
|
|
|
|
color: gray;
|
|
|
|
font-size: 85%;
|
|
|
|
&:hover {
|
|
|
|
color: $text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-08 19:50:34 +02:00
|
|
|
.conn-feedback {
|
2017-09-22 18:55:02 +02:00
|
|
|
color: $controlbox-head-color;
|
|
|
|
&.error {
|
|
|
|
color: $error-color;
|
|
|
|
}
|
2017-09-08 19:50:34 +02:00
|
|
|
p {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
&.feedback-subject.error {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-16 18:11:31 +02:00
|
|
|
.brand-heading-container {
|
2017-09-09 11:20:28 +02:00
|
|
|
.brand-heading {
|
2018-01-23 11:20:51 +01:00
|
|
|
text-align: center;
|
2017-09-09 11:20:28 +02:00
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
2017-09-09 11:20:28 +02:00
|
|
|
.brand-name {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2017-09-16 18:11:31 +02:00
|
|
|
}
|
|
|
|
|
2018-01-23 11:20:51 +01:00
|
|
|
#login-dialog {
|
|
|
|
.brand-heading {
|
|
|
|
color: $global-background-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-16 18:11:31 +02:00
|
|
|
.toggle-register-login {
|
|
|
|
font-weight: bold;
|
2017-09-09 11:20:28 +02:00
|
|
|
}
|
2017-09-17 01:30:52 +02:00
|
|
|
|
2017-09-16 19:29:13 +02:00
|
|
|
.oauth-login {
|
2017-09-17 01:30:52 +02:00
|
|
|
margin-left: 0;
|
2017-09-16 19:29:13 +02:00
|
|
|
color: $text-color;
|
2017-09-17 01:30:52 +02:00
|
|
|
.icon-social:before {
|
|
|
|
font-size: $font-size-large;
|
|
|
|
}
|
2017-09-16 19:29:13 +02:00
|
|
|
}
|
2017-09-09 11:20:28 +02:00
|
|
|
|
2015-10-25 20:37:42 +01:00
|
|
|
#converse-register, #converse-login {
|
2018-01-23 11:20:51 +01:00
|
|
|
fieldset.buttons {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
.login-anon {
|
|
|
|
height: auto;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
.save-submit {
|
|
|
|
color: $save-button-color;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
width: 100%;
|
2017-09-16 18:11:31 +02:00
|
|
|
margin: 1em 0;
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
2017-09-17 01:30:52 +02:00
|
|
|
.form-url {
|
|
|
|
display: block;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
#users {
|
2018-01-23 11:20:51 +01:00
|
|
|
overflow-y: hidden;
|
|
|
|
position: relative;
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
.add-converse-contact {
|
2017-06-14 11:14:42 +02:00
|
|
|
margin: 0 0 0.75em 0;
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
|
|
|
.chatbox-btn {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#chatrooms, #contacts {
|
|
|
|
margin-top: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#users {
|
|
|
|
.userinfo {
|
|
|
|
padding-bottom: 1em;
|
|
|
|
border-bottom: 1px solid $gray-color;
|
|
|
|
|
|
|
|
.username {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
.d-flex {
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
}
|
|
|
|
}
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#chatrooms {
|
2018-01-23 11:20:51 +01:00
|
|
|
border-bottom: 1px solid $gray-color;
|
|
|
|
|
2015-10-27 11:17:55 +01:00
|
|
|
form.add-chatroom {
|
|
|
|
input[type=button],
|
|
|
|
input[type=submit],
|
|
|
|
input[type=text] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-06-14 11:14:42 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
2017-04-29 13:30:47 +02:00
|
|
|
.rooms-list-container {
|
|
|
|
.rooms-toggle {
|
|
|
|
display: block;
|
2015-10-29 08:12:13 +01:00
|
|
|
color: $text-color;
|
2017-04-29 13:30:47 +02:00
|
|
|
margin-top: 1em;
|
2017-06-14 11:14:42 +02:00
|
|
|
&:hover {
|
|
|
|
color: $dark-gray-color;
|
|
|
|
}
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
.rooms-list {
|
2017-04-29 13:30:47 +02:00
|
|
|
margin: 0.5em 0;
|
|
|
|
text-align: left;
|
|
|
|
dt {
|
|
|
|
border: none;
|
|
|
|
color: $text-color;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
text-shadow: 0 1px 0 $text-shadow-color;
|
2018-01-04 17:27:56 +01:00
|
|
|
word-wrap: break-word;
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
2017-07-21 18:08:29 +02:00
|
|
|
.available-chatroom,
|
|
|
|
.open-chatroom {
|
2017-04-29 13:30:47 +02:00
|
|
|
border: none;
|
|
|
|
clear: both;
|
|
|
|
color: $text-color;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
2018-01-23 11:20:51 +01:00
|
|
|
padding: 0.2em 0;
|
2017-04-29 13:30:47 +02:00
|
|
|
text-shadow: 0 1px 0 $text-shadow-color;
|
|
|
|
word-wrap: break-word;
|
2017-06-14 11:14:42 +02:00
|
|
|
a:hover {
|
|
|
|
color: $dark-link-color;
|
2017-04-29 13:30:47 +02:00
|
|
|
}
|
2017-05-23 21:43:36 +02:00
|
|
|
&.unread-msgs {
|
2017-07-21 18:08:29 +02:00
|
|
|
.available-room,
|
2017-05-23 21:43:36 +02:00
|
|
|
.open-room {
|
2017-06-15 18:38:38 +02:00
|
|
|
max-width: 55%;
|
2017-05-23 21:43:36 +02:00
|
|
|
width: auto;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
2017-04-29 13:30:47 +02:00
|
|
|
a {
|
|
|
|
&.room-info {
|
|
|
|
&:before {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.open-room {
|
|
|
|
width: 68%;
|
2017-07-21 18:08:29 +02:00
|
|
|
float: left;
|
2017-04-29 13:30:47 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
2017-07-21 18:08:29 +02:00
|
|
|
&.available-room {
|
|
|
|
width: 85%;
|
|
|
|
}
|
2017-04-29 13:30:47 +02:00
|
|
|
}
|
2017-08-09 15:50:24 +02:00
|
|
|
.add-bookmark,
|
2017-04-29 13:30:47 +02:00
|
|
|
.remove-bookmark {
|
|
|
|
&.button-on {
|
|
|
|
color: $link-color;
|
2017-06-14 11:14:42 +02:00
|
|
|
&:hover {
|
|
|
|
color: $dark-link-color;
|
|
|
|
}
|
2015-10-30 18:33:14 +01:00
|
|
|
}
|
2017-04-29 13:30:47 +02:00
|
|
|
color: $subdued-color;
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
2017-04-29 13:30:47 +02:00
|
|
|
.room-info {
|
|
|
|
font-size: $font-size-small;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
li.room-info {
|
|
|
|
display: block;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
p.room-info {
|
2017-06-17 23:48:46 +02:00
|
|
|
line-height: $line-height;
|
2017-04-29 13:30:47 +02:00
|
|
|
margin: 0;
|
|
|
|
display: block;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
div.room-info {
|
2017-06-17 23:48:46 +02:00
|
|
|
padding: 0.3em 0;
|
2017-04-29 13:30:47 +02:00
|
|
|
clear: left;
|
|
|
|
width: 100%;
|
2015-10-27 11:17:55 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
a {
|
2017-05-08 21:06:33 +02:00
|
|
|
width: 143px;
|
2015-10-25 20:37:42 +01:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
ul {
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 21;
|
|
|
|
background-color: $light-background-color;
|
|
|
|
li:hover {
|
|
|
|
background-color: $highlight-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-03 19:45:06 +02:00
|
|
|
|
|
|
|
dd.search-xmpp {
|
2017-07-17 22:01:23 +02:00
|
|
|
height: 0;
|
|
|
|
.contact-form-container {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 22;
|
|
|
|
form {
|
|
|
|
box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.4);
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
li:hover {
|
|
|
|
background-color: $light-background-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dt a span {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
padding: 4px 7px 0 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#select-xmpp-status {
|
2017-04-30 10:22:54 +02:00
|
|
|
display: none;
|
2015-10-25 20:37:42 +01:00
|
|
|
float: right;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#controlbox-tabs {
|
|
|
|
text-align: center;
|
|
|
|
display: inline;
|
|
|
|
overflow: hidden;
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
/* single tab */
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
text-shadow: white 0 1px 0;
|
2017-02-13 18:10:16 +01:00
|
|
|
width: 40%;
|
2015-10-25 20:37:42 +01:00
|
|
|
a {
|
|
|
|
background-color: white;
|
|
|
|
border-bottom: 1px solid $border-color;
|
2017-06-14 11:14:42 +02:00
|
|
|
border-top-left-radius: $button-border-radius;
|
|
|
|
border-top-right-radius: $button-border-radius;
|
2015-10-25 20:37:42 +01:00
|
|
|
box-shadow: inset 2px -2px 20px rgba(0, 0, 0, 0.3);
|
2015-10-29 08:51:55 +01:00
|
|
|
color: $text-color;
|
2015-10-25 20:37:42 +01:00
|
|
|
display: block;
|
2016-10-17 10:33:45 +02:00
|
|
|
font-size: $font-size-small;
|
2015-10-25 20:37:42 +01:00
|
|
|
height: $chat-head-height - 1px;
|
|
|
|
line-height: $chat-head-height - 1px;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2017-06-07 00:43:40 +02:00
|
|
|
&.contacts-tab {
|
|
|
|
.msgs-indicator {
|
|
|
|
background-color: $chat-head-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.rooms-tab {
|
|
|
|
.msgs-indicator {
|
|
|
|
background-color: $chatroom-head-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.msgs-indicator {
|
2017-06-15 12:32:45 +02:00
|
|
|
border: solid white 2px;
|
2017-06-15 11:02:20 +02:00
|
|
|
opacity: 0.8;
|
2017-06-14 11:14:42 +02:00
|
|
|
border-top-right-radius: $button-border-radius;
|
2017-06-15 11:02:20 +02:00
|
|
|
float: right;
|
2017-06-07 00:43:40 +02:00
|
|
|
}
|
2015-10-29 08:51:55 +01:00
|
|
|
&:hover {
|
|
|
|
color: $text-color;
|
2017-06-07 00:43:40 +02:00
|
|
|
.msgs-indicator {
|
2017-06-15 12:32:45 +02:00
|
|
|
opacity: 1;
|
2017-06-07 00:43:40 +02:00
|
|
|
}
|
2015-10-29 08:51:55 +01:00
|
|
|
}
|
|
|
|
&.current,
|
|
|
|
&.current:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
border-bottom: 0;
|
|
|
|
height: $chat-head-height;
|
|
|
|
cursor: default;
|
|
|
|
color: $text-color;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fancy-dropdown {
|
|
|
|
border: 1px solid $light-background-border-color;
|
|
|
|
height: $controlbox-dropdown-height;
|
2017-06-14 11:14:42 +02:00
|
|
|
border-radius: $button-border-radius;
|
2015-10-25 20:37:42 +01:00
|
|
|
text-align: left;
|
2017-06-14 11:14:42 +02:00
|
|
|
|
2015-10-25 20:37:42 +01:00
|
|
|
.choose-xmpp-status,
|
|
|
|
.toggle-xmpp-contact-form {
|
2017-06-14 11:14:42 +02:00
|
|
|
line-height: $controlbox-dropdown-height;
|
2015-10-25 20:37:42 +01:00
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2017-02-13 18:10:16 +01:00
|
|
|
display: inline-block;
|
2017-06-14 11:14:42 +02:00
|
|
|
&:hover {
|
|
|
|
color: $dark-link-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.toggle-xmpp-contact-form {
|
|
|
|
padding: 0 0.5em;
|
|
|
|
width: 100%;
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
2015-11-03 18:14:13 +01:00
|
|
|
&.no-border {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
#fancy-xmpp-status-select {
|
2017-06-14 11:14:42 +02:00
|
|
|
.xmpp-status {
|
|
|
|
padding: 0 0.5em;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
a.change-xmpp-status-message {
|
2017-06-14 11:14:42 +02:00
|
|
|
line-height: $controlbox-dropdown-height;
|
2015-10-25 20:37:42 +01:00
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
width: 12px;
|
|
|
|
color: $link-color;
|
2017-06-14 11:14:42 +02:00
|
|
|
&:hover {
|
|
|
|
color: $dark-link-color;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
2017-05-08 21:06:33 +02:00
|
|
|
fieldset {
|
|
|
|
padding: 0;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
height: $controlbox-dropdown-height + 1px;
|
|
|
|
@include calc(width, '100% - 40px');
|
|
|
|
padding: 0 0 0 0.5em;
|
|
|
|
}
|
|
|
|
input[type=submit] {
|
|
|
|
height: $controlbox-dropdown-height + 1px;
|
|
|
|
width: 40px;
|
|
|
|
padding: 1px;
|
|
|
|
float: right;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
|
2017-09-16 18:11:31 +02:00
|
|
|
.controlbox-panes {
|
2017-09-17 01:30:52 +02:00
|
|
|
height: 100%;
|
|
|
|
overflow-y: scroll;
|
2017-09-16 18:11:31 +02:00
|
|
|
}
|
|
|
|
|
2015-10-25 20:37:42 +01:00
|
|
|
.controlbox-pane {
|
2017-06-14 11:14:42 +02:00
|
|
|
padding: $controlbox-pane-padding;
|
2015-10-25 20:37:42 +01:00
|
|
|
background-color: white;
|
|
|
|
border: 0;
|
|
|
|
font-size: $font-size;
|
|
|
|
position: absolute;
|
2017-09-17 01:30:52 +02:00
|
|
|
left: 0;
|
2018-01-23 11:20:51 +01:00
|
|
|
text-align: left;
|
2015-10-25 20:37:42 +01:00
|
|
|
width: 100%;
|
2018-01-23 11:20:51 +01:00
|
|
|
height: 100%;
|
2015-11-03 17:42:04 +01:00
|
|
|
overflow-y: auto;
|
2015-10-25 20:37:42 +01:00
|
|
|
overflow-x: hidden;
|
2018-01-23 11:20:51 +01:00
|
|
|
border-radius: $chatbox-border-radius;
|
|
|
|
|
2017-09-17 01:30:52 +02:00
|
|
|
.switch-form {
|
|
|
|
padding-bottom: 2em;
|
|
|
|
p {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2015-10-28 08:33:50 +01:00
|
|
|
label {
|
|
|
|
font-size: $font-size;
|
|
|
|
font-weight: bold;
|
|
|
|
height: auto;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
dd {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
&.odd {
|
|
|
|
background-color: #DCEAC5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-xmpp-contact {
|
2017-05-08 21:06:33 +02:00
|
|
|
padding: 1em 0.5em;
|
2015-10-25 20:37:42 +01:00
|
|
|
input {
|
|
|
|
margin: 0 0 1rem;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.xmpp-status-menu {
|
|
|
|
text-align: left;
|
|
|
|
box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.4);
|
2017-11-17 14:14:42 +01:00
|
|
|
&.collapsed {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
li {
|
|
|
|
padding: 2px;
|
|
|
|
a {
|
|
|
|
width: 100%;
|
2017-05-08 21:06:33 +02:00
|
|
|
padding: 0.3em;
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.xmpp-status-menu li a.logout,
|
|
|
|
.xmpp-status-menu li a.logout span {
|
|
|
|
color: $warning-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.set-xmpp-status {
|
|
|
|
background: none;
|
2017-06-14 11:14:42 +02:00
|
|
|
margin: 1em 0 0.5em 0em;
|
2015-10-25 20:37:42 +01:00
|
|
|
.dropdown dd ul {
|
|
|
|
z-index: 22;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-controlbox {
|
|
|
|
background-color: $link-color;
|
2017-06-14 11:14:42 +02:00
|
|
|
border-top-left-radius: $button-border-radius;
|
|
|
|
border-top-right-radius: $button-border-radius;
|
2015-10-25 20:37:42 +01:00
|
|
|
color: #0a0a0a;
|
|
|
|
float: right;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0 $chat-gutter;
|
|
|
|
padding: 10px 8px 0 8px;
|
|
|
|
span {
|
|
|
|
color: $inverse-link-color;
|
|
|
|
}
|
|
|
|
}
|
2018-01-23 11:20:51 +01:00
|
|
|
|
|
|
|
.xmpp-status, .xmpp-status-menu {
|
|
|
|
.online {
|
|
|
|
color: $green;
|
|
|
|
}
|
|
|
|
.dnd {
|
|
|
|
color: $red
|
|
|
|
}
|
|
|
|
.away {
|
|
|
|
color: $light-blue;
|
|
|
|
}
|
|
|
|
.logout, .offline {
|
|
|
|
color: $gray-color;
|
|
|
|
}
|
|
|
|
}
|
2015-10-25 20:37:42 +01:00
|
|
|
}
|