2022-01-05 11:41:25 +01:00

124 lines
1.8 KiB
CSS

/* This file is part of the Indico plugins.
* Copyright (C) 2002 - 2022 CERN
*
* The Indico plugins are free software; you can redistribute
* them and/or modify them under the terms of the MIT License;
* see the LICENSE file for more details.
*/
div#statsHeader {
border-bottom: 1px solid #efefef;
padding-bottom: 10px;
display: block;
width: auto;
height: auto;
}
div#statsWidgetsWrapper {
width: 740px;
height: auto;
padding: 10px 0 10px 0;
}
div.statsInfo {
font-size: 1.2em;
}
div#statsInfoHidden {
padding-top: 5px;
display: none;
}
div#statsFilter {
clear: both;
padding-top: 5px;
display: none;
height: auto !important;
}
div.statsTopBordered {
border-top: 1px solid #efefef;
padding-top: 5px;
text-align: right;
}
div.statsRow {
width: 100%;
display: block;
height: 320px;
clear: both;
}
div.statsWidget {
display: block;
border-left: 1px solid #efefef;
padding: 0 5px 0 5px;
margin: 0 16px 15px 0;
float: left;
height: 100%;
}
div.statsFilterOption {
padding-bottom: 5px;
}
div.statsWidget iframe {
width: 100%;
height: 280px;
}
div.statsWidget.full {
width: 100%;
}
div.statsWidget.edge {
margin-right: 0 !important;
}
div.statsWidget.large {
width: 500px;
}
div.statsWidget.medium {
width: 350px;
}
div.statsWidget.small {
width: 200px;
}
div.statsWidgetTitle {
background: #efefef;
font-weight: bold;
padding: 5px;
font-size: 1.1em;
}
div.statsWidgetContent {
width: auto;
height: 100%;
padding: 5px;
word-wrap: break-word;
}
div.statsTableDivider {
padding: 10px 0 5px 0;
margin-bottom: 5px;
display: block;
width: 100%;
border-bottom: 1px solid #ddddef;
font-weight: bold;
}
div#statsGenerated {
font-style: italic;
font-size: 0.8em;
padding-top: 10px;
}
div#visitorChart {
margin-left: 15px;
width: 95%;
height: 270px;
}