jellyfish-web/src/assets/css/dashboard.css

464 lines
8.3 KiB
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
.dashboardColumn,
.dashboardSections {
flex-direction: column;
2020-01-09 19:35:19 +01:00
-webkit-box-orient: vertical;
-webkit-box-direction: normal
2018-10-23 01:13:23 +03:00
}
.dashboardFooter {
margin-top: 3.5em;
text-align: center;
2018-10-23 01:13:23 +03:00
}
.dashboardFooter a {
margin: 0 .7em;
2018-10-23 01:13:23 +03:00
}
progress {
appearance: none;
2020-01-09 19:35:19 +01:00
-moz-appearance: none;
-webkit-appearance: none;
2018-10-23 01:13:23 +03:00
margin: 0;
background: #ccc !important;
2018-10-23 01:13:23 +03:00
}
progress[role]:after {
background-image: none;
2018-10-23 01:13:23 +03:00
}
progress::-webkit-progress-bar {
background: #ccc;
2018-10-23 01:13:23 +03:00
}
progress::-moz-progress-bar {
background-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
progress::-webkit-progress-value {
background-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
progress[aria-valuenow]:before {
border-radius: .4em;
background-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.localnav {
margin-bottom: 2.2em !important;
2018-10-23 01:13:23 +03:00
}
@media all and (min-width:50em) {
2020-01-19 14:29:41 +01:00
.type-interior>div[data-role=content],
2020-01-19 14:39:15 +01:00
.type-interior>.ui-panel-content-wrap>div[data-role=content] {
2018-10-23 01:13:23 +03:00
padding-right: 0;
padding-left: 0;
padding-top: 0;
overflow: hidden;
2018-10-23 01:13:23 +03:00
}
}
.dashboardDocument .dashboardEntryHeaderButton,
.dashboardDocument .lnkManageServer {
display: none !important;
2018-10-23 01:13:23 +03:00
}
.adminDrawerLogo {
padding: 1.5em 1em 1.2em;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 1em;
display: block;
2018-10-23 01:13:23 +03:00
}
.adminDrawerLogo img {
height: 4em;
2018-10-23 01:13:23 +03:00
}
2020-01-19 14:29:41 +01:00
a[data-role=button] {
background: #292929 !important;
background-clip: padding-box;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
-webkit-background-clip: padding-box;
cursor: pointer !important;
font-family: inherit !important;
font-weight: 500 !important;
margin: 0 .25em !important;
display: inline-block;
padding: .8em 1em;
text-align: center;
text-decoration: none !important;
}
2018-10-23 01:13:23 +03:00
div[data-role=controlgroup] a[data-role=button] {
display: inline-block !important;
margin: 0 !important;
2020-01-09 19:35:19 +01:00
-webkit-box-shadow: none !important;
2018-10-23 01:13:23 +03:00
box-shadow: none !important;
2020-01-09 19:35:19 +01:00
-webkit-border-radius: 0;
border-radius: 0;
2018-10-23 01:13:23 +03:00
}
div[data-role=controlgroup] a[data-role=button]:first-child {
2020-01-09 19:35:19 +01:00
-webkit-border-bottom-left-radius: .3125em;
2018-10-23 01:13:23 +03:00
border-bottom-left-radius: .3125em;
2020-01-09 19:35:19 +01:00
-webkit-border-top-left-radius: .3125em;
border-top-left-radius: .3125em;
2018-10-23 01:13:23 +03:00
}
div[data-role=controlgroup] a[data-role=button]:last-child {
2020-01-09 19:35:19 +01:00
-webkit-border-bottom-right-radius: .3125em;
2018-10-23 01:13:23 +03:00
border-bottom-right-radius: .3125em;
2020-01-09 19:35:19 +01:00
-webkit-border-top-right-radius: .3125em;
border-top-right-radius: .3125em;
2018-10-23 01:13:23 +03:00
}
div[data-role=controlgroup] a[data-role=button]+a[data-role=button] {
border-left-width: 0 !important;
margin: 0 0 0 -.4em !important;
2018-10-23 01:13:23 +03:00
}
div[data-role=controlgroup] a.ui-btn-active {
2019-01-21 20:01:38 +01:00
background: #00a4dc !important;
color: #292929 !important;
2018-10-23 01:13:23 +03:00
}
2020-01-19 14:29:41 +01:00
.sessionAppInfo img {
max-width: 40px;
max-height: 40px;
margin-right: 8px;
}
.appLinks img {
height: 36px;
2020-01-19 14:29:41 +01:00
}
.wizardContent h2 img {
height: 2.5em;
vertical-align: middle;
margin-right: .5em;
position: relative;
top: -.3em;
2020-01-19 14:29:41 +01:00
}
2018-10-23 01:13:23 +03:00
.header .imageLink {
display: inline-block;
2018-10-23 01:13:23 +03:00
}
.header .imageLink img {
height: 2.1em;
vertical-align: middle;
2018-10-23 01:13:23 +03:00
}
.content-primary {
padding-top: 6em;
padding-right: 1em;
padding-left: 1em;
2018-10-23 01:13:23 +03:00
}
.withTabs .content-primary {
padding-top: 9em !important;
2018-10-23 01:13:23 +03:00
}
@media all and (min-width:40em) {
.content-primary {
padding-top: 7em;
2018-10-23 01:13:23 +03:00
}
.withTabs .content-primary {
padding-top: 10em !important;
2018-10-23 01:13:23 +03:00
}
}
@media all and (min-width:84em) {
.withTabs .content-primary {
padding-top: 7em !important;
2018-10-23 01:13:23 +03:00
}
}
.content-primary ul:first-child {
margin-top: 0;
2018-10-23 01:13:23 +03:00
}
.dashboardSections {
2020-01-09 19:35:19 +01:00
display: -webkit-box;
display: -webkit-flex;
2018-10-23 01:13:23 +03:00
display: flex;
2020-01-09 19:35:19 +01:00
-webkit-flex-direction: column;
flex-direction: column;
2018-10-23 01:13:23 +03:00
}
.dashboardColumn {
2020-01-09 19:35:19 +01:00
display: -webkit-box;
display: -webkit-flex;
2018-10-23 01:13:23 +03:00
display: flex;
2020-01-09 19:35:19 +01:00
-webkit-flex-direction: column;
2018-10-23 01:13:23 +03:00
flex-direction: column;
2020-01-09 19:35:19 +01:00
-webkit-flex-shrink: 0;
2018-10-23 01:13:23 +03:00
flex-shrink: 0;
2020-01-09 19:35:19 +01:00
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
2018-10-23 01:13:23 +03:00
}
2020-01-19 14:29:41 +01:00
.sessionNowPlayingContent {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
2020-01-19 14:29:41 +01:00
}
.activeSession:not(.playingSession) .sessionNowPlayingContent {
display: none;
2018-10-23 01:13:23 +03:00
}
.dashboardSection {
2020-01-09 19:35:19 +01:00
-webkit-flex-shrink: 0;
2018-10-23 01:13:23 +03:00
flex-shrink: 0;
margin: 0 0 2em;
2018-10-23 01:13:23 +03:00
}
.dashboardSection h3 {
margin-top: .5em;
margin-bottom: .5em;
2018-10-23 01:13:23 +03:00
}
.activeRecordingItems>.card {
width: 50%;
2018-10-23 01:13:23 +03:00
}
@media all and (min-width:70em) {
.dashboardSections {
2020-01-09 19:35:19 +01:00
-webkit-flex-wrap: wrap;
2018-10-23 01:13:23 +03:00
flex-wrap: wrap;
2020-01-09 19:35:19 +01:00
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
2018-10-23 01:13:23 +03:00
}
.dashboardColumn-2-60 {
width: 46%;
2018-10-23 01:13:23 +03:00
}
.dashboardColumn-2-40 {
width: 27%;
2018-10-23 01:13:23 +03:00
}
.dashboardSection {
padding: 0 1.5em;
2018-10-23 01:13:23 +03:00
}
.activeRecordingItems>.card {
width: 25%;
2018-10-23 01:13:23 +03:00
}
}
.wizardContent {
max-width: 62em;
padding: .5em 2em 1em;
margin: 0 auto;
background: #fff;
2018-10-23 01:13:23 +03:00
}
.wizardNavigation {
text-align: right;
2018-10-23 01:13:23 +03:00
}
.wizardContent form {
max-width: 100%;
2018-10-23 01:13:23 +03:00
}
.scheduledTaskPaperIconItem {
outline: 0 !important;
2018-10-23 01:13:23 +03:00
}
.activeSession {
width: 100% !important;
2018-10-23 01:13:23 +03:00
}
.activitylogUserPhoto {
height: 1.71em;
width: 1.71em;
border-radius: 100%;
margin-right: .5em;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
2018-10-23 01:13:23 +03:00
@media all and (min-width:40em) {
.activeSession {
width: 100% !important;
2018-10-23 01:13:23 +03:00
}
}
@media all and (min-width:50em) {
.activeSession {
width: 50% !important;
2018-10-23 01:13:23 +03:00
}
}
.sessionCardFooter {
padding-top: .5em !important;
padding-bottom: 1em !important;
border-top: 1px solid #eee;
text-align: center;
position: relative;
2018-10-23 01:13:23 +03:00
}
.sessionAppInfo {
padding: 0.5em;
overflow: hidden;
2018-10-23 01:13:23 +03:00
}
.sessionCardButtons {
min-height: 2.7em;
2018-10-23 01:13:23 +03:00
}
.sessionCardButton {
margin: 0;
2018-10-23 01:13:23 +03:00
}
.sessionNowPlayingInnerContent {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-weight: 400;
2018-10-23 01:13:23 +03:00
}
.sessionNowPlayingContent-withbackground+.sessionNowPlayingInnerContent {
color: #fff !important;
background: rgba(0, 0, 0, .7);
2018-10-23 01:13:23 +03:00
}
.sessionAppName {
vertical-align: top;
max-width: 200px;
2018-10-23 01:13:23 +03:00
}
.sessionNowPlayingDetails {
display: flex;
2018-10-23 01:13:23 +03:00
position: absolute;
bottom: 0px;
width: 100%;
2018-10-23 01:13:23 +03:00
}
.sessionNowPlayingInfo {
flex-grow: 1;
text-overflow: ellipsis;
padding: 0.8em 0.5em;
2018-10-23 01:13:23 +03:00
}
.sessionNowPlayingTime {
flex-shrink: 0;
align-self: flex-end;
text-overflow: ellipsis;
padding: 0.8em 0.5em;
2018-10-23 01:13:23 +03:00
}
.sessionNowPlayingStreamInfo {
white-space: nowrap;
2018-10-23 01:13:23 +03:00
}
2020-01-19 14:29:41 +01:00
.playbackProgress,
.transcodingProgress {
margin: 0px;
width: 100%;
background: transparent !important;
}
.activeSession .playbackProgress,
2018-10-23 01:13:23 +03:00
.activeSession .transcodingProgress {
position: absolute;
2018-10-23 01:13:23 +03:00
right: 0;
bottom: 0;
left: 0;
height: 6px;
2018-10-23 01:13:23 +03:00
width: 100%;
}
.playbackProgress > div {
z-index: 1000;
background-color: #00a4dc;
2018-10-23 01:13:23 +03:00
}
.transcodingProgress > div {
background-color: #dd4919;
2018-10-23 01:13:23 +03:00
}
@media all and (max-width:34.375em) {
.sessionAppName {
max-width: 160px;
2018-10-23 01:13:23 +03:00
}
}
@media all and (max-width:31.25em) {
.sessionAppName {
max-width: 150px;
2018-10-23 01:13:23 +03:00
}
}
.disabledUser {
2020-01-09 19:35:19 +01:00
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
2018-10-23 01:13:23 +03:00
}
.disabledUserBanner {
margin: 0 0 2em;
2018-10-23 01:13:23 +03:00
}
.appLinks a {
text-decoration: none !important;
2018-10-23 01:13:23 +03:00
}
.appLinks a+a {
margin-left: 5px;
2018-10-23 01:13:23 +03:00
}
2020-01-09 19:35:19 +01:00
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
2018-10-23 01:13:23 +03:00
@keyframes rotating {
from {
2020-01-09 19:35:19 +01:00
-webkit-transform: rotate(0);
transform: rotate(0);
2018-10-23 01:13:23 +03:00
}
to {
2020-01-09 19:35:19 +01:00
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
2018-10-23 01:13:23 +03:00
}
}
.rotatingCircle {
2020-01-09 19:35:19 +01:00
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
2018-10-23 01:13:23 +03:00
}
.pluginPreviewImg {
2020-01-09 19:35:19 +01:00
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
}
2019-06-06 01:18:19 +03:00
2020-01-19 14:39:15 +01:00
.ui-bar-a {
2019-06-06 01:18:19 +03:00
text-align: center;
padding: 0 20px;
}