2015-01-24 22:17:44 +00:00
|
|
|
.gutter {
|
2015-02-19 07:09:34 +00:00
|
|
|
padding: $header-height 0 0;
|
2015-01-24 22:17:44 +00:00
|
|
|
}
|
2015-01-25 10:19:28 +00:00
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.conversation-stack,
|
2015-03-09 21:50:50 +00:00
|
|
|
.new-conversation, .inbox, .gutter {
|
2015-02-19 07:09:34 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
2015-08-27 00:11:01 +00:00
|
|
|
|
|
|
|
.container, .scrollable {
|
2015-03-09 21:50:50 +00:00
|
|
|
height: 100%;
|
2015-02-19 07:09:34 +00:00
|
|
|
overflow: auto;
|
2015-01-30 06:59:08 +00:00
|
|
|
}
|
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.gutter {
|
|
|
|
float: left;
|
2015-10-17 01:14:50 +00:00
|
|
|
margin: 10px 0;
|
2015-08-27 00:48:18 +00:00
|
|
|
width: 300px;
|
|
|
|
.conversations {
|
2015-10-23 21:50:27 +00:00
|
|
|
overflow-y: scroll;
|
2015-10-17 01:14:50 +00:00
|
|
|
height: calc(100% - 20px);
|
2015-08-27 00:48:18 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2015-08-25 23:47:15 +00:00
|
|
|
}
|
|
|
|
|
2015-03-09 20:20:01 +00:00
|
|
|
.socket-status {
|
2015-10-17 01:14:50 +00:00
|
|
|
float: right;
|
2015-03-09 20:20:01 +00:00
|
|
|
padding: 6px;
|
2015-05-21 20:05:52 +00:00
|
|
|
-webkit-app-region: no-drag;
|
2015-03-09 20:20:01 +00:00
|
|
|
|
|
|
|
* {
|
2015-08-26 17:31:16 +00:00
|
|
|
display: inline;
|
2015-03-09 20:20:01 +00:00
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 20px;
|
|
|
|
border-radius: $header-height;
|
|
|
|
|
|
|
|
&:hover {
|
2015-11-10 19:09:27 +00:00
|
|
|
background: url('/images/refresh.png') center;
|
2015-03-09 20:20:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.connecting .icon {
|
|
|
|
background-color: $blue;
|
|
|
|
}
|
|
|
|
.closing {
|
|
|
|
background-color: $blue_l;
|
|
|
|
}
|
|
|
|
.closed {
|
|
|
|
background: url('/images/error_red.png') no-repeat left center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.conversation-stack {
|
|
|
|
padding-left: 300px;
|
|
|
|
padding-top: $header-height;
|
|
|
|
.conversation {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.conversation:first-child {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.conversation-header {
|
2015-09-03 01:26:44 +00:00
|
|
|
border-bottom: solid 1px darken($grey_l, 10%);
|
2015-10-17 01:14:50 +00:00
|
|
|
margin-bottom: 4px;
|
2015-11-12 18:43:07 +00:00
|
|
|
padding-bottom: 5px;
|
2015-11-09 19:29:51 +00:00
|
|
|
.avatar {
|
|
|
|
float: left;
|
2015-11-12 18:43:07 +00:00
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
2015-11-30 02:40:30 +00:00
|
|
|
@media(min-width:900px) {
|
2015-11-12 18:43:07 +00:00
|
|
|
.avatar {
|
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
|
|
|
line-height: 70px;
|
|
|
|
}
|
2015-11-09 19:29:51 +00:00
|
|
|
}
|
2015-08-25 23:47:15 +00:00
|
|
|
}
|
|
|
|
.menu.conversation-menu {
|
2015-08-31 20:58:17 +00:00
|
|
|
button.drop-down {
|
|
|
|
background: url('/images/arrow_drop_down.png') no-repeat center;
|
|
|
|
}
|
2015-08-25 23:47:15 +00:00
|
|
|
}
|
|
|
|
|
2015-03-12 23:14:21 +00:00
|
|
|
input.search {
|
2015-02-06 06:42:16 +00:00
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
outline: 0;
|
2015-12-07 04:40:29 +00:00
|
|
|
&::-webkit-search-cancel-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url('/images/x.png') no-repeat center;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
2015-12-07 21:28:22 +00:00
|
|
|
&::-webkit-search-cancel-button:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-01-26 07:44:53 +00:00
|
|
|
}
|
|
|
|
|
2015-09-18 20:07:19 +00:00
|
|
|
.tool-bar {
|
|
|
|
button.show-new-conversation {
|
|
|
|
float: right;
|
|
|
|
height: $header-height;
|
|
|
|
width: $header-height;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
font: 300 36px $roboto;
|
|
|
|
color: white;
|
|
|
|
background: url('/images/pencil.png') no-repeat center center;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: darken($grey_l, 3%);
|
|
|
|
}
|
2015-01-26 07:44:53 +00:00
|
|
|
}
|
2015-10-15 19:10:03 +00:00
|
|
|
|
|
|
|
input.search {
|
|
|
|
height: $header-height - 10px;
|
2015-10-23 21:50:27 +00:00
|
|
|
width: 270px;
|
2015-10-17 01:14:50 +00:00
|
|
|
background: rgba(255,255,255,0.2);
|
|
|
|
margin: 10px;
|
2015-10-15 19:10:03 +00:00
|
|
|
padding: 5px;
|
|
|
|
|
2015-10-17 01:14:50 +00:00
|
|
|
&::-webkit-input-placeholder {
|
|
|
|
color: white;
|
2015-10-15 19:10:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.active, &:active, &:focus {
|
|
|
|
background: white;
|
|
|
|
|
2015-10-17 01:14:50 +00:00
|
|
|
&::-webkit-input-placeholder {
|
|
|
|
color: #ccc;
|
2015-10-15 19:10:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-01-26 07:44:53 +00:00
|
|
|
}
|
|
|
|
|
2015-01-30 21:43:10 +00:00
|
|
|
.last-timestamp {
|
|
|
|
font-size: smaller;
|
2015-10-23 21:43:51 +00:00
|
|
|
float: right;
|
2015-10-23 22:47:32 +00:00
|
|
|
margin: 0 10px;
|
2015-01-30 21:43:10 +00:00
|
|
|
}
|
|
|
|
|
2015-02-06 06:42:16 +00:00
|
|
|
.new-contact {
|
2015-03-12 18:40:55 +00:00
|
|
|
display: none;
|
2015-10-21 19:11:48 +00:00
|
|
|
cursor: pointer;
|
2015-12-06 03:21:15 +00:00
|
|
|
opacity: 0.7;
|
2015-09-04 20:11:21 +00:00
|
|
|
background: $grey_l;
|
2015-12-06 03:21:15 +00:00
|
|
|
.contact-details .number {
|
2015-02-06 06:42:16 +00:00
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2015-12-06 03:21:15 +00:00
|
|
|
|
|
|
|
&.valid {
|
|
|
|
opacity: 1.0
|
|
|
|
}
|
2015-01-25 18:38:35 +00:00
|
|
|
}
|
|
|
|
|
2015-01-25 18:36:41 +00:00
|
|
|
.index {
|
2015-11-12 18:43:07 +00:00
|
|
|
max-width: 1300px;
|
2015-01-25 18:36:41 +00:00
|
|
|
color: $grey_d;
|
2015-11-10 19:09:27 +00:00
|
|
|
background: #2eace0;
|
2015-01-25 18:36:41 +00:00
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.gutter .new-group-update-form {
|
2015-03-12 18:40:55 +00:00
|
|
|
display: none;
|
|
|
|
padding: 0.5em;
|
2015-01-25 18:36:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.last-message {
|
|
|
|
margin: 6px 0;
|
2015-01-30 21:43:10 +00:00
|
|
|
font-size: small;
|
2015-01-25 18:36:41 +00:00
|
|
|
font-weight: 300;
|
2015-10-23 22:41:39 +00:00
|
|
|
color: $grey;
|
2015-01-25 18:36:41 +00:00
|
|
|
}
|
|
|
|
|
2015-08-25 23:47:15 +00:00
|
|
|
.gutter .timestamp {
|
2015-01-25 18:36:41 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 14px;
|
|
|
|
right: 12px;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2015-03-11 19:06:19 +00:00
|
|
|
.conversations .unread .contact-details {
|
2015-09-03 20:33:17 +00:00
|
|
|
.name,
|
2015-10-23 22:41:39 +00:00
|
|
|
.last-message,
|
2015-03-11 19:06:19 +00:00
|
|
|
.last-timestamp {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
2015-11-21 00:58:52 +00:00
|
|
|
|
|
|
|
.hint {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 1em;
|
|
|
|
border-radius: 10px;
|
|
|
|
color: white;
|
|
|
|
border: 2px dashed white;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.firstRun {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 302px;
|
|
|
|
width: 225px;
|
|
|
|
|
|
|
|
&:before, &:after {
|
|
|
|
content: ' ';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
left: -35px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: solid 10px white;
|
|
|
|
border-color: transparent white transparent transparent;
|
|
|
|
transform: scaleX(2.5) scaleY(0.75);
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
border-color: transparent #2eace0 transparent transparent;
|
|
|
|
left: -30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-11-27 23:43:45 +00:00
|
|
|
|
|
|
|
.conversation.placeholder {
|
2015-11-28 22:41:58 +00:00
|
|
|
text-align: center;
|
|
|
|
padding-top: 100px;
|
|
|
|
color: #aaa;
|
2015-11-27 23:43:45 +00:00
|
|
|
}
|
2015-11-28 01:34:02 +00:00
|
|
|
.contact.placeholder {
|
|
|
|
position: absolute;
|
|
|
|
top: 50px;
|
|
|
|
left: 0;
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 10px;
|
|
|
|
color: white;
|
|
|
|
border: 2px dashed white;
|
|
|
|
overflow: visible;
|
|
|
|
p { color: white; }
|
|
|
|
&:before, &:after {
|
|
|
|
content: ' ';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: -35px;
|
|
|
|
left: 15px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: solid 10px white;
|
|
|
|
border-color: transparent transparent white transparent;
|
|
|
|
transform: scaleY(2.5) scaleX(0.75);
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
border-color: transparent transparent #2eace0 transparent;
|
|
|
|
top: -30px;
|
|
|
|
}
|
|
|
|
}
|