2017-01-11 21:44:59 +01:00
|
|
|
.app-main {
|
|
|
|
padding: 0;
|
|
|
|
width: auto;
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2017-02-02 01:07:41 +01:00
|
|
|
body {
|
|
|
|
font-family: 'Humbug', 'Helvetica Neue', sans-serif !important;
|
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
p {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2017-02-02 01:07:41 +01:00
|
|
|
svg {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
.alert {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.analytics-page-header {
|
2017-02-02 01:07:41 +01:00
|
|
|
margin-top: 30px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-bottom: 50px;
|
|
|
|
text-align: center;
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 36px;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-content {
|
2017-02-28 23:56:03 +01:00
|
|
|
width: 100%;
|
2017-01-11 21:44:59 +01:00
|
|
|
overflow: auto;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-container {
|
|
|
|
min-height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.graph-title {
|
|
|
|
text-align: center;
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 20px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#graph_container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#button_label {
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 15px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-left: 40px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hoverinfo {
|
|
|
|
position: relative;
|
|
|
|
top: -33px;
|
|
|
|
height: 0;
|
2017-03-21 04:19:52 +01:00
|
|
|
width: 400px;
|
2017-01-11 21:44:59 +01:00
|
|
|
z-index: 1;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
2017-02-06 09:32:07 +01:00
|
|
|
#id_messages_sent_over_time {
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#id_messages_sent_over_time[last_value_is_partial='true'] .points path:last-of-type {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
#hover_date {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2017-02-06 09:32:07 +01:00
|
|
|
#hover_human {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-weight: 400;
|
2017-03-21 04:19:52 +01:00
|
|
|
margin-left: 10px;
|
2017-02-06 09:32:07 +01:00
|
|
|
display: none;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-03-21 04:19:52 +01:00
|
|
|
#hover_me,
|
2017-02-06 09:32:07 +01:00
|
|
|
#hover_bot {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-weight: 400;
|
|
|
|
margin-left: 8px;
|
2017-02-06 09:32:07 +01:00
|
|
|
display: none;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
2017-02-02 01:07:41 +01:00
|
|
|
font-family: 'Humbug', 'Helvetica Neue', sans-serif !important;
|
2017-01-11 21:44:59 +01:00
|
|
|
border: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
background: #D8D8D8 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pie-button {
|
2017-02-02 01:07:41 +01:00
|
|
|
font-family: 'Humbug', 'Helvetica Neue', sans-serif !important;
|
2017-01-11 21:44:59 +01:00
|
|
|
font-weight: inherit;
|
|
|
|
border: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0px 5px 0px 5px;
|
|
|
|
margin: 5px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pie-button:hover {
|
|
|
|
background: #D8D8D8 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#button_container {
|
|
|
|
position: absolute;
|
|
|
|
top: -12px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hourly_button {
|
|
|
|
padding: 0px 5px 0px 5px;
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 14px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-left: 40px;
|
|
|
|
margin-top: 0px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#daily_button {
|
|
|
|
padding: 0px 5px 0px 5px;
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 14px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-top: 0px;
|
2017-02-02 01:07:41 +01:00
|
|
|
background: #F0F0F0;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#weekly_button {
|
|
|
|
padding: 0px 5px 0px 5px;
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 14px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-top: 0px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cumulative_button {
|
|
|
|
padding: 0px 5px 0px 5px;
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 14px;
|
2017-01-11 21:44:59 +01:00
|
|
|
margin-top: 0px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#messages_by_client_realm_button {
|
|
|
|
font-size: 14px;
|
|
|
|
background: #D8D8D8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#messages_by_client_user_button {
|
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#messages_by_client_cumulative_button {
|
|
|
|
font-size: 14px;
|
2017-03-05 11:44:35 +01:00
|
|
|
background: #F0F0F0;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-03-05 11:44:35 +01:00
|
|
|
#messages_by_client_last_year_button {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
2017-03-05 11:44:35 +01:00
|
|
|
#messages_by_client_last_month_button {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
2017-03-05 11:44:35 +01:00
|
|
|
#messages_by_client_last_week_button {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 50px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
#messages_by_type_realm_button {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
background: #D8D8D8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#messages_by_type_user_button {
|
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#messages_by_type_cumulative_button {
|
|
|
|
font-size: 14px;
|
2017-03-05 11:44:35 +01:00
|
|
|
background: #F0F0F0;
|
2017-01-11 21:44:59 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-03-05 11:44:35 +01:00
|
|
|
#messages_by_type_last_year_button {
|
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#messages_by_type_last_month_button {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2017-03-05 11:44:35 +01:00
|
|
|
#messages_by_type_last_week_button {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-size: 14px;
|
|
|
|
background: #F0F0F0;
|
|
|
|
vertical-align: top;
|
2017-03-05 11:44:35 +01:00
|
|
|
margin-left: 50px;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#pie_container {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pie_messages_sent_by_client {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 100px 40px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pie_messages_sent_by_type {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 100px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pie_messages_sent_by_client_total {
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 14px;
|
2017-01-11 21:44:59 +01:00
|
|
|
text-align: left;
|
2017-02-02 01:07:41 +01:00
|
|
|
margin: 0px 0px 5px 45px;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#pie_messages_sent_by_type_total {
|
2017-02-02 01:07:41 +01:00
|
|
|
font-size: 14px;
|
|
|
|
text-align: left;
|
|
|
|
margin: 0px 0px 5px 53px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#users_hover_info {
|
|
|
|
position: relative;
|
|
|
|
top: -65px;
|
|
|
|
height: 0;
|
|
|
|
width: 400px;
|
|
|
|
z-index: 1;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#users_hover_date {
|
|
|
|
font-weight: 400;
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#users_hover_humans {
|
|
|
|
font-weight: 400;
|
|
|
|
margin-left: 18px;
|
2017-02-08 03:07:05 +01:00
|
|
|
display: none;
|
2017-02-02 01:07:41 +01:00
|
|
|
}
|
|
|
|
|
2017-03-07 05:50:26 +01:00
|
|
|
.last-update {
|
|
|
|
display: none;
|
|
|
|
color: #aaa;
|
|
|
|
padding: 50px 0px;
|
|
|
|
font-weight: bolder;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.last-update .icon-vector-question-sign {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip-inner {
|
2017-04-11 23:00:27 +02:00
|
|
|
padding: 10px;
|
2017-03-07 05:50:26 +01:00
|
|
|
max-width: 350px;
|
2017-04-11 23:00:27 +02:00
|
|
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: left;
|
|
|
|
line-height: 1.4;
|
2017-03-07 05:50:26 +01:00
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
@media (max-width: 1127px) {
|
|
|
|
#pie_messages_sent_by_client {
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
}
|