47 lines
749 B
CSS
47 lines
749 B
CSS
.activity-grid {
|
|
font-size: smaller;
|
|
}
|
|
|
|
.activity-grid th,td {
|
|
padding: 5px !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.activity-grid td {
|
|
color: #fff;
|
|
}
|
|
|
|
.album-slideshow-container #image-preview {
|
|
height: 600px;
|
|
max-width: 100%;
|
|
width: 800px;
|
|
}
|
|
|
|
.album-slideshow-container #image-preview img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.album-slideshow-container .thumbnails {
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
}
|
|
|
|
.stats-table .icon-col {
|
|
font-size: 1.4em;
|
|
width: 20%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.stats-table .stat-col {
|
|
font-size: 1.8em;
|
|
font-weight: bold;
|
|
width: 40%;
|
|
}
|
|
|
|
.stats-table .text-col {
|
|
font-size: 1.2em;
|
|
vertical-align: middle;
|
|
width: 40%;
|
|
} |