2012-09-10 20:31:53 +02:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
2012-10-19 19:37:42 +02:00
|
|
|
code {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-09-11 20:25:29 +02:00
|
|
|
.sidebar-nav {
|
2012-10-05 17:46:07 +02:00
|
|
|
background-color: white;
|
2012-10-11 00:55:00 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
margin-top: 2em;
|
2012-10-11 22:34:57 +02:00
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.sidebar-nav {
|
|
|
|
background-color: white;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0px;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
2012-10-11 00:55:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul#sidebar {
|
|
|
|
margin-bottom: 0px;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-10-11 22:34:57 +02:00
|
|
|
#nav_whitespace {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_fullname {
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 150%;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_email {
|
2012-10-12 05:10:48 +02:00
|
|
|
color: grey;
|
|
|
|
}
|
2012-10-17 20:30:06 +02:00
|
|
|
.logout {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-10-12 05:10:48 +02:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
.my_fullname {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
.my_email {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-10-12 05:10:48 +02:00
|
|
|
|
2012-10-11 23:11:30 +02:00
|
|
|
.new_message_button {
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
2012-10-12 01:02:44 +02:00
|
|
|
.phone_new_message_button {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2012-08-29 18:11:15 +02:00
|
|
|
|
2012-10-19 21:59:12 +02:00
|
|
|
#load_more {
|
|
|
|
margin-bottom: 35px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-05 17:46:07 +02:00
|
|
|
#application_area {
|
2012-08-29 18:11:15 +02:00
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-10-10 00:05:37 +02:00
|
|
|
.message_list {
|
2012-10-11 18:06:31 +02:00
|
|
|
max-width: 640px;
|
2012-09-17 22:58:05 +02:00
|
|
|
background-color: aliceblue;
|
2012-10-11 00:24:18 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
2012-10-19 20:46:48 +02:00
|
|
|
overflow-x: hidden;
|
2012-09-25 22:18:25 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 16:27:59 +02:00
|
|
|
.message_row {
|
2012-09-25 22:18:25 +02:00
|
|
|
cursor: pointer;
|
2012-08-29 18:54:58 +02:00
|
|
|
}
|
2012-09-11 20:13:53 +02:00
|
|
|
|
2012-10-10 00:06:04 +02:00
|
|
|
.message_comp {
|
2012-10-09 20:29:06 +02:00
|
|
|
display: none;
|
2012-09-14 18:19:16 +02:00
|
|
|
border: 1px solid #EEE;
|
2012-10-11 20:58:44 +02:00
|
|
|
max-width: 640px;
|
|
|
|
background-color: white;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-top: 5px;
|
2012-08-29 18:54:58 +02:00
|
|
|
}
|
|
|
|
|
2012-09-10 21:14:01 +02:00
|
|
|
td.pointer {
|
|
|
|
vertical-align: top;
|
2012-09-10 21:16:17 +02:00
|
|
|
padding-top: 10px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 16:17:58 +02:00
|
|
|
.selected_message .pointer {
|
2012-10-02 20:47:01 +02:00
|
|
|
background-color: blue;
|
2012-09-10 21:14:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 19:24:34 +02:00
|
|
|
.narrowed_selected_message .pointer {
|
|
|
|
background-color: #6699FF;
|
|
|
|
}
|
|
|
|
|
2012-10-10 00:06:50 +02:00
|
|
|
.message_picture {
|
2012-09-10 20:31:53 +02:00
|
|
|
vertical-align: top;
|
2012-09-27 21:37:14 +02:00
|
|
|
text-align: right;
|
2012-10-17 22:03:00 +02:00
|
|
|
padding-right: 7px;
|
2012-09-27 21:37:14 +02:00
|
|
|
padding-top: 5px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 22:35:46 +02:00
|
|
|
.ztable_layout_row {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
2012-10-10 23:34:52 +02:00
|
|
|
.ztable_col1 { /* streamname */
|
2012-10-17 22:03:00 +02:00
|
|
|
width: 46px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
.ztable_col2 { /* pointer */
|
|
|
|
width: 2px;
|
|
|
|
}
|
2012-10-11 00:01:39 +02:00
|
|
|
.ztable_col3 { /* subjectname */
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-10 21:14:01 +02:00
|
|
|
|
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;
|
2012-09-26 20:27:38 +02:00
|
|
|
overflow-x: hidden;
|
2012-10-02 20:47:01 +02:00
|
|
|
text-overflow: ellipsis;
|
2012-09-26 20:27:38 +02:00
|
|
|
white-space: nowrap;
|
2012-10-17 22:03:00 +02:00
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 14px;
|
2012-09-26 20:27:38 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header_stream {
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #bbb;
|
2012-09-26 20:27:38 +02:00
|
|
|
border: 1px solid grey;
|
2012-09-20 21:33:45 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header_huddle {
|
2012-09-28 20:34:09 +02:00
|
|
|
color: white;
|
2012-09-28 20:47:54 +02:00
|
|
|
background-color: #444;
|
2012-10-16 04:29:49 +02:00
|
|
|
border: 1px solid #444;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header.left_part {
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
.message_header.right_part {
|
|
|
|
border-left: 0px;
|
|
|
|
}
|
|
|
|
|
2012-09-28 18:11:27 +02:00
|
|
|
.messagebox.personal-message {
|
2012-09-28 21:59:43 +02:00
|
|
|
border-color: #444;
|
2012-09-28 18:11:27 +02:00
|
|
|
border-width: 0px 2px 2px 2px;
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #feffe0;
|
2012-09-28 18:11:27 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
.sender_name {
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
2012-09-11 19:20:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
.sender_email {
|
2012-09-11 19:20:01 +02:00
|
|
|
font-size: 80%;
|
2012-09-13 23:45:44 +02:00
|
|
|
color: gray;
|
2012-09-13 21:35:09 +02:00
|
|
|
|
|
|
|
/* Use padding, not margin, so that there's a continuous
|
|
|
|
region of 'hover-ability' between fullname and email. */
|
|
|
|
padding-left: 5px;
|
2012-09-11 21:20:24 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:49:46 +02:00
|
|
|
.message_label_clickable:hover {
|
2012-09-11 17:32:04 +02:00
|
|
|
cursor: pointer;
|
2012-09-11 17:49:13 +02:00
|
|
|
color: #08C;
|
2012-09-11 17:32:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 16:27:39 +02:00
|
|
|
.message_time {
|
2012-09-10 20:31:53 +02:00
|
|
|
color: gray;
|
|
|
|
float: right;
|
2012-09-13 19:15:20 +02:00
|
|
|
font-size: 90%;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:53:06 +02:00
|
|
|
table.message_table {
|
2012-09-11 17:56:34 +02:00
|
|
|
table-layout: fixed;
|
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%;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
table.focused_table {
|
|
|
|
display: table;
|
2012-09-11 17:56:34 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 00:02:28 +02:00
|
|
|
.message_content {
|
2012-09-26 20:27:38 +02:00
|
|
|
margin-left: 5px;
|
2012-10-11 21:54:57 +02:00
|
|
|
margin-right: 35px; /* size of the timestamp */
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-11 19:06:07 +02:00
|
|
|
|
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-11 21:54:57 +02:00
|
|
|
padding: 5px 14px;
|
2012-09-10 20:31:53 +02:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid gray;
|
2012-09-28 18:11:27 +02:00
|
|
|
border-width: 0px 1px 1px 1px;
|
2012-10-05 21:57:22 +02:00
|
|
|
word-wrap: break-word;
|
2012-09-18 23:19:29 +02:00
|
|
|
}
|
|
|
|
|
2012-10-02 19:26:51 +02:00
|
|
|
.messagebox p {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.bookend {
|
2012-09-26 20:27:38 +02:00
|
|
|
padding-top: 10px;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.prev_is_same_sender {
|
2012-09-13 22:00:11 +02:00
|
|
|
padding-top: 0px;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
img.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;
|
2012-09-10 20:31:53 +02:00
|
|
|
max-height: 30px;
|
2012-09-13 03:57:32 +02:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
#compose {
|
2012-10-09 19:53:21 +02:00
|
|
|
visibility: hidden;
|
2012-09-10 20:31:53 +02:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
background: white;
|
2012-10-11 20:58:44 +02:00
|
|
|
max-width: 670px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
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);
|
|
|
|
margin-left: 5px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
2012-10-03 22:50:32 +02:00
|
|
|
.composebox-close {
|
2012-10-11 20:58:44 +02:00
|
|
|
padding: 5px;
|
2012-10-03 22:50:32 +02:00
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
.compose_table #personal-message {
|
2012-10-06 01:05:14 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:33:38 +02:00
|
|
|
#stream-dne {
|
2012-09-05 23:38:20 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:33:38 +02:00
|
|
|
#stream-nosub {
|
2012-09-05 23:38:20 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
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 {
|
2012-09-10 20:31:53 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
textarea:focus {
|
|
|
|
outline: none;
|
|
|
|
border: gray;
|
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
2012-10-09 23:59:41 +02:00
|
|
|
input.recipient_box {
|
2012-09-27 21:34:15 +02:00
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
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%;
|
|
|
|
}
|
|
|
|
#subject.recipient_box {
|
|
|
|
width: 64%;
|
|
|
|
}
|
|
|
|
#huddle_recipient.recipient_box {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-10-10 00:05:05 +02:00
|
|
|
input.send_message {
|
2012-09-11 20:25:29 +02:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
#top_statusbar {
|
2012-09-11 20:13:53 +02:00
|
|
|
position: fixed;
|
2012-10-11 20:35:57 +02:00
|
|
|
/* .message_list max-width + 30px margin */
|
|
|
|
max-width: 670px;
|
2012-09-11 20:13:53 +02:00
|
|
|
text-decoration: none;
|
|
|
|
top: 0px;
|
2012-10-16 20:25:12 +02:00
|
|
|
visibility: hidden; /* so that we pass clicks through to underneath us */
|
2012-09-11 18:12:02 +02:00
|
|
|
}
|
2012-09-11 21:33:24 +02:00
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
.narrowed_to_bar {
|
2012-10-16 20:25:12 +02:00
|
|
|
/* We use display: to toggle whether or not this actually shows up,
|
|
|
|
but we need visibility: visible because its parent,
|
|
|
|
top_statusbar, is visibility: hidden and we don't want to
|
|
|
|
inherit that. */
|
|
|
|
visibility: visible;
|
2012-10-11 22:34:57 +02:00
|
|
|
display: none;
|
2012-10-11 20:35:57 +02:00
|
|
|
padding: 5px 10px;
|
2012-10-11 22:34:57 +02:00
|
|
|
background-color: #DDD;
|
2012-10-11 20:35:57 +02:00
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
.floating_recipient_bar {
|
2012-10-15 16:53:48 +02:00
|
|
|
max-width: 640px;
|
|
|
|
/* from .message_list */
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
table.floating_recipient {
|
2012-10-14 04:13:27 +02:00
|
|
|
table-layout: fixed;
|
|
|
|
margin-left: auto;
|
2012-10-15 16:53:48 +02:00
|
|
|
width: 100%;
|
2012-10-14 04:13:27 +02:00
|
|
|
}
|
|
|
|
|
2012-10-03 00:36:34 +02:00
|
|
|
#narrowlabel {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2012-10-19 21:07:08 +02:00
|
|
|
padding-left: 46px;
|
2012-09-17 22:58:05 +02:00
|
|
|
}
|
|
|
|
|
2012-10-03 00:36:34 +02:00
|
|
|
#currently_narrowed_to {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrowed_view {
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #DDD;
|
2012-09-14 17:40:56 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 17:26:49 +02:00
|
|
|
#top_whitespace {
|
|
|
|
display: block;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
#bottom_whitespace {
|
2012-09-11 20:12:39 +02:00
|
|
|
display: block;
|
2012-10-03 23:23:19 +02:00
|
|
|
height: 300px;
|
2012-09-11 20:12:39 +02:00
|
|
|
}
|
2012-09-11 23:37:46 +02:00
|
|
|
|
2012-09-21 20:34:00 +02:00
|
|
|
#subscriptions_table {
|
2012-10-04 22:59:18 +02:00
|
|
|
width: 75%;
|
2012-09-21 20:34:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_entry {
|
|
|
|
width: 85%;
|
2012-09-22 01:11:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions-status {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-09-24 21:02:13 +02:00
|
|
|
|
2012-10-01 21:32:09 +02:00
|
|
|
#home-error {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-09-26 22:44:38 +02:00
|
|
|
#loading_indicator {
|
|
|
|
margin-top: 40px;
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading_spinner {
|
|
|
|
width: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
2012-09-27 22:54:27 +02:00
|
|
|
|
|
|
|
#stream_or_huddle {
|
2012-10-09 17:03:59 +02:00
|
|
|
margin: 3px;
|
|
|
|
padding: 5px;
|
|
|
|
width: 90%;
|
2012-09-27 22:54:27 +02:00
|
|
|
border: 1px solid grey;
|
|
|
|
}
|
|
|
|
|
2012-10-09 23:46:41 +02:00
|
|
|
#message-type-tabs {
|
2012-09-27 22:54:27 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2012-10-17 04:42:19 +02:00
|
|
|
|
|
|
|
.message_body_gravatar {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2012-10-18 20:23:57 +02:00
|
|
|
|
|
|
|
.userinfo_popover a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|