2013-08-23 07:31:38 +02:00
|
|
|
|
body,
|
|
|
|
|
html {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
width: 100%;
|
2014-01-15 20:13:41 +01:00
|
|
|
|
height: 100%;
|
2013-08-16 17:29:37 +02:00
|
|
|
|
overflow-x: hidden;
|
2014-01-15 20:13:41 +01:00
|
|
|
|
overflow-y: hidden;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-25 23:05:08 +01:00
|
|
|
|
#css-loading {
|
|
|
|
|
display: none !important; /* We are now loaded, by definition. */
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
|
body {
|
2013-05-07 19:32:12 +02:00
|
|
|
|
font-family: 'Humbug', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2012-09-11 20:25:29 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-04 23:01:38 +02:00
|
|
|
|
/* Common background color */
|
2013-08-23 07:31:38 +02:00
|
|
|
|
body,
|
|
|
|
|
#tab_bar_underpadding,
|
2014-02-13 21:04:26 +01:00
|
|
|
|
.compose-content {
|
2013-12-10 20:30:28 +01:00
|
|
|
|
background-color: #ffffff;
|
2013-07-17 00:52:18 +02:00
|
|
|
|
-webkit-transition: background-color 200ms linear;
|
|
|
|
|
-moz-transition: background-color 200ms linear;
|
|
|
|
|
-o-transition: background-color 200ms linear;
|
|
|
|
|
-ms-transition: background-color 200ms linear;
|
|
|
|
|
transition: background-color 200ms linear;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
input,
|
|
|
|
|
button,
|
|
|
|
|
select,
|
|
|
|
|
textarea {
|
2013-05-07 19:32:12 +02:00
|
|
|
|
font-family: 'Humbug', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:11:22 +02:00
|
|
|
|
blockquote p {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-05 22:43:07 +02:00
|
|
|
|
a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-31 21:58:19 +01:00
|
|
|
|
.ztable_comp_col1 {
|
|
|
|
|
width: 10px;
|
2013-02-28 19:04:58 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.header {
|
|
|
|
|
position: fixed;
|
2014-02-07 20:37:43 +01:00
|
|
|
|
z-index: 101;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
width: 100%;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
background: #ffffff;
|
2014-01-31 21:58:19 +01:00
|
|
|
|
border-bottom: 1px solid #dadada;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
height: 40px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app {
|
|
|
|
|
width: 100%;
|
2014-01-15 20:13:41 +01:00
|
|
|
|
height: 100%;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
overflow-y: scroll;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
z-index: 99;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.app-main,
|
|
|
|
|
.header-main {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
width: 100%;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
max-width: 1400px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
min-width: 950px;
|
|
|
|
|
margin: 0px auto;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
padding: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-18 17:41:49 +01:00
|
|
|
|
.app-main {
|
|
|
|
|
height: 100%;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-09 16:58:51 +01:00
|
|
|
|
.fixed-app {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 98;
|
2014-02-06 23:36:45 +01:00
|
|
|
|
left: 0px;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.column-left,
|
|
|
|
|
.column-right {
|
2014-01-31 21:36:31 +01:00
|
|
|
|
width: 250px;
|
|
|
|
|
max-width: 250px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-left {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
|
|
|
|
top: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-right {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0px;
|
|
|
|
|
top: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.app-main .column-left .left-sidebar,
|
|
|
|
|
.app-main .column-right .right-sidebar {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
position: fixed;
|
|
|
|
|
margin-top: 50px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
width: 250px;
|
2014-02-07 20:02:29 +01:00
|
|
|
|
z-index:100;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-main .column-left .left-sidebar {
|
2014-02-20 20:22:29 +01:00
|
|
|
|
width: 242px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
padding-left: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-main .column-right .right-sidebar {
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
|
.app-main .column-middle {
|
2014-02-18 17:41:49 +01:00
|
|
|
|
min-height: 100%;
|
|
|
|
|
background-color: #ffffff;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.column-middle {
|
2014-01-31 21:36:31 +01:00
|
|
|
|
margin-right: 250px;
|
|
|
|
|
margin-left: 250px;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
position: relative;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
textarea,
|
|
|
|
|
input {
|
2013-05-07 19:32:12 +02:00
|
|
|
|
font-family: 'Humbug', Helvetica, Arial, sans-serif;
|
2012-10-24 23:16:43 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-02-13 23:23:26 +01:00
|
|
|
|
|
|
|
|
|
/* Override Bootstrap's fixed sizes for various elements */
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
textarea,
|
|
|
|
|
label {
|
2013-02-13 23:23:26 +01:00
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* List of text-like input types taken from Bootstrap */
|
|
|
|
|
input[type="text"],
|
|
|
|
|
input[type="password"],
|
|
|
|
|
input[type="datetime"],
|
|
|
|
|
input[type="datetime-local"],
|
|
|
|
|
input[type="date"],
|
|
|
|
|
input[type="month"],
|
|
|
|
|
input[type="time"],
|
|
|
|
|
input[type="week"],
|
|
|
|
|
input[type="number"],
|
|
|
|
|
input[type="email"],
|
|
|
|
|
input[type="url"],
|
|
|
|
|
input[type="search"],
|
|
|
|
|
input[type="tel"],
|
|
|
|
|
input[type="color"]
|
|
|
|
|
{
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
height: 1.4em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
li,
|
|
|
|
|
.table th,
|
|
|
|
|
.table td {
|
2013-02-13 23:23:26 +01:00
|
|
|
|
line-height: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
height: auto;
|
2013-05-07 19:32:12 +02:00
|
|
|
|
line-height: 100%;
|
2013-02-13 23:23:26 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-large {
|
|
|
|
|
font-size: 115%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.header-main .logo {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
display: inline-block;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
font-size: 120%;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-variant: small-caps;
|
|
|
|
|
letter-spacing: 2px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
text-decoration: none;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
position: relative;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.header-main .logoimage {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
height: 40px;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
2013-07-16 01:15:09 +02:00
|
|
|
|
|
2013-10-28 15:49:38 +01:00
|
|
|
|
#user-settings-avatar {
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 100px;
|
2013-10-29 16:16:07 +01:00
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border-radius: 50px;
|
2013-10-28 15:49:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-24 00:40:47 +02:00
|
|
|
|
/* Classes for hiding and showing controls */
|
|
|
|
|
|
|
|
|
|
.notdisplayed {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notvisible {
|
|
|
|
|
visibility: hidden !important;
|
|
|
|
|
width: 0px !important;
|
2013-04-25 23:08:05 +02:00
|
|
|
|
min-width: 0px !important;
|
|
|
|
|
min-height: 0px !important;
|
2013-04-24 00:40:47 +02:00
|
|
|
|
height: 0px !important;
|
2013-04-25 23:08:05 +02:00
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
position: absolute !important;
|
2013-04-24 00:40:47 +02:00
|
|
|
|
}
|
2013-02-13 23:23:26 +01:00
|
|
|
|
|
2013-06-19 23:40:31 +02:00
|
|
|
|
/* Relative positioning */
|
|
|
|
|
|
|
|
|
|
.position-relative {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-05-21 17:47:44 +02:00
|
|
|
|
/* Lighter strong */
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-02-13 23:23:26 +01:00
|
|
|
|
/* Inline and block code */
|
|
|
|
|
|
2012-10-19 19:37:42 +02:00
|
|
|
|
code {
|
2013-02-15 04:01:54 +01:00
|
|
|
|
/* 12/14 em, so bootstrap's default 12 px,
|
|
|
|
|
when body is the default 14 px */
|
|
|
|
|
font-size: 0.857em;
|
2012-10-19 19:37:42 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-20 16:31:11 +01:00
|
|
|
|
.codehilite {
|
|
|
|
|
display: block !important;
|
|
|
|
|
border: none !important;
|
|
|
|
|
background: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-15 04:01:54 +01:00
|
|
|
|
pre {
|
2013-10-21 20:58:13 +02:00
|
|
|
|
/* 12/14 em, so bootstrap's default 12 px,
|
2013-02-15 04:01:54 +01:00
|
|
|
|
when body is the default 14 px */
|
2013-10-21 20:58:13 +02:00
|
|
|
|
font-size: 0.857em;
|
2013-02-19 17:30:23 +01:00
|
|
|
|
line-height: inherit;
|
2013-05-16 18:34:00 +02:00
|
|
|
|
white-space: pre;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
word-wrap: normal;
|
2013-11-26 20:00:54 +01:00
|
|
|
|
/* Bootstrap's default here is top: 0px, bottom: 10px */
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
2013-02-15 04:01:54 +01:00
|
|
|
|
}
|
|
|
|
|
|
2012-10-21 01:26:26 +02:00
|
|
|
|
pre code {
|
|
|
|
|
white-space: pre;
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-27 19:14:05 +01:00
|
|
|
|
/* Style inline code inside a link
|
|
|
|
|
to look more like a normal link */
|
|
|
|
|
a code {
|
|
|
|
|
color: #08C;
|
|
|
|
|
border-color: #08C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover code {
|
|
|
|
|
color: #005580;
|
|
|
|
|
border-color: #005580;
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-29 18:38:18 +01:00
|
|
|
|
.preserve_spaces {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-11 20:25:29 +02:00
|
|
|
|
.sidebar-nav {
|
2013-06-12 15:50:20 +02:00
|
|
|
|
padding: 0px 10px 20px 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
|
margin-top: 1em;
|
2012-11-15 23:46:14 +01:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2013-06-12 15:50:20 +02:00
|
|
|
|
/* This is a little hacky, but for whatever reason, span2 in a row-fluid
|
|
|
|
|
doesn't consistently take on the right width when it's in an affix, so
|
|
|
|
|
we need to specify a max size. */
|
2014-01-31 21:36:31 +01:00
|
|
|
|
max-width: 250px;
|
2012-10-11 22:34:57 +02:00
|
|
|
|
}
|
2012-10-11 00:55:00 +02:00
|
|
|
|
|
2013-03-03 02:39:47 +01:00
|
|
|
|
#left-sidebar .brand {
|
|
|
|
|
display: table-row;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-18 19:34:18 +01:00
|
|
|
|
#left-sidebar #user-list,
|
|
|
|
|
#left-sidebar #group-pm-list {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-06 05:44:39 +02:00
|
|
|
|
.edit-profile {
|
2013-05-07 19:32:12 +02:00
|
|
|
|
font-weight: 300;
|
2013-09-06 05:44:39 +02:00
|
|
|
|
font-size: 12px;
|
2012-10-12 05:10:48 +02:00
|
|
|
|
}
|
2013-03-03 02:39:47 +01:00
|
|
|
|
|
2012-08-29 00:36:30 +02:00
|
|
|
|
|
2012-11-02 22:19:12 +01:00
|
|
|
|
.logout {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2012-10-12 05:10:48 +02:00
|
|
|
|
|
2012-10-11 23:11:30 +02:00
|
|
|
|
.new_message_button {
|
2013-06-19 23:40:31 +02:00
|
|
|
|
padding-top: 1.1em;
|
2013-05-07 19:32:12 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-12 22:02:55 +02:00
|
|
|
|
.sidebar-title, .share-the-love-title {
|
|
|
|
|
font-size: 11px;
|
2013-07-12 17:00:32 +02:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-12 22:02:55 +02:00
|
|
|
|
|
2013-07-12 17:00:32 +02:00
|
|
|
|
#streams_list:hover #streams_inline_cog {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#streams_list #streams_inline_cog:hover {
|
|
|
|
|
opacity: 1.0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#streams_inline_cog {
|
|
|
|
|
float: right;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
visibility: hidden;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
font-size: 13px;
|
2013-07-12 17:00:32 +02:00
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
|
max-width: 10em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-11 20:51:26 +02:00
|
|
|
|
#stream_filters {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
overflow-x: visible;
|
2013-07-11 20:51:26 +02:00
|
|
|
|
overflow-y: hidden;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin: 2px 0px 0px 0px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
padding: 0 0 10px 0;
|
|
|
|
|
font-weight: normal;
|
2013-08-12 23:05:20 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.narrow-filter {
|
|
|
|
|
display: block;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-12 16:18:22 +01:00
|
|
|
|
#stream_filters:hover {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:02:10 +02:00
|
|
|
|
#stream_filters li:hover {
|
2013-07-09 03:25:39 +02:00
|
|
|
|
background-color: #e2e8dd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#stream_filters li.active-subject-filter:hover {
|
|
|
|
|
background-color: #ccd6cc;
|
2013-05-14 21:02:10 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
#user_presences, #group-pms {
|
2013-04-24 20:00:07 +02:00
|
|
|
|
list-style-position: inside; /* Draw the bullets inside our box */
|
2013-02-17 18:56:50 +01:00
|
|
|
|
margin-left: 0;
|
2014-02-13 22:40:40 +01:00
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
}
|
|
|
|
|
#user_presences:hover, #group-pms:hover {
|
|
|
|
|
overflow-y: auto;
|
2013-02-06 19:48:26 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
#user_presences li:hover, #group-pms li:hover {
|
2013-08-02 23:36:13 +02:00
|
|
|
|
background-color: #e2e8dd;
|
2013-05-30 21:29:30 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
#user_presences .user_sidebar_entry:hover, #group-pms .group-pms-sidebar-entry:hover {
|
2013-05-30 21:29:30 +02:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-05 22:19:42 +01:00
|
|
|
|
#user_presences li {
|
2013-04-24 20:00:07 +02:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.user_sidebar_entry .count, .group-pms-sidebar-entry .count {
|
2013-06-05 20:29:31 +02:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
#user_presences li, #group-pms li {
|
2013-08-02 22:21:05 +02:00
|
|
|
|
list-style-type: none;
|
2013-02-12 05:15:19 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.user-status-indicator, .group-pm-status-indicator {
|
2013-08-02 22:21:05 +02:00
|
|
|
|
display: block;
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
float: left;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 5px;
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.user_active .user-status-indicator, .group-pm-status-indicator {
|
2013-08-02 22:21:05 +02:00
|
|
|
|
background-color: #44C21D;
|
|
|
|
|
border-color: #44C21D;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-20 20:57:26 +02:00
|
|
|
|
.user_idle .user-status-indicator {
|
2013-08-02 22:21:05 +02:00
|
|
|
|
border-color: #EC7E18;
|
|
|
|
|
background-color: #EC7E18;
|
|
|
|
|
|
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(236,126,24,1) 50%); /* FF3.6+ */
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,0)), color-stop(50%,rgba(236,126,24,1))); /* Chrome,Safari4+ */
|
|
|
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%); /* Chrome10+,Safari5.1+ */
|
|
|
|
|
background: -o-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%); /* Opera 11.10+ */
|
|
|
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%); /* IE10+ */
|
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%); /* W3C */
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ec7e18',GradientType=0 ); /* IE6-9 */
|
2013-02-12 20:40:28 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-20 20:57:26 +02:00
|
|
|
|
.user_offline .user-status-indicator {
|
2013-08-02 22:21:05 +02:00
|
|
|
|
background-color: none;
|
|
|
|
|
border-color: gray;
|
2013-02-14 16:35:48 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
#user_presences a, #group-pms a {
|
2013-02-22 04:39:54 +01:00
|
|
|
|
color: #333;
|
2013-02-21 17:50:04 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-24 22:22:16 +02:00
|
|
|
|
#invite-user-link i {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-06 19:48:26 +01:00
|
|
|
|
ul.filters {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-03 23:05:46 +02:00
|
|
|
|
.message_header_stream a.message_label_clickable,
|
2013-02-06 19:48:26 +01:00
|
|
|
|
ul.filters a {
|
2013-02-22 04:39:54 +01:00
|
|
|
|
color: #333;
|
2013-02-06 19:48:26 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.filters hr {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
li.active-filter,
|
|
|
|
|
li.active-subject-filter {
|
2014-02-14 21:31:45 +01:00
|
|
|
|
font-weight: 600;
|
|
|
|
|
background: #ddedf6;
|
2013-07-09 03:25:39 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-20 18:07:53 +01:00
|
|
|
|
li.hidden-filter {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 00:03:39 +02:00
|
|
|
|
ul.filters {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin-left: 0px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.filter-icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 18px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-right: 5px;
|
2013-05-24 00:03:39 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-06 06:47:05 +02:00
|
|
|
|
#global_filters .global-filter {
|
|
|
|
|
position: relative;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
padding: 1px 10px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#global_filters .global-filter i {
|
|
|
|
|
font-size: 14px;
|
2013-09-06 06:47:05 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.user_sidebar_entry .selectable_sidebar_block,
|
|
|
|
|
.group-pms-sidebar-entry .selectable_sidebar_block {
|
2013-09-06 07:39:40 +02:00
|
|
|
|
width: 170px;
|
|
|
|
|
display: block;
|
2013-12-05 22:19:42 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-06 23:53:06 +01:00
|
|
|
|
.group-pm-link {
|
|
|
|
|
margin-left: 17px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-05 22:19:42 +01:00
|
|
|
|
.user_sidebar_entry .selectable_sidebar_block {
|
2013-09-06 07:39:40 +02:00
|
|
|
|
white-space: nowrap;
|
2013-12-05 22:19:42 +01:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2013-09-06 07:39:40 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user_sidebar_entry.user-with-count .selectable_sidebar_block {
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-16 19:53:21 +01:00
|
|
|
|
.user_sidebar_entry.user-with-count .count {
|
|
|
|
|
display: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.group-pms-sidebar-entry.group-with-count .selectable_sidebar_block {
|
|
|
|
|
width: 170px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-06 07:39:40 +02:00
|
|
|
|
.user_sidebar_entry .count,
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.group-pms-sidebar-entry .count,
|
2013-09-06 07:39:40 +02:00
|
|
|
|
#global_filters .count,
|
|
|
|
|
#stream_filters .count {
|
2013-08-29 00:02:09 +02:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 4px;
|
|
|
|
|
padding: 2px 3px 1px 3px;
|
|
|
|
|
background: #80837f;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
border-radius: 0px;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
color: #ffffff;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
font-size: 12px;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
font-weight: normal;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
letter-spacing: 0.6px;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.group-pms-sidebar-entry .count {
|
|
|
|
|
right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-06 07:39:40 +02:00
|
|
|
|
#stream_filters .count,
|
2013-09-06 06:47:05 +02:00
|
|
|
|
#global_filters .count {
|
2013-09-06 07:39:40 +02:00
|
|
|
|
margin-left: 0.5em;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user_sidebar_entry .count,
|
2013-10-18 00:56:49 +02:00
|
|
|
|
.group-pms-sidebar-entry .count,
|
2013-09-06 07:39:40 +02:00
|
|
|
|
#global_filters .count
|
|
|
|
|
{
|
2014-02-14 21:31:45 +01:00
|
|
|
|
line-height: 13px;
|
2013-09-06 06:47:05 +02:00
|
|
|
|
top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-29 00:02:09 +02:00
|
|
|
|
.subject_count {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 2px;
|
|
|
|
|
padding: 2px 3px 0px 3px;
|
|
|
|
|
background: #a6ada4;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
border-radius: 1px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
font-size: 12px;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
font-weight: normal;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
letter-spacing: 0.6px;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-23 21:14:45 +02:00
|
|
|
|
ul.filters i {
|
|
|
|
|
padding-right: 0.25em;
|
2013-08-16 21:08:43 +02:00
|
|
|
|
/* Make filter icons the same width so labels line up. */
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.actual-dropdown-menu i {
|
|
|
|
|
/* In gear menu, make icons the same width so labels line up. */
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 14px;
|
2013-02-12 20:41:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-14 21:02:10 +02:00
|
|
|
|
ul.filters .arrow {
|
2013-06-12 21:25:49 +02:00
|
|
|
|
position: absolute;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
right: 0px;
|
|
|
|
|
top: 2px;
|
|
|
|
|
font-size: 0.8em;
|
2013-05-14 21:02:10 +02:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.filters li:hover .arrow {
|
|
|
|
|
display: inline;
|
|
|
|
|
cursor: pointer;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
color: #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.filters li .arrow:hover {
|
|
|
|
|
display: inline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #000;
|
2013-05-14 21:02:10 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-24 00:58:44 +02:00
|
|
|
|
ul.filters .topic-sidebar-arrow {
|
|
|
|
|
font-size: 0.7em;
|
|
|
|
|
top: 1px;
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.filters li.expanded_subject:hover .topic-sidebar-arrow {
|
|
|
|
|
display: inline !important;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.filters li.expanded_subject .topic-sidebar-arrow:hover {
|
|
|
|
|
display: inline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-30 22:03:10 +02:00
|
|
|
|
ul.filters li.muted_topic,
|
2013-05-15 23:36:50 +02:00
|
|
|
|
ul.filters li.out_of_home_view {
|
|
|
|
|
opacity: 0.25;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-10 00:05:37 +02:00
|
|
|
|
.message_list {
|
2013-02-28 19:04:58 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_area_padder {
|
2013-08-22 23:29:54 +02:00
|
|
|
|
/* The height of the header and the tabbar plus a small gap */
|
|
|
|
|
margin-top: 68px;
|
2013-02-28 19:04:58 +01:00
|
|
|
|
/* This is needed for the floating recipient bar
|
|
|
|
|
in Firefox only, for some reason; otherwise it gets
|
|
|
|
|
a scrollbar */
|
|
|
|
|
overflow: visible;
|
2012-09-25 22:18:25 +02:00
|
|
|
|
}
|
2013-06-22 00:21:55 +02:00
|
|
|
|
|
2012-09-25 22:18:25 +02:00
|
|
|
|
|
2012-10-10 00:06:04 +02:00
|
|
|
|
.message_comp {
|
2013-06-14 22:02:45 +02:00
|
|
|
|
display: none;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
padding: 10px 10px 8px 5px;
|
2012-08-29 18:54:58 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-14 22:02:45 +02:00
|
|
|
|
#compose_buttons {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-10 21:14:01 +02:00
|
|
|
|
td.pointer {
|
|
|
|
|
vertical-align: top;
|
2012-09-10 21:16:17 +02:00
|
|
|
|
padding-top: 10px;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
background-color: #fff;
|
2012-10-02 20:47:01 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-31 19:07:59 +02:00
|
|
|
|
.new_messages {
|
|
|
|
|
background-color: lightblue;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.new_messages,
|
|
|
|
|
.new_messages_fadeout {
|
2013-05-16 23:40:07 +02:00
|
|
|
|
-webkit-transition: all 3s ease-in-out;
|
|
|
|
|
-moz-transition: all 3s ease-in-out;
|
|
|
|
|
-o-transition: all 3s ease-in-out;
|
|
|
|
|
transition: all 3s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
|
.include-sender .message_edit_notice {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
line-height: 14px;
|
2014-02-06 07:21:27 +01:00
|
|
|
|
margin-left: 0px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
position: static;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_edit_notice {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
color: #a1a1a1;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
line-height: 0px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
width: 45px;
|
|
|
|
|
position: relative;
|
|
|
|
|
right: 11px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.include-sender .message_edit_notice:before {
|
|
|
|
|
content: "(";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.include-sender .message_edit_notice:after {
|
|
|
|
|
content: ")";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.include-sender .message_time {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 2px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
text-align: left;
|
2014-02-06 07:21:27 +01:00
|
|
|
|
width: auto;
|
2014-02-07 00:50:23 +01:00
|
|
|
|
top: -1px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 00:03:39 +02:00
|
|
|
|
.message_time {
|
|
|
|
|
display: inline-block;
|
2013-11-21 12:11:50 +01:00
|
|
|
|
font-size: 11px;
|
|
|
|
|
color: #aaa;
|
|
|
|
|
vertical-align: middle;
|
2014-02-07 00:50:23 +01:00
|
|
|
|
padding: 1px;
|
2013-11-21 12:11:50 +01:00
|
|
|
|
font-weight: 300;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
position: absolute;
|
2014-02-07 00:50:23 +01:00
|
|
|
|
width: 50px;
|
|
|
|
|
left: -16px;
|
|
|
|
|
line-height: 12px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
text-align: right;
|
2014-02-07 00:50:23 +01:00
|
|
|
|
top: 5px;
|
|
|
|
|
-webkit-transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
|
|
|
|
-moz-transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
|
|
|
|
-o-transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
|
|
|
|
transition: background-color 2.7s ease-in, color 2.7s ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-31 23:52:18 +01:00
|
|
|
|
.message_time.status-time {
|
2014-02-07 00:50:23 +01:00
|
|
|
|
line-height: 14px;
|
|
|
|
|
top: 10px;
|
2014-01-31 23:52:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-21 17:47:44 +02:00
|
|
|
|
.message_controls {
|
2013-05-24 00:03:39 +02:00
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 2px;
|
2014-01-31 23:52:18 +01:00
|
|
|
|
right: -50px;
|
2013-11-21 12:11:50 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.include-sender .message_controls {
|
|
|
|
|
top: -2px;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
|
.message_data {
|
2012-09-10 20:31:53 +02:00
|
|
|
|
vertical-align: top;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
text-align: left;
|
2013-05-24 00:03:39 +02:00
|
|
|
|
padding: 0px;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
background-color: #fff;
|
2013-05-24 00:03:39 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
|
.message_header {
|
2012-09-27 21:34:15 +02:00
|
|
|
|
vertical-align: middle;
|
2012-10-17 22:03:00 +02:00
|
|
|
|
text-align: left;
|
2013-02-13 23:23:26 +01:00
|
|
|
|
/* We can overflow-y if the font size gets big */
|
2013-02-17 23:31:16 +01:00
|
|
|
|
overflow: hidden;
|
2012-10-02 20:47:01 +02:00
|
|
|
|
text-overflow: ellipsis;
|
2012-09-26 20:27:38 +02:00
|
|
|
|
white-space: nowrap;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
font-weight: 600;
|
|
|
|
|
line-height: 14px;
|
2014-02-21 19:40:13 +01:00
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 0;
|
2013-12-09 20:15:33 +01:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-20 20:22:29 +01:00
|
|
|
|
.message_list .recipient_row {
|
|
|
|
|
background: #f1f1f1;
|
2014-02-21 19:40:13 +01:00
|
|
|
|
border-bottom: 1px solid #e2e2e2;
|
2014-02-20 20:22:29 +01:00
|
|
|
|
margin-bottom: 10px;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-15 17:11:37 +01:00
|
|
|
|
.stream_label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 3px 4px 2px 4px;
|
|
|
|
|
font-weight: normal;
|
2014-01-17 16:11:18 +01:00
|
|
|
|
height: 17px;
|
|
|
|
|
line-height: 17px;
|
2014-01-15 17:11:37 +01:00
|
|
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
|
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
|
border-left-color: #e2e2e2;
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
|
.stream_label .invite-stream-icon {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_list .stream_label {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-15 17:11:37 +01:00
|
|
|
|
.stream_label:hover {
|
|
|
|
|
color: inherit !important;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stream_label:after {
|
|
|
|
|
left: 100%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
content: " ";
|
|
|
|
|
height: 0px;
|
|
|
|
|
width: 0px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
margin-top: -11px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 11px 0 11px 5px;
|
|
|
|
|
border-color: inherit;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
-moz-transform: scale(.9999);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stream_label:before {
|
|
|
|
|
left: 100%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
content: " ";
|
|
|
|
|
height: 0px;
|
|
|
|
|
width: 0px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
pointer-events: none;
|
2014-01-17 16:11:18 +01:00
|
|
|
|
margin-top: -14px;
|
2014-01-15 17:11:37 +01:00
|
|
|
|
border-style: solid;
|
2014-01-17 16:11:18 +01:00
|
|
|
|
border-width: 14px 0 14px 6px;
|
2014-01-15 17:11:37 +01:00
|
|
|
|
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
-moz-transform: scale(.9999);
|
2013-06-22 00:21:55 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
|
.stream_topic {
|
|
|
|
|
display: inline-block;
|
2014-02-06 18:13:50 +01:00
|
|
|
|
padding: 3px 6px 2px 12px;
|
2014-01-17 16:11:18 +01:00
|
|
|
|
margin-left: -5px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-07 23:50:49 +02:00
|
|
|
|
.summary_row .message_header{
|
2014-01-15 17:11:37 +01:00
|
|
|
|
padding: 5px 0px 4px 5px;
|
2013-08-07 23:50:49 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.summary_row .message_header {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bookend_tr + .summary_row .message_header {
|
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bookend_tr + .summary_row .summary_colorblock {
|
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.summary_row.last_message .message_header {
|
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
|
box-shadow: inset 0px 2px 1px -2px #333, inset -2px 0px 1px -2px #333, inset 0px -2px 1px -2px #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.summary_row.last_message .summary_colorblock {
|
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-22 00:21:55 +02:00
|
|
|
|
.message_header .icon-vector-narrow {
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 22:53:07 +02:00
|
|
|
|
.copy-paste-text {
|
|
|
|
|
/* Hide the text that we want copy paste to capture */
|
|
|
|
|
position: absolute;
|
|
|
|
|
text-indent: -99999px;
|
|
|
|
|
float: left;
|
|
|
|
|
width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-22 00:21:55 +02:00
|
|
|
|
.message_header_colorblock {
|
|
|
|
|
border-radius: 3px 0px 0px 0px;
|
|
|
|
|
/* box-shadow: 0px 2px 3px #ccc; */
|
2013-07-18 11:25:22 +02:00
|
|
|
|
box-shadow: inset 0px 2px 1px -2px #333, inset 2px 0px 1px -2px #333 !important;
|
2012-09-26 20:27:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-07 23:50:49 +02:00
|
|
|
|
.summary_row_private_message .summary_colorblock {
|
|
|
|
|
background: #000;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-11 20:42:25 +02:00
|
|
|
|
.messages-expand,
|
|
|
|
|
.messages-collapse {
|
2013-09-11 18:47:45 +02:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 21:43:40 +02:00
|
|
|
|
/*
|
|
|
|
|
We can't collapse the floating recipient bar yet, so this is
|
|
|
|
|
just a temporary hack.
|
|
|
|
|
*/
|
2013-09-11 20:42:25 +02:00
|
|
|
|
.floating_recipient .messages-collapse {
|
2013-08-23 21:43:40 +02:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-03 20:39:12 +01:00
|
|
|
|
.message_failed .rotating {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
-webkit-animation: rotate 1s infinite linear;
|
|
|
|
|
-moz-animation: rotate 1s infinite linear;
|
|
|
|
|
-ms-animation: rotate 1s infinite linear;
|
|
|
|
|
-o-animation: rotate 1s infinite linear;
|
|
|
|
|
animation: rotate 1s infinite linear;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotate {
|
|
|
|
|
from { -webkit-transform: rotate(0deg); }
|
|
|
|
|
to { -webkit-transform: rotate(359deg); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-moz-keyframes rotate {
|
|
|
|
|
from { -moz-transform: rotate(0deg); }
|
|
|
|
|
to { -moz-transform: rotate(359deg); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-ms-keyframes rotate {
|
|
|
|
|
from { -ms-transform: rotate(0deg); }
|
|
|
|
|
to { -ms-transform: rotate(359deg); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-moz-keyframes rotate {
|
|
|
|
|
from { -o-transform: rotate(0deg); }
|
|
|
|
|
to { -o-transform: rotate(359deg); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotate {
|
|
|
|
|
from { transform:rotate(0deg); }
|
|
|
|
|
to { transform:rotate(359deg); }
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-02 21:47:00 +02:00
|
|
|
|
.compose_table .message_header_colorblock, .compose_table .message_header {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header_colorblock {
|
|
|
|
|
border-radius: 3px 0px 0px 3px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header_colorblock.message_header_private_message {
|
|
|
|
|
border-radius: 3px 0px 0px 3px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header_colorblock.message_header_private_message {
|
|
|
|
|
background: #444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .right_part {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .right_part .icon-vector-narrow {
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .compose_checkbox_label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .pm_recipient {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-right: 30px;
|
2013-09-04 22:08:04 +02:00
|
|
|
|
height: 25px;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-04 22:08:04 +02:00
|
|
|
|
.compose_table #private-message .you_text {
|
2013-09-02 21:47:00 +02:00
|
|
|
|
position: absolute;
|
2013-09-04 22:08:04 +02:00
|
|
|
|
height: 25px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
width: 4em;
|
|
|
|
|
background: #444444;
|
|
|
|
|
color: #ffffff;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .pm_recipient #private_message_recipient {
|
2013-09-04 22:08:04 +02:00
|
|
|
|
margin-left: 4em;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
border-left: none;
|
|
|
|
|
border-radius: 0px 3px 3px 0px;
|
2013-09-04 22:08:04 +02:00
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
height: 23px;
|
|
|
|
|
line-height: 23px;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table #private-message .right_part {
|
|
|
|
|
padding-right: 4em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-03 17:55:57 +02:00
|
|
|
|
.compose_table #compose-lock-icon {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table #compose-lock-icon i {
|
|
|
|
|
position: absolute;
|
2013-09-04 01:14:29 +02:00
|
|
|
|
left: 5px;
|
2013-09-03 17:55:57 +02:00
|
|
|
|
top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-02 21:47:00 +02:00
|
|
|
|
.messagebox-bottom {
|
|
|
|
|
height: 3px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 0px 0px 3px 0px;
|
|
|
|
|
/* box-shadow: 0px 2px 2px -1px #ccc; */
|
|
|
|
|
border: 1px solid #c1dbd5;
|
|
|
|
|
border-top: none;
|
|
|
|
|
border-left: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.messagebox-bottom-colorblock {
|
|
|
|
|
border-radius: 0px 0px 0px 3px;
|
|
|
|
|
/* box-shadow: 0px 2px 2px -1px #ccc; */
|
|
|
|
|
border: 1px solid #c1dbd5;
|
|
|
|
|
border-top: none;
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-20 20:22:29 +01:00
|
|
|
|
.floating_recipient .message_header_private_message {
|
|
|
|
|
border: 1px solid #e2e2e2;
|
|
|
|
|
border-bottom: 0px;
|
2014-02-24 19:30:22 +01:00
|
|
|
|
border-left: 0px;
|
2014-02-20 20:22:29 +01:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
|
.message_header_private_message .message_label_clickable {
|
2013-06-27 08:49:38 +02:00
|
|
|
|
background-color: #444444;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 3px 4px 2px 4px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
line-height: 17px;
|
2013-06-27 08:49:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header {
|
|
|
|
|
background: none;
|
|
|
|
|
background-color: #ececec;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 0px;
|
2013-07-18 21:30:37 +02:00
|
|
|
|
box-shadow: none !important;
|
2012-10-17 22:03:00 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 20:52:19 +02:00
|
|
|
|
/* Base color backgrounds for messageboxes,
|
|
|
|
|
private messages, mentions, and unread messages */
|
2013-07-18 21:30:37 +02:00
|
|
|
|
|
|
|
|
|
.compose_table .messagebox {
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-17 20:52:19 +02:00
|
|
|
|
.messagebox {
|
|
|
|
|
background-color: #ffffff;
|
2013-12-09 20:15:33 +01:00
|
|
|
|
position: relative;
|
2013-07-17 20:52:19 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
|
.private-message .messagebox,
|
|
|
|
|
.message_header_private_message .message-header-contents {
|
2013-07-17 20:52:19 +02:00
|
|
|
|
background-color: #feffe0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-24 19:30:22 +01:00
|
|
|
|
.message_header_private_message .message-header-contents {
|
|
|
|
|
border-right: 1px solid #e2e2e2;
|
|
|
|
|
border-top: 1px solid #e2e2e2;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-13 21:04:26 +01:00
|
|
|
|
.mention .messagebox-content {
|
2013-07-08 23:25:07 +02:00
|
|
|
|
background-color: #ffe4e0;
|
2013-06-27 08:49:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-18 22:16:01 +02:00
|
|
|
|
.messagebox .message_top_line {
|
2013-07-08 23:25:07 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-21 19:40:13 +01:00
|
|
|
|
.recipient_row .message_row:first-child .unread_marker {
|
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-06 18:01:21 +01:00
|
|
|
|
.unread_marker {
|
2013-07-18 22:16:01 +02:00
|
|
|
|
display: block;
|
2013-07-08 23:25:07 +02:00
|
|
|
|
position: absolute;
|
2014-02-24 19:30:22 +01:00
|
|
|
|
left: 2px;
|
|
|
|
|
top: 0px;
|
2014-02-21 19:40:13 +01:00
|
|
|
|
padding-bottom: 2px;
|
2014-02-24 19:30:22 +01:00
|
|
|
|
opacity: 0;
|
2014-02-18 17:05:27 +01:00
|
|
|
|
z-index: 1;
|
|
|
|
|
height: 100%;
|
2014-02-21 19:40:13 +01:00
|
|
|
|
-webkit-transition: all 0.3s ease-out;
|
|
|
|
|
-moz-transition: all 0.3s ease-out;
|
|
|
|
|
-o-transition: all 0.3s ease-out;
|
|
|
|
|
transition: all 0.3s ease-out;
|
2014-02-18 17:05:27 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unread-marker-fill {
|
|
|
|
|
background: #2b8213;
|
2014-02-24 19:30:22 +01:00
|
|
|
|
width: 3px;
|
2014-02-18 17:05:27 +01:00
|
|
|
|
height: 100%;
|
2014-02-21 19:40:13 +01:00
|
|
|
|
box-shadow: inset 0px -1px 0px 0px #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.last_message .unread-marker-fill {
|
|
|
|
|
box-shadow: none;
|
2014-02-18 17:05:27 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unread .unread_marker {
|
2014-02-21 19:40:13 +01:00
|
|
|
|
-webkit-transition: all 0.3s ease-out;
|
|
|
|
|
-moz-transition: all 0.3s ease-out;
|
|
|
|
|
-o-transition: all 0.3s ease-out;
|
|
|
|
|
transition: all 0.3s ease-out;
|
2014-02-18 17:05:27 +01:00
|
|
|
|
opacity: 1;
|
2013-07-26 17:19:13 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-10 17:21:00 +01:00
|
|
|
|
.unread_marker.slow_fade {
|
2014-02-26 20:55:47 +01:00
|
|
|
|
-webkit-transition: all 2s ease-out;
|
|
|
|
|
-moz-transition: all 2s ease-out;
|
|
|
|
|
-o-transition: all 2s ease-out;
|
|
|
|
|
transition: all 2s ease-out;
|
2013-07-26 17:19:13 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-10 17:21:00 +01:00
|
|
|
|
.unread_marker.fast_fade {
|
2014-02-21 19:40:13 +01:00
|
|
|
|
-webkit-transition: all 0.3s ease-out;
|
|
|
|
|
-moz-transition: all 0.3s ease-out;
|
|
|
|
|
-o-transition: all 0.3s ease-out;
|
|
|
|
|
transition: all 0.3s ease-out;
|
2013-07-01 23:28:27 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
.selected_message .messagebox {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
2013-07-22 20:08:53 +02:00
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
|
.selected_message .messagebox-content {
|
2014-02-24 19:30:22 +01:00
|
|
|
|
box-shadow: 0px 0px 0px 1px #4577bc,
|
|
|
|
|
inset 1px 0px 0px 1px #4577bc,
|
|
|
|
|
0px -1px 0px 1px #4577bc,
|
|
|
|
|
0px 1px 0px 1px #4577bc,
|
|
|
|
|
inset -1px 0px 0px 1px #4577bc;
|
|
|
|
|
}
|
2013-07-22 20:08:53 +02:00
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
|
.message_sender {
|
2013-05-21 17:47:44 +02:00
|
|
|
|
height: 0px;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
vertical-align: top;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
position: relative;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
|
.sender_name {
|
2013-02-22 04:39:54 +01:00
|
|
|
|
color: #333;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
display: inline-block;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
font-weight: 900;
|
2013-06-28 01:35:19 +02:00
|
|
|
|
vertical-align: top;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
line-height: 12px;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
font-size: 14px;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-12 19:36:41 +01:00
|
|
|
|
.sender-status {
|
2014-01-31 23:52:18 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-bottom: 22px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
position: relative;
|
2013-11-08 02:00:12 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-12 17:21:58 +01:00
|
|
|
|
.sender-status .sender_name {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
position: static;
|
2014-01-31 23:52:18 +01:00
|
|
|
|
vertical-align: top;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
font-size: 13px;
|
2013-11-12 17:21:58 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-11 23:06:58 +02:00
|
|
|
|
.sender_name_hovered .sender_name {
|
2013-05-10 22:48:02 +02:00
|
|
|
|
color: #0088CC;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-11 23:06:58 +02:00
|
|
|
|
.sender_name_hovered .inline_profile_picture {
|
2013-05-21 17:47:44 +02:00
|
|
|
|
border-color: #0088CC;
|
2013-02-11 19:21:58 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-11 23:06:58 +02:00
|
|
|
|
.actions_hover:hover {
|
|
|
|
|
color: #0088CC;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-19 17:03:08 +01:00
|
|
|
|
.message_failed,
|
|
|
|
|
.message_local {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_failed {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: red;
|
|
|
|
|
padding: 0px 1px 0px 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_failed i {
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-03 23:05:46 +02:00
|
|
|
|
a.message_label_clickable:hover {
|
2012-09-11 17:32:04 +02:00
|
|
|
|
cursor: pointer;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
color: #08C;
|
2012-09-11 17:32:04 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 00:20:14 +01:00
|
|
|
|
.on_hover_topic_edit {
|
|
|
|
|
opacity: .1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.always_visible_topic_edit {
|
2013-05-21 00:00:28 +02:00
|
|
|
|
opacity: .7;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 00:20:14 +01:00
|
|
|
|
.on_hover_topic_edit:hover,.always_visible_topic_edit:hover {
|
2013-05-21 00:00:28 +02:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 1.0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-15 23:43:16 +02:00
|
|
|
|
.edit_content {
|
2013-11-21 12:11:50 +01:00
|
|
|
|
opacity: .4;
|
2013-08-27 23:54:13 +02:00
|
|
|
|
width: 0px;
|
|
|
|
|
height: 0px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit_content i {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: block;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
top: -0.9em;
|
|
|
|
|
left: 0.4em;
|
|
|
|
|
border-radius: 1px;
|
|
|
|
|
padding: 1px 2px;
|
2013-11-21 12:11:50 +01:00
|
|
|
|
border: 1px dotted #ccc;
|
2013-08-15 23:43:16 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit_content:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 1.0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-16 09:43:27 +01:00
|
|
|
|
/* Brighten text because of the dark background */
|
2013-10-03 23:05:46 +02:00
|
|
|
|
.dark_background a,
|
2014-02-21 19:40:13 +01:00
|
|
|
|
.dark_background a:hover,
|
|
|
|
|
a.dark_background:hover,
|
2013-02-16 09:43:27 +01:00
|
|
|
|
.dark_background {
|
2014-02-07 20:55:35 +01:00
|
|
|
|
color: #ffffff !important;
|
2013-02-16 09:43:27 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-03 23:05:46 +02:00
|
|
|
|
.dark_background a.message_label_clickable:hover {
|
2012-10-23 00:29:40 +02:00
|
|
|
|
color: #3BF;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-09 08:11:08 +01:00
|
|
|
|
.message_top_line {
|
2013-05-24 00:03:39 +02:00
|
|
|
|
position: relative;
|
2013-02-09 08:11:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
.include-sender .message_top_line {
|
2014-01-31 21:36:31 +01:00
|
|
|
|
margin-top: 6px;
|
2013-12-09 20:15:33 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-21 17:47:44 +02:00
|
|
|
|
.message-right {
|
2013-02-09 08:11:08 +01:00
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-04 17:25:05 +02:00
|
|
|
|
.small {
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-15 23:50:53 +02:00
|
|
|
|
.tiny {
|
|
|
|
|
font-size: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.actions_hovered .message_time,
|
|
|
|
|
.actions_hovered .info {
|
2013-05-21 17:47:44 +02:00
|
|
|
|
color: #0088CC;
|
|
|
|
|
cursor: pointer;
|
2013-02-11 19:21:58 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-21 12:11:50 +01:00
|
|
|
|
.message_hovered .info,
|
|
|
|
|
.message_hovered .empty-star {
|
2013-05-21 17:47:44 +02:00
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-09 08:11:08 +01:00
|
|
|
|
.actions_hovered .actions_link {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
div.message_table {
|
2013-06-22 00:21:55 +02:00
|
|
|
|
border-collapse: separate;
|
2012-09-11 19:42:06 +02:00
|
|
|
|
margin-left: auto;
|
2012-09-13 22:00:11 +02:00
|
|
|
|
display: none;
|
2012-10-02 20:47:01 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-06 18:01:21 +01:00
|
|
|
|
.message_row {
|
|
|
|
|
position: relative;
|
2014-02-21 19:40:13 +01:00
|
|
|
|
border-left: 1px solid #e2e2e2;
|
|
|
|
|
border-right: 1px solid #e2e2e2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_row.selected_message {
|
|
|
|
|
z-index: 2;
|
2014-01-06 18:01:21 +01:00
|
|
|
|
}
|
|
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
|
table.compose_table {
|
2012-10-02 20:47:01 +02:00
|
|
|
|
table-layout: fixed;
|
2012-10-11 20:58:44 +02:00
|
|
|
|
margin-left: auto;
|
|
|
|
|
width: 100%;
|
2012-09-13 22:00:11 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
div.focused_table {
|
2014-01-06 16:24:26 +01:00
|
|
|
|
display: block;
|
2012-09-11 17:56:34 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-28 01:35:19 +02:00
|
|
|
|
.include-sender .message_content {
|
2014-01-31 21:36:31 +01:00
|
|
|
|
margin-top: -16px;
|
2013-06-28 01:35:19 +02:00
|
|
|
|
}
|
|
|
|
|
|
2012-10-10 00:02:28 +02:00
|
|
|
|
.message_content {
|
2014-01-31 21:36:31 +01:00
|
|
|
|
line-height: 17px;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
font-size: 14px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
padding-left: 46px;
|
2013-12-09 20:15:33 +01:00
|
|
|
|
display: block;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
position: relative;
|
2012-09-10 20:31:53 +02:00
|
|
|
|
}
|
2013-07-16 23:40:01 +02:00
|
|
|
|
.message_edit_content {
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
2014-01-17 16:11:18 +01:00
|
|
|
|
|
|
|
|
|
.topic_edit {
|
|
|
|
|
display: none;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#message_edit_topic {
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
line-height: 0px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
border: 1px solid #afbfca;
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
padding-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#message_edit_topic:focus {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
outline: none;
|
|
|
|
|
border-color: #727d84;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-03 22:07:59 +02:00
|
|
|
|
.message_edit_topic_propagate{
|
|
|
|
|
display: inline-block;
|
2013-09-13 18:12:29 +02:00
|
|
|
|
width: 400px;
|
2013-09-03 22:07:59 +02:00
|
|
|
|
}
|
2012-09-11 19:06:07 +02:00
|
|
|
|
|
2013-05-01 23:21:45 +02:00
|
|
|
|
.message_content.condensed {
|
|
|
|
|
max-height: 8.5em;
|
|
|
|
|
overflow: hidden;
|
2013-03-13 22:47:38 +01:00
|
|
|
|
}
|
2013-05-08 23:17:49 +02:00
|
|
|
|
.message_content.collapsed {
|
|
|
|
|
max-height: 0em;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2013-03-13 22:47:38 +01:00
|
|
|
|
|
|
|
|
|
.message_length_controller {
|
|
|
|
|
display: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #0088CC;
|
2013-03-20 23:08:39 +01:00
|
|
|
|
|
|
|
|
|
/* to match .message_content */
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 35px;
|
2013-03-13 22:47:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_length_controller:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-10 22:05:12 +02:00
|
|
|
|
div.message_content table {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
margin: 5px 5px 5px 5px;
|
|
|
|
|
width: 99%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.message_content thead {
|
|
|
|
|
background-color: #EFEFEF;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
div.message_content div {
|
2013-10-10 22:05:12 +02:00
|
|
|
|
display: table-row;
|
|
|
|
|
vertical-align: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
div.message_content div {
|
2013-10-10 22:05:12 +02:00
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
div.message_content div {
|
2013-10-10 22:05:12 +02:00
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-17 21:57:58 +02:00
|
|
|
|
blockquote {
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-17 23:28:56 +02:00
|
|
|
|
blockquote p {
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
|
.messagebox {
|
2012-10-05 21:57:22 +02:00
|
|
|
|
word-wrap: break-word;
|
2012-11-06 19:46:28 +01:00
|
|
|
|
cursor: pointer;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
vertical-align: top;
|
2013-07-18 11:25:22 +02:00
|
|
|
|
border: none;
|
2013-06-22 00:21:55 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
.messagebox-content {
|
2014-02-21 19:40:13 +01:00
|
|
|
|
padding: 4px 55px 1px 10px;
|
2014-02-20 20:22:29 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.last_message .messagebox-content {
|
|
|
|
|
padding-bottom: 1px;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.messagebox p {
|
2013-06-28 01:35:19 +02:00
|
|
|
|
margin: 3px 0px 3px 0px;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.messagebox blockquote {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
margin-left: 10px;
|
2013-08-01 01:18:32 +02:00
|
|
|
|
border-left-color: #ddd;
|
2012-09-18 23:19:29 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-10 23:57:12 +01:00
|
|
|
|
#send_message_form {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-12-07 21:57:35 +01:00
|
|
|
|
#send_message_form .messagebox {
|
2013-01-11 23:18:27 +01:00
|
|
|
|
/* normally 5px 14px; pull in the right and bottom a bit */
|
2012-12-07 21:57:35 +01:00
|
|
|
|
cursor: default;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
padding: 0px;
|
|
|
|
|
background: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border: none;
|
2012-12-07 21:57:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 20:46:57 +02:00
|
|
|
|
#enter-sends-label {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-10 23:57:12 +01:00
|
|
|
|
#send_message_form .message_content {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 20:01:55 +02:00
|
|
|
|
#compose-send-button {
|
|
|
|
|
height: 31px; /* Same as height of compose textarea. */
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-05 16:44:29 +02:00
|
|
|
|
#below-compose-content {
|
2013-09-02 21:47:00 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 6px;
|
2013-01-11 23:18:27 +01:00
|
|
|
|
}
|
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
|
.bookend {
|
2012-09-26 20:27:38 +02:00
|
|
|
|
padding-top: 10px;
|
2013-06-22 00:21:55 +02:00
|
|
|
|
background-color: transparent;
|
2012-08-29 18:29:01 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
|
.prev_is_same_sender.messagebox {
|
2012-09-13 22:00:11 +02:00
|
|
|
|
padding-top: 0px;
|
|
|
|
|
}
|
2012-09-24 22:28:02 +02:00
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
|
.prev_is_same_sender.message_data {
|
2013-05-21 17:47:44 +02:00
|
|
|
|
padding-top: 0px;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
|
.next_is_same_sender {
|
2012-09-19 19:15:12 +02:00
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
2012-09-13 22:00:11 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
|
.profile_picture {
|
2012-09-26 22:34:24 +02:00
|
|
|
|
display: block;
|
2012-09-26 20:27:38 +02:00
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 5px;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
max-height: 15px;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
2012-11-06 19:46:28 +01:00
|
|
|
|
cursor: pointer;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
border-radius: 30px;
|
|
|
|
|
-moz-box-shadow: 1px 1px 1px #777 inset;
|
|
|
|
|
-webkit-box-shadow: 1px 1px 1px #777 inset;
|
|
|
|
|
box-shadow: 1px 1px 1px #777 inset;
|
2013-05-22 21:23:42 +02:00
|
|
|
|
background-size: 15px 15px;
|
2012-08-29 18:29:01 +02:00
|
|
|
|
}
|
2013-05-10 22:48:02 +02:00
|
|
|
|
|
|
|
|
|
.inline_profile_picture {
|
|
|
|
|
display: inline-block;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
margin-right: 11px;
|
|
|
|
|
background-size: 35px 35px;
|
2013-06-28 01:35:19 +02:00
|
|
|
|
vertical-align: top;
|
2013-01-07 23:41:36 +01:00
|
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
|
#compose {
|
2012-09-10 20:31:53 +02:00
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0px;
|
2013-08-21 19:53:34 +02:00
|
|
|
|
left: 0px;
|
2013-12-09 20:15:33 +01:00
|
|
|
|
z-index: 2;
|
2013-08-21 19:53:34 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#compose-container {
|
|
|
|
|
width: 100%;
|
2014-01-31 21:58:19 +01:00
|
|
|
|
max-width: 1400px;
|
2013-08-21 19:53:34 +02:00
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose-content {
|
2014-01-31 21:58:19 +01:00
|
|
|
|
border-top: 1px solid #dadada;
|
|
|
|
|
border-left: 1px solid #dadada;
|
|
|
|
|
border-right: 1px solid #dadada;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
padding: 8px 15px 8px 10px;
|
2014-01-31 21:58:19 +01:00
|
|
|
|
margin-left: 250px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
margin-right: 250px;
|
2013-08-21 19:53:34 +02:00
|
|
|
|
position: relative;
|
2012-09-10 20:31:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-12 23:57:43 +02:00
|
|
|
|
#compose_close {
|
|
|
|
|
display: none;
|
2013-06-14 23:03:41 +02:00
|
|
|
|
position: absolute;
|
2013-11-19 21:21:15 +01:00
|
|
|
|
right: -4px;
|
|
|
|
|
top: 5px;
|
2013-06-12 23:57:43 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-16 21:13:11 +02:00
|
|
|
|
#compose_invite_users {
|
|
|
|
|
/* Don't overlap into the compose_close × */
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_invite_user {
|
|
|
|
|
padding: 4px 0px 4px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_invite_close {
|
|
|
|
|
display: inline;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_invite_user_controls {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_invite_link {
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_invite_user_error {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
|
|
padding: 3px 8px 3px 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-30 18:24:16 +02:00
|
|
|
|
/* Like .nav-tabs > li > a */
|
|
|
|
|
#send-status {
|
2012-10-11 20:58:44 +02:00
|
|
|
|
width: 90%;
|
2012-08-30 18:24:16 +02:00
|
|
|
|
padding: 8px 14px 8px 14px;
|
|
|
|
|
line-height: 20px;
|
2013-05-07 21:22:25 +02:00
|
|
|
|
display: none;
|
2012-08-30 18:24:16 +02:00
|
|
|
|
}
|
2012-08-30 21:35:56 +02:00
|
|
|
|
|
|
|
|
|
/* Like .alert .close */
|
|
|
|
|
.send-status-close {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: black;
|
|
|
|
|
text-shadow: 0 1px 0 white;
|
|
|
|
|
opacity: .2;
|
|
|
|
|
filter: alpha(opacity=20);
|
2013-02-20 22:30:56 +01:00
|
|
|
|
float: right;
|
2012-08-30 21:35:56 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.send-status-close:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: .4;
|
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
|
}
|
2012-08-31 21:33:04 +02:00
|
|
|
|
|
2013-11-13 19:40:02 +01:00
|
|
|
|
#out-of-view-notification {
|
2013-11-19 21:21:15 +01:00
|
|
|
|
background: #9bff8b;
|
|
|
|
|
background: rgba(163,211,147,0.95);
|
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
|
border-right: 1px solid #ffffff;
|
|
|
|
|
border-left: 1px solid #ffffff;
|
|
|
|
|
border-radius: 0px 0px 2px 2px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -8px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-right: 5px;
|
2013-11-13 19:40:02 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-19 21:21:15 +01:00
|
|
|
|
.compose-notifications-content {
|
|
|
|
|
padding: 4px 10px 4px 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.composition-area {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#out-of-view-notification .close {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 5px;
|
|
|
|
|
top: 5px;
|
2013-11-13 19:40:02 +01:00
|
|
|
|
font-size: 17px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: black;
|
|
|
|
|
text-shadow: 0 1px 0 white;
|
|
|
|
|
opacity: .2;
|
|
|
|
|
filter: alpha(opacity=20);
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
|
.home-error-bar {
|
2012-08-31 21:33:04 +02:00
|
|
|
|
margin-top: 5px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-11 16:41:02 +02:00
|
|
|
|
#connection-error {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-10 23:34:52 +02:00
|
|
|
|
.streamname {
|
2012-09-05 23:38:20 +02:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
|
.home-error-bar .alert {
|
2012-08-31 21:33:04 +02:00
|
|
|
|
margin-bottom: auto;
|
|
|
|
|
}
|
2012-09-10 20:31:53 +02:00
|
|
|
|
|
2012-10-10 00:07:41 +02:00
|
|
|
|
textarea.new_message_textarea {
|
2013-01-10 23:57:12 +01:00
|
|
|
|
display: table-cell;
|
|
|
|
|
width: 99%;
|
2013-05-10 20:01:55 +02:00
|
|
|
|
height: 1.5em;
|
2013-09-05 19:34:48 +02:00
|
|
|
|
max-height: 22em;
|
2013-01-11 23:18:27 +01:00
|
|
|
|
margin-bottom: 0px;
|
2012-10-24 04:19:41 +02:00
|
|
|
|
resize: none;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
margin-top: 6px;
|
2012-09-10 20:31:53 +02:00
|
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
|
2012-10-09 23:59:41 +02:00
|
|
|
|
input.recipient_box {
|
2013-09-02 21:47:00 +02:00
|
|
|
|
margin: 0px;
|
2013-09-04 05:35:22 +02:00
|
|
|
|
height: 1.1em;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
border-radius: 3px;
|
2012-09-10 20:31:53 +02:00
|
|
|
|
}
|
2012-09-11 18:12:02 +02:00
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
|
#stream.recipient_box {
|
|
|
|
|
width: 20%;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
border-radius: 0px 3px 3px 0px;
|
|
|
|
|
border-left: 0px;
|
2013-09-04 01:14:29 +02:00
|
|
|
|
min-width: 120px;
|
2012-10-17 22:03:00 +02:00
|
|
|
|
}
|
2013-09-04 01:14:29 +02:00
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
|
#subject.recipient_box {
|
2013-09-04 01:14:29 +02:00
|
|
|
|
width: 25%;
|
|
|
|
|
min-width: 140px;
|
2012-10-17 22:03:00 +02:00
|
|
|
|
}
|
2013-09-04 01:14:29 +02:00
|
|
|
|
|
|
|
|
|
#stream.recipient_box.lock-padding {
|
|
|
|
|
padding-left: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-08 00:38:21 +01:00
|
|
|
|
#private_message_recipient.recipient_box {
|
2013-09-02 21:47:00 +02:00
|
|
|
|
width: 100%;
|
2012-10-17 22:03:00 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 20:01:55 +02:00
|
|
|
|
#left-of-compose {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-29 16:44:16 +01:00
|
|
|
|
#send_controls {
|
2013-09-02 21:47:00 +02:00
|
|
|
|
float: right;
|
|
|
|
|
position: relative;
|
|
|
|
|
right: -7px;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
height: 2.2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls .compose_checkbox_label {
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls .compose_checkbox_label input {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls #compose-send-button {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
height: 2.2em;
|
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(14,70,67,1) 0%, rgba(14,83,68,1) 100%); /* FF3.6+ */
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,70,67,1)), color-stop(100%,rgba(14,83,68,1))); /* Chrome,Safari4+ */
|
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(14,70,67,1) 0%,rgba(14,83,68,1) 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
|
background-image: -o-linear-gradient(top, rgba(14,70,67,1) 0%,rgba(14,83,68,1) 100%); /* Opera 11.10+ */
|
|
|
|
|
background-image: -ms-linear-gradient(top, rgba(14,70,67,1) 0%,rgba(14,83,68,1) 100%); /* IE10+ */
|
|
|
|
|
background-image: linear-gradient(to bottom, rgba(14,70,67,1) 0%,rgba(14,83,68,1) 100%); /* W3C */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls #compose-send-button:hover {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
height: 2.2em;
|
|
|
|
|
background: #fff;
|
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(14,70,67,0.6) 0%, rgba(14,83,68,0.6) 100%); /* FF3.6+ */
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,70,67,0.6)), color-stop(100%,rgba(14,83,68,1))); /* Chrome,Safari4+ */
|
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(14,70,67,0.6) 0%,rgba(14,83,68,0.6) 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
|
background-image: -o-linear-gradient(top, rgba(14,70,67,0.6) 0%,rgba(14,83,68,0.6) 100%); /* Opera 11.10+ */
|
|
|
|
|
background-image: -ms-linear-gradient(top, rgba(14,70,67,0.6) 0%,rgba(14,83,68,0.6) 100%); /* IE10+ */
|
|
|
|
|
background-image: linear-gradient(to bottom, rgba(14,70,67,0.6) 0%,rgba(14,83,68,0.6) 100%); /* W3C */
|
2012-09-11 20:25:29 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-02 21:47:00 +02:00
|
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
|
#navbar-spacer {
|
|
|
|
|
/* A spacer that is exactly a navbar size, so that all content
|
|
|
|
|
gets pushed unerneath it */
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.brand.skinny-user-gravatar {
|
2013-03-06 20:46:33 +01:00
|
|
|
|
display: table-cell;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
padding-top: 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
|
padding-bottom: 0px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
margin-bottom: 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-26 16:57:58 +02:00
|
|
|
|
#searchbox {
|
2013-06-19 23:40:31 +02:00
|
|
|
|
width: 100%;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
height: 40px;
|
2012-10-26 19:55:39 +02:00
|
|
|
|
}
|
2012-11-02 22:19:12 +01:00
|
|
|
|
|
2013-05-09 21:12:53 +02:00
|
|
|
|
#tab_bar {
|
|
|
|
|
z-index: 2;
|
2013-07-04 23:01:38 +02:00
|
|
|
|
padding-top: 0px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
float:left;
|
|
|
|
|
letter-spacing: normal;
|
|
|
|
|
height: 40px;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list {
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0px 0px 0px 0px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
font-size: 16px;
|
2013-07-04 23:01:38 +02:00
|
|
|
|
border: none;
|
|
|
|
|
white-space: nowrap;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li {
|
2013-07-04 23:01:38 +02:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
font-weight: 300;
|
2013-07-04 23:01:38 +02:00
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
text-overflow: ellipsis;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
height: 40px;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-08 16:12:22 +01:00
|
|
|
|
#tab_list li.inactive {
|
|
|
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
|
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
|
border-left-color: #e2e2e2;
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.private_message a {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.inactive:after {
|
|
|
|
|
left: 100%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
content: " ";
|
|
|
|
|
height: 0px;
|
|
|
|
|
width: 0px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
pointer-events: none;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
margin-top: -25px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 25px 0 25px 12px;
|
|
|
|
|
border-color: inherit;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
-moz-transform: scale(.9999);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.inactive:before {
|
|
|
|
|
left: 100%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
content: " ";
|
|
|
|
|
height: 0px;
|
|
|
|
|
width: 0px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
pointer-events: none;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
margin-top: -28px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 28px 0 28px 14px;
|
|
|
|
|
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
-moz-transform: scale(.9999);
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
2013-07-04 23:01:38 +02:00
|
|
|
|
border-color: inherit;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: inline-block;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
padding: 0px 8px;
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.active {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
padding-left: 17px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.active.root {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.private_message {
|
|
|
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
|
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
|
|
|
background-color: #111111;
|
|
|
|
|
border-left-color: #111111;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
border-width: 0px;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list .root {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
border-color: #e2e2e2;
|
|
|
|
|
background-color: #e2e2e2;
|
2013-07-04 23:01:38 +02:00
|
|
|
|
margin: 0px;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-08 16:12:22 +01:00
|
|
|
|
#tab_list li.stream a,
|
|
|
|
|
#tab_list li.private_message a {
|
|
|
|
|
padding-left: 17px;
|
|
|
|
|
padding-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tab_list li.root a {
|
|
|
|
|
color: #858585;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#tab_list .root a:hover {
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-09 21:12:53 +02:00
|
|
|
|
#tab_bar_underpadding {
|
2014-01-09 16:58:51 +01:00
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 40px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
z-index:99;
|
2013-05-09 21:12:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-19 23:40:31 +02:00
|
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
|
#navbar-buttons {
|
|
|
|
|
white-space: nowrap;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin-left: 15px;
|
|
|
|
|
margin-top: 7px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
float: right;
|
2013-01-16 21:42:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav {
|
2013-02-01 01:07:13 +01:00
|
|
|
|
margin: 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 21:33:43 +02:00
|
|
|
|
#streamlist-toggle {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
border-right: 2px solid #afbfca;
|
2013-08-23 21:33:43 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#streamlist-toggle-button {
|
|
|
|
|
text-decoration: none;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
color: #858585;
|
2013-08-23 21:33:43 +02:00
|
|
|
|
display: block;
|
2013-09-03 17:40:34 +02:00
|
|
|
|
position: relative;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
background-color: #e4e4e4;
|
2013-08-23 21:33:43 +02:00
|
|
|
|
width: 40px;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
height: 19px;
|
2013-08-23 21:33:43 +02:00
|
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-bottom: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-03 17:40:34 +02:00
|
|
|
|
#streamlist-toggle-unreadcount, #userlist-toggle-unreadcount {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
height: 12px;
|
|
|
|
|
min-width: 12px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
background: #670000;
|
|
|
|
|
top: 4px;
|
|
|
|
|
right: 4px;
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 1px 1px 1px 1px;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
z-index: 15;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-22 20:17:07 +02:00
|
|
|
|
#userlist-toggle {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
border-left: 2px solid #afbfca;
|
2013-08-22 20:17:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#userlist-toggle-button {
|
|
|
|
|
text-decoration: none;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
background-color: #e4e4e4;
|
|
|
|
|
color: #858585;
|
2013-08-22 20:17:07 +02:00
|
|
|
|
display: block;
|
|
|
|
|
width: 40px;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
height: 19px;
|
2013-08-22 20:17:07 +02:00
|
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-bottom: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-16 19:10:32 +02:00
|
|
|
|
.nav .dropdown-menu {
|
2014-01-09 16:58:51 +01:00
|
|
|
|
left: auto;
|
|
|
|
|
right: 0px;
|
2013-10-09 00:37:07 +02:00
|
|
|
|
top: 30px;
|
2013-08-15 23:03:28 +02:00
|
|
|
|
min-width: 180px;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-16 19:10:32 +02:00
|
|
|
|
.nav .dropdown-menu:after {
|
2013-08-15 23:03:28 +02:00
|
|
|
|
position: absolute;
|
|
|
|
|
width: 0px;
|
|
|
|
|
height: 0px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
top: -7px;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
right: 10px;
|
2013-08-15 23:03:28 +02:00
|
|
|
|
display: inline-block;
|
2013-08-16 19:10:32 +02:00
|
|
|
|
border-right: 7px solid transparent;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
border-bottom: 7px solid #aaa;
|
2013-08-16 19:10:32 +02:00
|
|
|
|
border-left: 7px solid transparent;
|
2013-08-15 23:03:28 +02:00
|
|
|
|
content: '';
|
2013-08-16 19:10:32 +02:00
|
|
|
|
z-index: 10;
|
2013-08-15 23:03:28 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-07-26 23:46:12 +02:00
|
|
|
|
#navbar-buttons ul.nav .dropdown-toggle,
|
|
|
|
|
#navbar-buttons ul.nav li.active .dropdown-toggle {
|
2013-10-09 00:37:07 +02:00
|
|
|
|
font-size: 20px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
color: #858585;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
text-shadow: none;
|
|
|
|
|
padding-left: 0px !important;
|
2013-07-26 23:46:12 +02:00
|
|
|
|
background-color: inherit;
|
|
|
|
|
box-shadow: inherit;
|
|
|
|
|
-webkit-box-shadow: inherit;
|
|
|
|
|
-moz-box-shadow: inherit;
|
2013-09-13 05:43:59 +02:00
|
|
|
|
display: block;
|
2013-10-09 00:37:07 +02:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0px;
|
|
|
|
|
top: 3px;
|
2013-09-13 05:43:59 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav .dropdown-toggle,
|
|
|
|
|
#navbar-buttons ul.nav li.active .dropdown-toggle:hover {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
color: #111111;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav li.dropdown.open .dropdown-toggle {
|
|
|
|
|
background: none;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
color: #111111;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchbox .input-append {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchbox .input-append .icon-vector-search {
|
|
|
|
|
padding: 0px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
font-size: 20px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
position: absolute;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
left: 10px;
|
|
|
|
|
top: 10px;
|
2013-07-22 20:08:53 +02:00
|
|
|
|
z-index: 5;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.navbar-search {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
margin-top: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
width: auto;
|
|
|
|
|
float: none;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
overflow: hidden;
|
2014-01-31 23:52:18 +01:00
|
|
|
|
border-right: 1px solid #dadada;
|
2014-01-09 16:58:51 +01:00
|
|
|
|
height: 40px;
|
2012-10-26 16:57:58 +02:00
|
|
|
|
}
|
|
|
|
|
|
2012-11-14 21:08:49 +01:00
|
|
|
|
#search_query {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
height: 40px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
padding: 0px;
|
|
|
|
|
color: #222;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
box-shadow: inset 2px 0px 0px 0px #afbfca;
|
|
|
|
|
padding-left: 35px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
padding-right: 20px;
|
|
|
|
|
background: rgb(255,255,255); /* Old browsers */
|
|
|
|
|
border: none;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
border-radius: 0px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
font-family: 'Humbug';
|
2014-01-08 16:12:22 +01:00
|
|
|
|
font-weight: 300;
|
|
|
|
|
line-height: 27px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#search_query:focus {
|
2014-01-08 16:12:22 +01:00
|
|
|
|
box-shadow: inset 0px 0px 0px 2px #afbfca;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
#searchbox .search_button,
|
|
|
|
|
#searchbox .search_button[disabled]:hover {
|
2013-06-19 23:40:31 +02:00
|
|
|
|
position: absolute;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
right: 2px;
|
|
|
|
|
top: 6px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
background: none;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
border: none;
|
|
|
|
|
height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
color: #ccc;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
font-size:18px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
z-index:5;
|
2012-10-26 16:57:58 +02:00
|
|
|
|
}
|
2013-06-19 23:40:31 +02:00
|
|
|
|
|
|
|
|
|
#searchbox .search_button:hover {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchbox .search_button[disabled] {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-26 16:57:58 +02:00
|
|
|
|
.highlight {
|
|
|
|
|
background-color: #FCEA81;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-31 21:06:05 +02:00
|
|
|
|
.highlight_text_inserted {
|
2013-06-05 19:38:35 +02:00
|
|
|
|
background-color: #E6EDFF;
|
2013-05-31 21:06:05 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highlight_text_deleted {
|
2013-06-05 19:38:35 +02:00
|
|
|
|
background-color: #FFE6E6;
|
2013-05-31 21:06:05 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highlight_text_replaced {
|
2013-06-05 19:38:35 +02:00
|
|
|
|
background-color: #F5E6FF;
|
2013-05-31 21:06:05 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
|
#search_arrows {
|
|
|
|
|
margin-bottom: 5px;
|
2013-02-13 23:23:26 +01:00
|
|
|
|
|
|
|
|
|
/* Bootstrap wants font-size: 0 to eliminate space between
|
|
|
|
|
the buttons. We need to inherit the font size, so we
|
|
|
|
|
remove the button gap by adjusting "letter" spacing. */
|
|
|
|
|
font-size: 90%;
|
|
|
|
|
letter-spacing: -.3em;
|
2013-01-16 21:42:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-28 19:20:36 +02:00
|
|
|
|
#search_arrows input {
|
|
|
|
|
/* Chrome and Firefox do this already via default browser stylesheet;
|
|
|
|
|
but Opera needs this to avoid smushed letters in the search box. */
|
|
|
|
|
letter-spacing: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
|
div.floating_recipient {
|
2013-06-22 00:21:55 +02:00
|
|
|
|
border-collapse: separate;
|
2012-10-15 16:53:48 +02:00
|
|
|
|
width: 100%;
|
2014-01-15 17:11:37 +01:00
|
|
|
|
position: relative;
|
2012-10-14 04:13:27 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-06 23:36:45 +01:00
|
|
|
|
#floating_recipient_bar {
|
|
|
|
|
top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-14 19:56:46 +01:00
|
|
|
|
.message-header-contents {
|
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recipient_row.sticky {
|
|
|
|
|
margin-top: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sticky .message_header {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
top: 50px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sticky .message-header-wrapper {
|
|
|
|
|
max-width: 1400px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sticky .message-header-contents {
|
|
|
|
|
margin-left: 250px;
|
|
|
|
|
margin-right: 251px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
|
#bottom_whitespace {
|
2012-09-11 20:12:39 +02:00
|
|
|
|
display: block;
|
2012-12-28 21:35:30 +01:00
|
|
|
|
height: 300px;
|
2013-12-03 22:12:02 +01:00
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
2012-09-11 20:12:39 +02:00
|
|
|
|
}
|
2012-09-11 23:37:46 +02:00
|
|
|
|
|
2012-10-01 21:32:09 +02:00
|
|
|
|
#home-error {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
|
.loading_indicator_spinner {
|
2013-01-24 21:34:11 +01:00
|
|
|
|
/* If you change these, make sure to adjust the constants in
|
|
|
|
|
* make_loading_indicator as well */
|
2013-01-15 21:41:16 +01:00
|
|
|
|
height: 38px;
|
|
|
|
|
width: 38px;
|
|
|
|
|
float: left;
|
2012-09-26 22:44:38 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
|
.loading_indicator_text {
|
2013-01-24 21:34:11 +01:00
|
|
|
|
/* If you change these, make sure to adjust the constants in
|
|
|
|
|
* make_loading_indicator as well */
|
2013-01-15 21:41:16 +01:00
|
|
|
|
margin-left: 20px;
|
2013-01-24 21:29:20 +01:00
|
|
|
|
font-size: 33px;
|
2013-01-15 21:41:16 +01:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 38px;
|
2012-09-26 22:44:38 +02:00
|
|
|
|
}
|
2012-09-27 22:54:27 +02:00
|
|
|
|
|
2013-11-22 20:50:39 +01:00
|
|
|
|
.settings-section .loading_indicator_text {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-section .loading_indicator_spinner {
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2014-01-10 21:08:13 +01:00
|
|
|
|
.twitter-image, .message_inline_image {
|
2013-03-01 19:20:53 +01:00
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-left: 5px;
|
2013-03-05 23:22:26 +01:00
|
|
|
|
height: 100px;
|
2013-12-09 20:15:33 +01:00
|
|
|
|
display: block !important;
|
|
|
|
|
border: none !important;
|
2013-03-01 19:20:53 +01:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-10 21:08:13 +01:00
|
|
|
|
.twitter-image img, .message_inline_image img {
|
2013-10-03 22:37:26 +02:00
|
|
|
|
height: auto;
|
|
|
|
|
max-height: 100%;
|
2013-04-26 22:06:18 +02:00
|
|
|
|
}
|
|
|
|
|
|
2012-10-29 20:00:27 +01:00
|
|
|
|
.popover {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2012-10-24 02:13:36 +02:00
|
|
|
|
.popover-title {
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2013-02-09 04:09:52 +01:00
|
|
|
|
text-align: center;
|
2013-02-13 23:23:26 +01:00
|
|
|
|
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
2012-10-24 02:13:36 +02:00
|
|
|
|
}
|
2012-10-24 22:53:19 +02:00
|
|
|
|
|
2013-06-21 00:41:24 +02:00
|
|
|
|
.popover-title:empty {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-09 03:29:40 +01:00
|
|
|
|
.popover_info {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popover hr {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-27 20:31:12 +02:00
|
|
|
|
.popover-left, .popover-right {
|
|
|
|
|
max-width: 175px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-14 19:44:55 +01:00
|
|
|
|
.hotkeys_table {
|
2013-07-10 17:23:48 +02:00
|
|
|
|
width: 245px;
|
2013-01-14 19:44:55 +01:00
|
|
|
|
margin-right: 10px;
|
|
|
|
|
font-size: 90%;
|
2014-02-18 17:40:18 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotkeys_table th {
|
|
|
|
|
width: 245px;
|
2013-01-14 19:44:55 +01:00
|
|
|
|
}
|
|
|
|
|
|
2012-10-24 22:53:19 +02:00
|
|
|
|
.hotkeys_table .hotkey {
|
2013-11-25 19:02:40 +01:00
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
2012-10-24 22:53:19 +02:00
|
|
|
|
text-align: right;
|
|
|
|
|
font-weight: bold;
|
2013-11-25 19:02:40 +01:00
|
|
|
|
font-size: 90%;
|
|
|
|
|
white-space: nowrap;
|
2012-10-24 22:53:19 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-02 22:51:03 +01:00
|
|
|
|
.operator_value {
|
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
2013-12-05 18:01:34 +01:00
|
|
|
|
color: maroon;
|
2013-12-02 22:51:03 +01:00
|
|
|
|
}
|
|
|
|
|
.operator {
|
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
|
#loading_more_messages_indicator {
|
2013-07-12 18:31:26 +02:00
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loading_more_messages_indicator_box_container {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loading_more_messages_indicator_box {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: -50%;
|
|
|
|
|
top: 25px;
|
|
|
|
|
border: 1px rgb(100, 100, 100) solid;
|
|
|
|
|
background-color: rgba(230, 230, 230, 0.8);
|
|
|
|
|
z-index: 1;
|
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
|
border-radius: 6px;
|
2013-01-15 21:41:16 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#page_loading_indicator {
|
|
|
|
|
margin: 10px auto;
|
2012-11-28 22:17:57 +01:00
|
|
|
|
}
|
2012-11-29 17:22:00 +01:00
|
|
|
|
|
2013-01-16 21:26:55 +01:00
|
|
|
|
#subs_page_loading_indicator {
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-16 22:02:49 +01:00
|
|
|
|
.subscriber_list_loading_indicator {
|
|
|
|
|
margin: 10px auto;
|
|
|
|
|
}
|
|
|
|
|
|
2012-11-29 17:22:00 +01:00
|
|
|
|
.table-striped thead th {
|
|
|
|
|
background-color: #444;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2012-11-29 18:44:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#fmt_help_table {
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
}
|
2012-11-19 16:54:23 +01:00
|
|
|
|
|
2013-08-26 20:22:22 +02:00
|
|
|
|
.subscription-email-hint-image {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 80px;
|
|
|
|
|
padding-right: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.subscription_header.collapsed {
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
2013-01-04 21:05:18 +01:00
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.subscription_settings,
|
|
|
|
|
.subscription_header,
|
|
|
|
|
.subscription_header.active {
|
|
|
|
|
background-color: #fefefe;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color_swatch {
|
|
|
|
|
display: inline-block;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
height: 18px;
|
|
|
|
|
width: 18px;
|
|
|
|
|
border-radius: 36px;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
padding: 0;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
margin: 0 0 0 10px;
|
2012-11-19 16:54:23 +01:00
|
|
|
|
vertical-align: middle;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.subscriptions {
|
2013-11-08 10:12:05 +01:00
|
|
|
|
margin-top: 55px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-13 17:41:45 +02:00
|
|
|
|
#subscriptions_table .subscription_block {
|
2012-11-19 16:54:23 +01:00
|
|
|
|
padding-left: 0.5em;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
vertical-align: middle;
|
2013-05-09 00:49:04 +02:00
|
|
|
|
display: inline-block;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-13 17:41:45 +02:00
|
|
|
|
#stream_filters .subscription_block {
|
|
|
|
|
padding-bottom: 4px;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
line-height: 12px;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
padding-top: 4px;
|
2013-08-27 08:56:06 +02:00
|
|
|
|
margin-right: 15px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
padding-left: 33px;
|
2013-08-12 23:05:20 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-29 00:02:09 +02:00
|
|
|
|
#stream_filters .subscription_block.stream-with-count {
|
|
|
|
|
margin-right: 38px;
|
2013-08-27 08:56:06 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-24 20:40:06 +01:00
|
|
|
|
.subscription_name,
|
|
|
|
|
.subscription_description {
|
2013-08-29 00:02:09 +02:00
|
|
|
|
line-height: 1em;
|
|
|
|
|
width: 100%;
|
2013-08-27 08:56:06 +02:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-24 20:40:06 +01:00
|
|
|
|
.subscription-name-row,
|
|
|
|
|
.subscription-description-row {
|
2013-11-14 02:01:21 +01:00
|
|
|
|
line-height: 47px;
|
2014-01-24 20:40:06 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscription-description-row {
|
|
|
|
|
font-weight: 300;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#add_new_subscription {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-27 08:56:06 +02:00
|
|
|
|
.subject-name {
|
2013-08-29 00:02:09 +02:00
|
|
|
|
display: block;
|
2013-08-27 08:56:06 +02:00
|
|
|
|
line-height: 1.3em;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
width: 100%;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-22 21:56:20 +01:00
|
|
|
|
.subscription_header {
|
|
|
|
|
min-height: 47px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-27 21:05:32 +02:00
|
|
|
|
.subscription_header .subscription_name {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscription_header .subscription_lock {
|
2013-11-08 10:12:05 +01:00
|
|
|
|
font-size: 23px;
|
2013-08-27 21:05:32 +02:00
|
|
|
|
display: inline-block;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
margin-right: 1px;
|
2013-06-13 17:41:45 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-04 21:05:18 +01:00
|
|
|
|
.subscription_settings {
|
2013-11-08 10:12:05 +01:00
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
2013-01-10 19:33:56 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscription_settings form {
|
2013-11-08 10:12:05 +01:00
|
|
|
|
text-align: center;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscription_settings ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.subscription-type {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
font-weight: 300;
|
2013-01-23 22:08:34 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.stream-email {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.subscription-control-label {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
display: inline-block;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sp-replacer,
|
|
|
|
|
.sp-preview,
|
|
|
|
|
.sp-preview-inner {
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sp-preview {
|
|
|
|
|
width: 20px;
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: 0px 0px 1px rgba(0,0,0,1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sp-replacer {
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscription-config {
|
|
|
|
|
width: 270px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stream-email-box,
|
|
|
|
|
.subscriber_list_settings,
|
|
|
|
|
.rename-stream {
|
|
|
|
|
margin: 20px 15px 20px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscription_row {
|
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
|
}
|
2013-08-13 12:52:26 +02:00
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.stream-email .email-address {
|
|
|
|
|
width: 90%;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: auto;
|
2013-08-26 20:22:22 +02:00
|
|
|
|
white-space: -moz-pre-wrap !important;
|
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
white-space: normal;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-08 20:53:12 +02:00
|
|
|
|
.sub_setting_control[type="checkbox"] {
|
|
|
|
|
margin: 0 30px 5px 20px;
|
2013-02-12 22:32:14 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-17 21:35:17 +02:00
|
|
|
|
.streams_popover .sp-container {
|
|
|
|
|
background: white;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.streams_popover .sp-palette-container {
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.streams_popover .colorpicker-container {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-04 21:05:18 +01:00
|
|
|
|
.sub_setting_control {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.zulip-button {
|
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
|
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
|
background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
|
|
|
|
|
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
|
|
|
|
|
background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C */
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
color: #000;
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
padding: 5px 8px 5px 8px;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-19 18:21:46 +01:00
|
|
|
|
.zulip-button:focus {
|
|
|
|
|
box-shadow: inset 0px 100px 0px 0px rgba(255,255,255,0.2), 0px 0px 0px 1px rgba(0,0,0,0.2);
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.zulip-button:hover {
|
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.09) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.09)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
|
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
|
background-image: -o-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
|
|
|
|
|
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
|
|
|
|
|
background-image: linear-gradient(to bottom, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0) 100%); /* W3C */
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-10 22:15:55 +01:00
|
|
|
|
.sub_unsub_button {
|
2013-02-13 23:23:26 +01:00
|
|
|
|
min-width: 140px;
|
2013-01-04 21:05:18 +01:00
|
|
|
|
float: right;
|
2013-11-14 02:01:21 +01:00
|
|
|
|
margin-top: 9px;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.green-button {
|
|
|
|
|
background-color: #006e2e; /* Old browsers */
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
|
button.primary {
|
|
|
|
|
background-color: #89a0b3;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.primary:hover {
|
|
|
|
|
background-color: #91aabe;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.primary:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.topic_edit_save,
|
|
|
|
|
button.topic_edit_cancel {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.red-button {
|
|
|
|
|
background-color: #cc0000;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blue-button {
|
|
|
|
|
background-color: #0000cc;
|
|
|
|
|
color: #ffffff;
|
2012-11-19 16:54:23 +01:00
|
|
|
|
}
|
2012-12-05 22:48:15 +01:00
|
|
|
|
|
2013-06-25 17:49:48 +02:00
|
|
|
|
.sub_arrow {
|
|
|
|
|
float: right;
|
2013-11-14 02:01:21 +01:00
|
|
|
|
line-height: 47px;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
padding: 0 15px 0 0;
|
2013-06-25 17:49:48 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-25 18:17:30 +01:00
|
|
|
|
#create_stream_row td {
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
border-color: #BBB;
|
|
|
|
|
border-bottom: 1px solid #BBB;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-23 19:10:51 +01:00
|
|
|
|
#create_stream_name {
|
2013-01-25 23:07:11 +01:00
|
|
|
|
width: 220px;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
margin-top: 10px;
|
2013-01-25 23:07:11 +01:00
|
|
|
|
}
|
2013-01-23 19:10:51 +01:00
|
|
|
|
|
|
|
|
|
#create_stream_button {
|
2013-02-13 23:23:26 +01:00
|
|
|
|
min-width: 140px;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
margin-left: 15px;
|
|
|
|
|
margin-top: 10px;
|
2013-01-23 19:10:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-01-10 17:07:17 +01:00
|
|
|
|
.sub_settings_title {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin: 10px 0;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.new-stream-name,
|
|
|
|
|
.stream-rename-button {
|
|
|
|
|
margin-top: 10px;
|
2013-01-10 17:07:17 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-07 20:07:41 +01:00
|
|
|
|
.settings_committed {
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
.subscriber-list-box {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-07 22:09:33 +01:00
|
|
|
|
.subscriber_list_container {
|
2013-01-10 19:33:56 +01:00
|
|
|
|
margin-top: 10px;
|
2013-11-08 10:12:05 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: auto;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscriber-list {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
background: #efefef;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscriber-list tr:nth-child(even) {
|
|
|
|
|
background: #fafafa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.subscriber-name,
|
|
|
|
|
.subscriber-email {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscriber-name {
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscriber-email {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding-right: 8px;
|
2013-01-10 19:33:56 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subscriber_list_add {
|
2013-11-08 10:12:05 +01:00
|
|
|
|
margin: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-subscriber-button,
|
|
|
|
|
.stream-rename-button {
|
|
|
|
|
margin-left: 5px;
|
2013-01-07 22:09:33 +01:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-30 17:10:52 +01:00
|
|
|
|
.remove-subscriber-form {
|
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-10 17:23:48 +02:00
|
|
|
|
.modal {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
top: 5%;
|
2013-07-10 17:28:33 +02:00
|
|
|
|
outline: 0; /* Bootstrap uses tabindex=-1 on modals for focus and ESC handling,
|
|
|
|
|
so avoid the outline it causes */
|
2013-07-10 17:23:48 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
|
max-height: 60vh;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-25 22:20:52 +02:00
|
|
|
|
.modal form {
|
2012-12-05 22:48:15 +01:00
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invitee_emails {
|
|
|
|
|
min-height: 40px;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invite_status {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-09 00:37:07 +02:00
|
|
|
|
.settings-dropdown-caret {
|
|
|
|
|
margin-left: 8px;
|
2014-01-03 15:41:57 +01:00
|
|
|
|
margin-right: 8px;
|
2013-10-09 00:37:07 +02:00
|
|
|
|
font-size: 14px;
|
2013-01-22 21:03:29 +01:00
|
|
|
|
}
|
2013-01-30 21:49:56 +01:00
|
|
|
|
|
2013-01-31 21:09:23 +01:00
|
|
|
|
#notifications-area {
|
2013-01-30 21:49:56 +01:00
|
|
|
|
position: fixed;
|
2013-08-22 20:19:12 +02:00
|
|
|
|
z-index: 10;
|
2013-01-30 21:49:56 +01:00
|
|
|
|
bottom: 0px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
width: 200px;
|
2013-09-05 17:51:01 +02:00
|
|
|
|
height: auto;
|
2013-01-31 21:09:23 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-05 20:43:57 +02:00
|
|
|
|
.notifications-gravatar img {
|
|
|
|
|
max-width: 25px;
|
|
|
|
|
max-height: 25px;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-01-31 21:09:23 +01:00
|
|
|
|
#notifications-bar {
|
2013-02-28 05:26:44 +01:00
|
|
|
|
z-index: 9000;
|
2013-01-31 21:09:23 +01:00
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0px; /* necessary to get slideUp, slideDown directions correct */
|
|
|
|
|
width: 100%;
|
2013-09-05 17:51:01 +02:00
|
|
|
|
height: 35px;
|
2013-01-30 21:49:56 +01:00
|
|
|
|
border-radius: 10px 10px 0px 0px;
|
|
|
|
|
padding: 10px 0px 0px 10px;
|
|
|
|
|
background: #58F;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 125%;
|
|
|
|
|
cursor: default;
|
|
|
|
|
display: none;
|
2013-01-31 21:09:23 +01:00
|
|
|
|
/* For now, cut off long messages (but we should find a better solution) */
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2013-02-05 21:16:41 +01:00
|
|
|
|
}
|
2013-01-31 21:01:53 +01:00
|
|
|
|
|
2013-02-23 19:38:25 +01:00
|
|
|
|
.empty_feed_notice {
|
2013-05-22 21:23:42 +02:00
|
|
|
|
padding: 3em 4em;
|
2013-02-12 19:28:21 +01:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-23 19:38:25 +01:00
|
|
|
|
.empty_feed_notice h4 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-06 16:25:23 +01:00
|
|
|
|
#empty_narrow_private_message p,
|
2013-02-23 19:38:25 +01:00
|
|
|
|
#empty_narrow_message p {
|
2013-02-12 19:28:21 +01:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2013-02-13 21:30:17 +01:00
|
|
|
|
|
2013-07-24 22:32:20 +02:00
|
|
|
|
.faded {
|
|
|
|
|
opacity: 0.4;
|
2013-02-13 21:30:17 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
#stream-message,
|
|
|
|
|
#private-message {
|
2013-05-03 22:16:52 +02:00
|
|
|
|
display: none;
|
2013-02-13 21:30:17 +01:00
|
|
|
|
}
|
2013-03-01 22:07:27 +01:00
|
|
|
|
|
|
|
|
|
.emoji {
|
2013-09-05 23:29:54 +02:00
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
2013-08-02 23:55:41 +02:00
|
|
|
|
vertical-align: text-bottom;
|
2013-03-01 22:07:27 +01:00
|
|
|
|
}
|
2013-03-06 17:40:51 +01:00
|
|
|
|
|
|
|
|
|
#sending-indicator {
|
|
|
|
|
float: left;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-03-02 03:10:32 +01:00
|
|
|
|
|
|
|
|
|
.streamlist_swatch {
|
2013-06-12 21:25:49 +02:00
|
|
|
|
display: block;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
width: 11px;
|
|
|
|
|
height: 11px;
|
2013-03-02 03:10:32 +01:00
|
|
|
|
vertical-align: middle;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
float: left;
|
|
|
|
|
position: absolute;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
left: 10px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
box-shadow: inset 0px 0px 3px -2px #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.streamlist_swatch.private-stream-swatch {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stream-privacy {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 11px;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
top: 3px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
font-size: 15px;
|
2013-03-02 03:10:32 +01:00
|
|
|
|
}
|
2013-03-08 06:27:16 +01:00
|
|
|
|
|
2013-04-10 22:24:15 +02:00
|
|
|
|
ul.expanded_subjects {
|
|
|
|
|
list-style-type: none;
|
2013-05-07 22:05:46 +02:00
|
|
|
|
font-weight: normal;
|
2013-06-12 21:25:49 +02:00
|
|
|
|
margin-left: 0px;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
padding-bottom: 2px;
|
2013-04-10 22:24:15 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-25 19:48:08 +01:00
|
|
|
|
li.show-more-topics,
|
2013-08-27 08:56:06 +02:00
|
|
|
|
li.expanded_subject {
|
|
|
|
|
position: relative;
|
2014-02-14 21:31:45 +01:00
|
|
|
|
padding-left: 33px;
|
2013-08-27 08:56:06 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-27 16:09:10 +01:00
|
|
|
|
.show-all-streams a {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.all-streams-padding {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
margin-bottom: -5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-27 08:56:06 +02:00
|
|
|
|
.expanded_subject .subject_box {
|
2013-08-15 03:14:23 +02:00
|
|
|
|
display: block;
|
2013-08-29 00:02:09 +02:00
|
|
|
|
margin-right: 38px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.expanded_subject.zero-subject-unreads .subject_box {
|
|
|
|
|
display: block;
|
2013-09-24 00:58:44 +02:00
|
|
|
|
margin-right: 15px;
|
2013-04-10 22:24:15 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-27 08:56:06 +02:00
|
|
|
|
|
2013-03-08 06:27:16 +01:00
|
|
|
|
.twitter-tweet {
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
padding: .5em .75em;
|
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.twitter-avatar {
|
|
|
|
|
float: left;
|
2013-03-08 22:40:06 +01:00
|
|
|
|
width: 48px;
|
2013-03-08 06:27:16 +01:00
|
|
|
|
height: 48px;
|
2013-03-08 22:40:06 +01:00
|
|
|
|
margin-right: .75em;
|
2013-03-08 06:27:16 +01:00
|
|
|
|
}
|
2013-03-27 18:26:53 +01:00
|
|
|
|
|
|
|
|
|
.star {
|
2013-05-10 22:48:02 +02:00
|
|
|
|
display: inline-block;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
opacity: 1;
|
2013-11-21 12:11:50 +01:00
|
|
|
|
font-size: 14px;
|
2013-04-22 00:50:18 +02:00
|
|
|
|
color: #2c8211;
|
2013-03-27 18:26:53 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-21 17:47:44 +02:00
|
|
|
|
.empty-star {
|
2013-11-21 12:11:50 +01:00
|
|
|
|
color: #bbb;
|
|
|
|
|
visibility: hidden;
|
2013-06-12 19:27:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-star:hover {
|
|
|
|
|
cursor: pointer;
|
2013-05-21 17:47:44 +02:00
|
|
|
|
color: #565656;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
|
.info {
|
|
|
|
|
display: inline-block;
|
2013-11-21 12:11:50 +01:00
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
visibility: hidden;
|
2013-05-10 22:48:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-12 19:27:07 +02:00
|
|
|
|
.star:hover {
|
2013-03-27 18:26:53 +01:00
|
|
|
|
cursor: pointer;
|
2013-06-12 19:27:07 +02:00
|
|
|
|
color: #0d7245;
|
2013-03-27 18:26:53 +01:00
|
|
|
|
}
|
2013-03-29 19:55:28 +01:00
|
|
|
|
|
2013-04-03 22:58:17 +02:00
|
|
|
|
.settings_separator {
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
2013-04-04 00:55:36 +02:00
|
|
|
|
|
|
|
|
|
/* FIXME: Combine this rule with the one in portico.css somehow? */
|
2013-04-08 20:21:20 +02:00
|
|
|
|
#pw_strength {
|
2013-04-04 00:55:36 +02:00
|
|
|
|
width: 220px;
|
2013-10-21 01:04:25 +02:00
|
|
|
|
height: 25px;
|
|
|
|
|
margin-bottom: 0px;
|
2013-04-04 00:55:36 +02:00
|
|
|
|
}
|
2013-04-08 19:15:20 +02:00
|
|
|
|
|
|
|
|
|
/* Override padding-top on form labels when they label only text */
|
|
|
|
|
.form-horizontal .label_for_text {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
2013-04-08 20:03:21 +02:00
|
|
|
|
|
|
|
|
|
#pw_change_controls {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-04-12 22:08:49 +02:00
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.sub-unsub-message,
|
|
|
|
|
.date_row {
|
2013-04-17 05:52:20 +02:00
|
|
|
|
text-align: center;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
padding-bottom: 10px;
|
2013-04-05 16:44:29 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-10 18:40:31 +02:00
|
|
|
|
.date_row .date-direction {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date_row .date-line {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 33%;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
border-top: 1px solid #e2e2e2;
|
2013-09-10 18:40:31 +02:00
|
|
|
|
border-bottom:1px solid #fff;
|
|
|
|
|
margin: 0px 5px 0px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-29 01:34:10 +02:00
|
|
|
|
.date_row span {
|
2013-06-24 23:16:50 +02:00
|
|
|
|
display: block;
|
|
|
|
|
background: inherit;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
overflow: hidden;
|
2013-07-02 20:41:10 +02:00
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
text-shadow: 1px 1px 0px #fff;
|
2013-06-24 23:16:50 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date_row span:before,
|
2013-08-29 01:34:10 +02:00
|
|
|
|
.date_row span:after {
|
2013-06-24 23:16:50 +02:00
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
content: " ";
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 50%;
|
|
|
|
|
height: 0px;
|
2014-02-13 21:04:26 +01:00
|
|
|
|
border-top: 1px solid #e2e2e2;
|
2013-07-02 20:41:10 +02:00
|
|
|
|
border-bottom: 1px solid #fff;
|
2013-06-24 23:16:50 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-29 01:34:10 +02:00
|
|
|
|
.date_row span:before {
|
2013-06-24 23:16:50 +02:00
|
|
|
|
right: 0.5em;
|
|
|
|
|
margin-left: -50%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-29 01:34:10 +02:00
|
|
|
|
.date_row span:after {
|
2013-06-24 23:16:50 +02:00
|
|
|
|
left: 0.5em;
|
|
|
|
|
margin-right: -50%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-05 16:44:29 +02:00
|
|
|
|
#restore-draft {
|
2013-04-24 23:44:25 +02:00
|
|
|
|
float: left;
|
|
|
|
|
display: none;
|
|
|
|
|
margin-right: 1em;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
padding-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sending-indicator {
|
|
|
|
|
padding-top: 2px;
|
2013-04-05 16:44:29 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#restore-draft:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2013-04-24 00:40:47 +02:00
|
|
|
|
|
|
|
|
|
#compose a.message-control-button {
|
2013-05-10 20:01:55 +02:00
|
|
|
|
display: block;
|
2013-04-24 00:40:47 +02:00
|
|
|
|
color: #777;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 14px;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
margin-right: 8px;
|
|
|
|
|
padding-top: 5px;
|
2013-04-24 00:40:47 +02:00
|
|
|
|
text-align: center;
|
2013-09-02 21:47:00 +02:00
|
|
|
|
float: left;
|
2013-04-24 00:40:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#compose a.message-control-button:hover {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
2013-04-30 23:37:46 +02:00
|
|
|
|
|
2013-09-02 21:47:00 +02:00
|
|
|
|
#enter_sends {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-18 00:56:49 +02:00
|
|
|
|
#group-pm-list {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
Rewrite topic zoom to fix bugs and make cleaner.
In the first cut at topic zoom, I was re-rendering the
streams list, but this created glitches with orphaned
list items. The reproducible bug was that unread counts
on unshown streams weren't updating.
In the new approach, I keep the elements more permanent, and
I just hide and show them as needed, either through jQuery
show/hide or permanent CSS selectors.
I got rid of toggle_zoom(), so that we just explicitly zoom
in and zoom out in all situations. In particular, when we
narrow, it's more clear now that only stay zoomed in when
we're narrowing to the same stream as before (including topic
narrows within that stream).
When you zoom in, the number of topics is no longer limited
to 30, since that was kind of arbitrary anyway. (In practice,
the number of topics is usually well under 30, anyway, due to
the way we track them on the client.)
(imported from commit 5b6c143dee9ba9fe557d8cc36335ff28efb4b0de)
2013-11-26 23:06:39 +01:00
|
|
|
|
.zoom-out #topics_header {
|
2013-11-22 21:04:49 +01:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-14 21:31:45 +01:00
|
|
|
|
#global_filters {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-22 21:04:49 +01:00
|
|
|
|
#topics_header,
|
|
|
|
|
#userlist-header,
|
|
|
|
|
#sharethelove-header,
|
|
|
|
|
#group-pm-header {
|
2014-02-14 21:31:45 +01:00
|
|
|
|
border-top: 1px solid #e2e2e2;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-14 21:31:45 +01:00
|
|
|
|
#streams_header {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
padding-left: 10px;
|
2013-05-07 19:32:12 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-30 23:37:46 +02:00
|
|
|
|
#stream_filters .inactive_stream {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
2013-05-03 00:29:52 +02:00
|
|
|
|
|
2013-09-04 21:54:24 +02:00
|
|
|
|
#word-alerts {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
2013-10-21 01:04:25 +02:00
|
|
|
|
width: 300px;
|
|
|
|
|
margin: auto;
|
2013-09-04 21:54:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alert-word-item {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#word-alerts li.alert-word-item:nth-child(odd) {
|
|
|
|
|
background: #fdfdfd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#word-alerts li.alert-word-item:nth-child(even) {
|
|
|
|
|
background: #f9f9f9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#word-alerts li.alert-word-item:first-child {
|
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#word-alerts li.alert-word-item:nth-last-child(2) {
|
|
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#word-alerts li.alert-word-item:last-child {
|
|
|
|
|
background: none;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#word-alert-settings {
|
|
|
|
|
margin-top: 15px;
|
2013-12-16 16:25:26 +01:00
|
|
|
|
margin-bottom: 15px;
|
2013-09-04 21:54:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remove-alert-word,
|
|
|
|
|
.add-alert-word {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input.edit-alert-word {
|
|
|
|
|
height: 12px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input.edit-alert-word::-webkit-input-placeholder {
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-05 20:59:25 +02:00
|
|
|
|
#bots_list {
|
2013-06-27 22:36:41 +02:00
|
|
|
|
display: none;
|
2013-07-05 22:31:39 +02:00
|
|
|
|
list-style-type: none;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-22 20:08:53 +02:00
|
|
|
|
#bots_list .image,
|
2013-07-05 22:31:39 +02:00
|
|
|
|
#bots_list .bot_info {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bots_list .image {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bots_list .name {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-bottom: 20px;
|
2013-07-05 22:31:39 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-21 01:04:25 +02:00
|
|
|
|
#bots_list .regenerate_bot_api_key {
|
|
|
|
|
padding: 2px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background: #e3e3e3;
|
|
|
|
|
color: #666;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bots_list .regenerate_bot_api_key:hover {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-05 22:31:39 +02:00
|
|
|
|
.bot_info .field {
|
2013-11-18 21:28:11 +01:00
|
|
|
|
width: 6em;
|
2013-10-21 01:04:25 +02:00
|
|
|
|
font-weight: 300;
|
|
|
|
|
position: absolute;
|
2013-06-27 22:36:41 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-22 20:09:34 +02:00
|
|
|
|
.edit_bot_form {
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit_bot_email {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
2013-07-22 20:09:34 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.edit_bot {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit_bot_form .control-label,
|
2013-06-28 16:15:24 +02:00
|
|
|
|
#create_bot_form .control-label {
|
|
|
|
|
width: 10em;
|
2013-10-21 01:04:25 +02:00
|
|
|
|
text-align: right;
|
|
|
|
|
margin-right: 20px;
|
2013-06-28 16:26:05 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-03 14:07:03 +01:00
|
|
|
|
#upload_avatar_spinner {
|
2013-11-22 20:50:39 +01:00
|
|
|
|
font-size: 14px;
|
2014-02-03 14:07:03 +01:00
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-avatar-section {
|
|
|
|
|
text-align: center;
|
2013-11-22 20:50:39 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-29 16:27:18 +02:00
|
|
|
|
.edit_bot_avatar_clear_button,
|
2013-10-28 15:49:38 +01:00
|
|
|
|
#user_avatar_clear_button,
|
2013-06-28 17:41:18 +02:00
|
|
|
|
#bot_avatar_clear_button {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-03 00:29:52 +02:00
|
|
|
|
#create_bot_short_name {
|
2013-07-05 22:31:39 +02:00
|
|
|
|
width: 7em;
|
2013-05-03 00:29:52 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bot_name_header {
|
2013-05-28 20:04:39 +02:00
|
|
|
|
width: 8em;
|
2013-05-03 00:29:52 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-07-05 20:59:25 +02:00
|
|
|
|
#bots_list img.avatar {
|
2013-07-03 16:37:14 +02:00
|
|
|
|
height: 35px;
|
|
|
|
|
width: 35px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-05 22:31:39 +02:00
|
|
|
|
#bots_list .email .value,
|
2013-10-21 01:04:25 +02:00
|
|
|
|
#bots_list .api_key .api-key-value-and-button {
|
2013-12-17 00:05:23 +01:00
|
|
|
|
display: block;
|
2013-11-18 21:28:11 +01:00
|
|
|
|
margin-left: 6em;
|
2013-10-21 01:04:25 +02:00
|
|
|
|
white-space: -moz-pre-wrap !important;
|
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
white-space: normal;
|
2013-05-03 00:29:52 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-13 23:03:50 +02:00
|
|
|
|
#feedback_section {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
text-align: left;
|
2013-05-13 23:03:50 +02:00
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
2013-05-15 00:22:16 +02:00
|
|
|
|
|
|
|
|
|
.message_edit {
|
|
|
|
|
display: none;
|
2013-07-22 20:19:35 +02:00
|
|
|
|
margin-top: 5px;
|
2014-01-31 23:52:18 +01:00
|
|
|
|
margin-left: 47px;
|
2013-05-15 00:22:16 +02:00
|
|
|
|
}
|
2013-05-21 19:12:27 +02:00
|
|
|
|
|
|
|
|
|
/* Reduce some of the heavy padding from Bootstrap. */
|
|
|
|
|
#message_edit_form .edit-control-label {
|
|
|
|
|
width: auto;
|
|
|
|
|
float: left;
|
2013-07-22 20:19:35 +02:00
|
|
|
|
font-size: 80%;
|
2014-01-31 23:52:18 +01:00
|
|
|
|
vertical-align: top;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
margin-right: 10px;
|
2013-05-21 19:12:27 +02:00
|
|
|
|
}
|
|
|
|
|
#message_edit_form .edit-controls {
|
2014-01-31 23:52:18 +01:00
|
|
|
|
margin-left: 35px; /* Match .message_content padding less 7px textarea padding and border */
|
2013-07-22 20:19:35 +02:00
|
|
|
|
margin-right: -7px;
|
2013-05-21 19:12:27 +02:00
|
|
|
|
}
|
|
|
|
|
#message_edit_form textarea {
|
2013-07-16 23:40:01 +02:00
|
|
|
|
width: 100%;
|
2013-05-21 19:12:27 +02:00
|
|
|
|
min-width: 206px;
|
2013-07-22 20:19:35 +02:00
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2013-05-21 19:12:27 +02:00
|
|
|
|
}
|
2013-07-16 23:40:01 +02:00
|
|
|
|
#message_edit_form .control-group {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
2013-05-21 17:48:46 +02:00
|
|
|
|
|
2013-08-16 23:45:13 +02:00
|
|
|
|
#topic_edit_form {
|
2014-01-17 16:11:18 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
height: 22px;
|
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-right: 3px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
margin-left: -15px;
|
2013-08-16 23:45:13 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 20:03:40 +02:00
|
|
|
|
.message_body_gravatar {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
2013-10-30 16:52:28 +01:00
|
|
|
|
border-radius: 10px;
|
2013-05-24 20:03:40 +02:00
|
|
|
|
margin: 2px 2px 2px 0px;
|
|
|
|
|
border: 1px solid #000;
|
2013-05-28 21:33:59 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-28 16:02:58 +02:00
|
|
|
|
.user-mention {
|
2013-07-08 20:44:03 +02:00
|
|
|
|
background-color: #eee;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 0 0.2em;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
box-shadow: 0px 0px 0px 1px #ccc;
|
|
|
|
|
margin-right: 2px;
|
2013-07-08 20:44:03 +02:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
|
|
|
|
background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
|
|
|
|
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
|
|
|
|
background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
2013-07-08 22:02:53 +02:00
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-bottom: 1px;
|
2013-06-28 16:02:58 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-mention-me {
|
2013-07-08 20:44:03 +02:00
|
|
|
|
background-color: #c9fcc1;
|
2013-08-29 21:33:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alert-word {
|
|
|
|
|
background-color: #c9fcc1;
|
2013-06-28 16:02:58 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
#settings {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
margin-top: 55px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-21 01:04:25 +02:00
|
|
|
|
#settings .settings-section {
|
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
|
border-top: 6px solid #e3e3e3;
|
|
|
|
|
padding: 45px 0px 15px 0px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings #notify-settings-status,#ui-settings-status {
|
2013-11-22 20:50:39 +01:00
|
|
|
|
width: 80%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-21 01:04:25 +02:00
|
|
|
|
#settings .settings-section .account-settings-form,
|
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box {
|
|
|
|
|
width: 400px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box {
|
|
|
|
|
margin-top: 35px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-section-title {
|
|
|
|
|
top: 20px;
|
|
|
|
|
left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings .settings-section .notification-settings-form,.ui-settings-form {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
width: 400px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .account-settings-form .control-label,
|
|
|
|
|
#settings .settings-section .new-bot-form .control-label,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .control-label {
|
|
|
|
|
width: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .account-settings-form .controls,
|
|
|
|
|
#settings .settings-section .new-bot-form .controls,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls {
|
|
|
|
|
margin-left: 140px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings .settings-section .notification-settings-form .controls,
|
|
|
|
|
#settings .settings-section .ui-settings-form .controls {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
margin-left: 110px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings .settings-section .notification-settings-form .controls input[type='checkbox'],
|
|
|
|
|
#settings .settings-section .ui-settings-form .controls input[type='checkbox'] {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings .settings-section .notification-settings-form .control-label,
|
|
|
|
|
#settings .settings-section .ui-settings-form .control-label {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
float: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
2013-10-16 17:24:52 +02:00
|
|
|
|
width: 240px;
|
2013-10-21 01:04:25 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings .settings-section .notification-settings-form .notification-submission,
|
|
|
|
|
#settings .settings-section .ui-settings-form .ui-submission {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
margin-left: 140px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#settings .notification-settings-form .notification-settings-note,
|
|
|
|
|
#settings .ui-settings-form .ui-settings-note {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
margin-left: 110px;
|
|
|
|
|
width: 250px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .bot-settings-note {
|
|
|
|
|
margin-left: 38px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .bot-information-box,
|
|
|
|
|
#settings .add-new-bot-box {
|
|
|
|
|
background: #e3e3e3;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin-left: 38px;
|
|
|
|
|
margin-right: 38px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .add-new-bot-box {
|
|
|
|
|
background: #cbe3cb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings #get_api_key_box,
|
|
|
|
|
#settings #show_api_key_box,
|
|
|
|
|
#settings #api_key_button_box .control-group {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group .control-label {
|
|
|
|
|
float: none;
|
|
|
|
|
width: auto;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group input {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group .btn {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .bot-information-box .email,
|
|
|
|
|
#settings .bot-information-box .api_key {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .bot-information-box .image {
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid #676767;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .api-key-note {
|
|
|
|
|
padding: 0px 20px 20px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 580px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form .control-label,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .control-label {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 120px;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form .controls {
|
|
|
|
|
margin-left: 110px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
|
|
|
|
|
#pw_strength {
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .account-settings-form,
|
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
|
#settings .settings-section .notification-settings-form,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .account-settings-form .control-label,
|
|
|
|
|
#settings .settings-section .new-bot-form .control-label,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .control-label {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 120px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: auto;
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .account-settings-form .controls,
|
|
|
|
|
#settings .settings-section .new-bot-form .controls,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls {
|
|
|
|
|
margin: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .account-settings-form .controls button,
|
|
|
|
|
#settings .settings-section .account-settings-form .controls input,
|
|
|
|
|
#settings .settings-section .new-bot-form .controls button,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls button,
|
|
|
|
|
#settings .settings-section .new-bot-form .controls input,
|
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls input {
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .controls,
|
|
|
|
|
#settings .notification-settings-form .notification-settings-note {
|
|
|
|
|
margin-left: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .notification-submission {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .settings-section-title {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 12px;
|
|
|
|
|
top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .settings-section-icon {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
#settings h1,
|
|
|
|
|
#subscriptions h1 {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
font-size: 25px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-08 10:12:05 +01:00
|
|
|
|
#settings .settings-icon,
|
|
|
|
|
#subscriptions .streams-icon {
|
2013-10-21 01:04:25 +02:00
|
|
|
|
margin-right: 10px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings #notification-settings {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#notification-docs {
|
|
|
|
|
color: #666666;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#notification-docs:hover {
|
|
|
|
|
color: #111111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settings-status {
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-15 21:38:37 +02:00
|
|
|
|
#home {
|
2013-08-16 17:29:37 +02:00
|
|
|
|
margin-top: 41px;
|
2013-08-15 21:38:37 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-05 01:47:08 +02:00
|
|
|
|
#home .alert-bar-container {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 41px;
|
|
|
|
|
left: 0px;
|
2014-02-07 20:02:29 +01:00
|
|
|
|
z-index: 99;
|
2013-09-05 01:47:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#home .alert-bar {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1210px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#home .alert-bar-contents {
|
|
|
|
|
background: rgba(163,211,147,0.95);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding: 10px 35px 10px 10px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
2014-02-07 20:02:29 +01:00
|
|
|
|
z-index: 99;
|
2013-09-05 01:47:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#home .alert-bar .alert-icon {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
line-height: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#home .alert-bar .close-alert-icon {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 28px;
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-19 16:30:08 +02:00
|
|
|
|
#home .alert-bar .close-alert-icon:hover{
|
|
|
|
|
opacity: 0.7;
|
2013-09-23 22:22:00 +02:00
|
|
|
|
cursor: pointer;
|
2013-09-19 16:30:08 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#notification-settings .control-group,
|
|
|
|
|
#ui-settings .control-group {
|
2013-05-28 21:33:59 +02:00
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:01:37 +01:00
|
|
|
|
#notification-settings .control-label,
|
|
|
|
|
#ui-settings .control-label {
|
2013-05-28 21:33:59 +02:00
|
|
|
|
width: 280px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
2013-05-29 19:46:24 +02:00
|
|
|
|
|
2013-06-07 02:46:01 +02:00
|
|
|
|
.zero_count {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-06-22 00:21:55 +02:00
|
|
|
|
|
|
|
|
|
.message-pane {
|
|
|
|
|
padding-left: 0.3em;
|
|
|
|
|
}
|
2013-06-14 00:22:26 +02:00
|
|
|
|
|
2013-06-27 20:32:08 +02:00
|
|
|
|
.screen {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
background: #000;
|
|
|
|
|
z-index: 20000;
|
|
|
|
|
}
|
2013-06-27 22:18:28 +02:00
|
|
|
|
|
|
|
|
|
#tutorial-stream {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tutorial-subject {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
.tutorial-done-button {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
2013-07-05 22:51:41 +02:00
|
|
|
|
|
2013-07-26 16:51:02 +02:00
|
|
|
|
#share-the-love {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin-left: 0px;
|
2013-09-12 22:02:55 +02:00
|
|
|
|
margin-right: 0px;
|
2013-07-26 16:51:02 +02:00
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
line-height: 18px;
|
2013-08-06 21:00:40 +02:00
|
|
|
|
display: none;
|
2013-07-26 16:51:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-15 22:44:34 +02:00
|
|
|
|
#share-the-love-contents {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#share-the-love-expand-collapse {
|
|
|
|
|
position: relative;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#share-the-love-expand-collapse h4 {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#share-the-love-expand-collapse .toggle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -8px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
#share-the-love input,
|
|
|
|
|
#share-the-love p {
|
2013-07-26 16:51:02 +02:00
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-12 22:38:50 +02:00
|
|
|
|
#referral-form label {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-26 16:51:02 +02:00
|
|
|
|
#share-the-love .icon-vector-heart {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#share-the-love .still-have-invites {
|
2013-08-06 00:42:26 +02:00
|
|
|
|
clear: both;
|
2013-09-12 22:02:55 +02:00
|
|
|
|
margin-right: 10px;
|
2013-07-26 16:51:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#share-the-love .no-more-invites {
|
2013-08-06 00:42:26 +02:00
|
|
|
|
clear: both;
|
2013-07-26 16:51:02 +02:00
|
|
|
|
display: none;
|
2013-09-12 22:02:55 +02:00
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#share-the-love .invite-count-area {
|
|
|
|
|
margin-right: 10px;
|
2013-07-26 16:51:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#share-the-love .alert {
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#referral-form {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2013-08-06 00:42:00 +02:00
|
|
|
|
|
2013-08-07 20:31:52 +02:00
|
|
|
|
#tell-a-friend-success {
|
2013-08-06 00:42:00 +02:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-08-13 12:52:26 +02:00
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.screen-medium-show,
|
|
|
|
|
.screen-narrow-show {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-12 19:13:37 +01:00
|
|
|
|
/* This must be synced with viewport.is_narrow */
|
2013-08-23 07:31:38 +02:00
|
|
|
|
@media (max-width: 975px) {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
|
|
|
|
|
.screen-full-show {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screen-medium-show {
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.app-main,
|
|
|
|
|
.header-main {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
min-width: 750px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-right {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-22 20:17:07 +02:00
|
|
|
|
.column-right.expanded {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
float: none;
|
|
|
|
|
right: 15px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-right.expanded .right-sidebar {
|
|
|
|
|
background: rgba(255,255,255,0.9);
|
|
|
|
|
box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.1);
|
|
|
|
|
border-left: 1px solid #dddddd;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
padding-top: 10px;
|
2013-09-12 22:02:55 +02:00
|
|
|
|
height: 100%;
|
2013-08-22 20:17:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.header-main .column-right {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2014-01-09 16:58:51 +01:00
|
|
|
|
#top_navbar.rightside-userlist .navbar-search {
|
|
|
|
|
margin-right: 100px;
|
2013-10-09 00:37:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-09 16:58:51 +01:00
|
|
|
|
#top_navbar.rightside-userlist #navbar-buttons {
|
|
|
|
|
margin-right: 41px;
|
2013-10-09 00:37:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-09 16:58:51 +01:00
|
|
|
|
.navbar-search {
|
|
|
|
|
margin-right: 60px;
|
2013-10-09 00:37:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
|
2013-08-22 20:17:07 +02:00
|
|
|
|
#userlist-toggle {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-21 19:53:34 +02:00
|
|
|
|
.compose-content {
|
2014-02-20 20:22:29 +01:00
|
|
|
|
margin-right: 7px;
|
2013-08-21 19:53:34 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-16 19:10:32 +02:00
|
|
|
|
.nav .dropdown-menu {
|
2013-08-15 23:03:28 +02:00
|
|
|
|
min-width: 180px;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
}
|
2013-08-23 07:31:38 +02:00
|
|
|
|
|
2013-08-16 19:10:32 +02:00
|
|
|
|
.nav .dropdown-menu:after {
|
2013-10-09 00:37:07 +02:00
|
|
|
|
right: 10px;
|
2013-08-15 23:03:28 +02:00
|
|
|
|
}
|
2013-08-23 07:31:38 +02:00
|
|
|
|
|
2014-01-09 16:58:51 +01:00
|
|
|
|
.column-middle {
|
2014-02-20 20:22:29 +01:00
|
|
|
|
margin-right: 7px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-16 17:29:37 +02:00
|
|
|
|
@media (max-width: 775px) {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screen-narrow-show {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-left {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 21:33:43 +02:00
|
|
|
|
.column-left.expanded {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
float: none;
|
2013-09-12 22:02:55 +02:00
|
|
|
|
left: 0px;
|
2013-08-23 21:33:43 +02:00
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column-left.expanded .left-sidebar {
|
|
|
|
|
background: rgba(255,255,255,0.9);
|
|
|
|
|
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
|
|
|
|
|
border-right: 1px solid #dddddd;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
padding-top: 10px;
|
2013-09-12 22:02:55 +02:00
|
|
|
|
height: 100%;
|
|
|
|
|
padding-left: 10px;
|
2014-01-31 21:36:31 +01:00
|
|
|
|
width: 250px;
|
2013-08-23 21:33:43 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
body, html,
|
|
|
|
|
.app-main,
|
|
|
|
|
.header-main {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
min-width: 350px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.column-middle,
|
|
|
|
|
.app-main .column-middle {
|
2014-02-20 20:22:29 +01:00
|
|
|
|
margin-left: 7px;
|
|
|
|
|
margin-right: 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-main .column-middle {
|
|
|
|
|
margin-left: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
2013-08-23 07:31:38 +02:00
|
|
|
|
|
2014-02-18 19:34:18 +01:00
|
|
|
|
.column-middle-inner {
|
2013-08-13 12:52:26 +02:00
|
|
|
|
margin-left: 0px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-18 19:34:18 +01:00
|
|
|
|
.app-main .column-middle .column-middle-inner {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
.skinny-user-gravatar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-23 21:33:43 +02:00
|
|
|
|
#streamlist-toggle {
|
|
|
|
|
display: block;
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-21 19:53:34 +02:00
|
|
|
|
.compose-content {
|
2014-02-20 20:22:29 +01:00
|
|
|
|
margin-right:7px;
|
|
|
|
|
margin-left: 7px;
|
2013-08-21 19:53:34 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-08 16:12:22 +01:00
|
|
|
|
#searchbox {
|
2014-01-09 16:58:51 +01:00
|
|
|
|
margin-left: 42px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#top_navbar.rightside-userlist .navbar-search {
|
|
|
|
|
margin-right: 127px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-search {
|
|
|
|
|
margin-right: 81px;
|
2014-01-08 16:12:22 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-15 23:03:28 +02:00
|
|
|
|
@media (max-width: 500px) {
|
2013-08-23 07:31:38 +02:00
|
|
|
|
.compose_stream_button_label,
|
|
|
|
|
.compose_private_button_label {
|
2013-08-15 23:03:28 +02:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-11-08 10:12:05 +01:00
|
|
|
|
|
|
|
|
|
.subscription_name {
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
2013-08-15 23:03:28 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-16 17:29:37 +02:00
|
|
|
|
@media (max-width: 350px) {
|
|
|
|
|
html {
|
2013-08-21 19:53:34 +02:00
|
|
|
|
overflow-x: hidden;
|
2013-08-16 17:29:37 +02:00
|
|
|
|
}
|
2014-01-24 20:40:06 +01:00
|
|
|
|
.subscription_description {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-11-12 17:21:58 +01:00
|
|
|
|
}
|
2013-11-16 16:26:40 +01:00
|
|
|
|
|
2014-01-17 21:07:54 +01:00
|
|
|
|
.deactivated_user {
|
2013-11-16 16:26:40 +01:00
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
2013-11-13 19:40:02 +01:00
|
|
|
|
|
2014-01-22 01:43:11 +01:00
|
|
|
|
.admin-menu-item {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-21 21:56:32 +01:00
|
|
|
|
.administration {
|
|
|
|
|
margin-top: 55px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
2013-11-25 19:48:08 +01:00
|
|
|
|
|
2014-02-03 20:14:18 +01:00
|
|
|
|
.admin-realm-name-status {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-25 19:48:08 +01:00
|
|
|
|
li.show-more-topics a {
|
|
|
|
|
font-size: 75%;
|
|
|
|
|
}
|
|
|
|
|
|
Rewrite topic zoom to fix bugs and make cleaner.
In the first cut at topic zoom, I was re-rendering the
streams list, but this created glitches with orphaned
list items. The reproducible bug was that unread counts
on unshown streams weren't updating.
In the new approach, I keep the elements more permanent, and
I just hide and show them as needed, either through jQuery
show/hide or permanent CSS selectors.
I got rid of toggle_zoom(), so that we just explicitly zoom
in and zoom out in all situations. In particular, when we
narrow, it's more clear now that only stay zoomed in when
we're narrowing to the same stream as before (including topic
narrows within that stream).
When you zoom in, the number of topics is no longer limited
to 30, since that was kind of arbitrary anyway. (In practice,
the number of topics is usually well under 30, anyway, due to
the way we track them on the client.)
(imported from commit 5b6c143dee9ba9fe557d8cc36335ff28efb4b0de)
2013-11-26 23:06:39 +01:00
|
|
|
|
.zoom-in .show-more-topics {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoom-out .zoom-out-hide {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoom-in .zoom-in-hide {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-12-07 00:31:17 +01:00
|
|
|
|
|
2014-01-03 20:35:52 +01:00
|
|
|
|
.change-stream-privacy {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.change-stream-privacy-feedback {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-13 19:34:24 +01:00
|
|
|
|
.user-list-filter {
|
2014-01-14 17:05:22 +01:00
|
|
|
|
width: 80%;
|
2014-01-13 19:34:24 +01:00
|
|
|
|
}
|
2014-01-17 20:18:53 +01:00
|
|
|
|
|
|
|
|
|
.inline-subscribe-error {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|