2018-10-23 01:13:23 +03:00
|
|
|
.dashboardColumn,
|
|
|
|
.dashboardSections {
|
2020-01-19 11:52:19 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
text-align: center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardFooter a {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #ccc !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
progress[role]:after {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-image: none;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-bar {
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #ccc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
progress::-moz-progress-bar {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
progress[aria-valuenow]:before {
|
|
|
|
border-radius: .4em;
|
2020-01-19 14:49:56 +01:00
|
|
|
background-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.localnav {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
overflow: hidden;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardDocument .dashboardEntryHeaderButton,
|
|
|
|
.dashboardDocument .lnkManageServer {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
display: block;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.adminDrawerLogo img {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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 {
|
2020-01-19 14:49:56 +01:00
|
|
|
height: 36px;
|
2020-01-19 14:29:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizardContent h2 img {
|
|
|
|
height: 2.5em;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: .5em;
|
|
|
|
position: relative;
|
2020-01-19 14:49:56 +01:00
|
|
|
top: -.3em;
|
2020-01-19 14:29:41 +01:00
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.header .imageLink {
|
2020-01-19 14:49:56 +01:00
|
|
|
display: inline-block;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .imageLink img {
|
|
|
|
height: 2.1em;
|
2020-01-19 14:49:56 +01:00
|
|
|
vertical-align: middle;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-primary {
|
|
|
|
padding-top: 6em;
|
|
|
|
padding-right: 1em;
|
2020-01-19 14:49:56 +01:00
|
|
|
padding-left: 1em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.withTabs .content-primary {
|
2020-01-19 14:49:56 +01:00
|
|
|
padding-top: 9em !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:40em) {
|
|
|
|
.content-primary {
|
2020-01-19 14:49:56 +01:00
|
|
|
padding-top: 7em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.withTabs .content-primary {
|
2020-01-19 14:49:56 +01:00
|
|
|
padding-top: 10em !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:84em) {
|
|
|
|
.withTabs .content-primary {
|
2020-01-19 14:49:56 +01:00
|
|
|
padding-top: 7em !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-primary ul:first-child {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
bottom: 0;
|
2020-01-19 14:29:41 +01:00
|
|
|
}
|
|
|
|
|
2019-01-10 21:13:18 +01:00
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingContent {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
margin: 0 0 2em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardSection h3 {
|
|
|
|
margin-top: .5em;
|
2020-01-19 14:49:56 +01:00
|
|
|
margin-bottom: .5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.activeRecordingItems>.card {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
flex-direction: row;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardColumn-2-60 {
|
2020-01-19 14:49:56 +01:00
|
|
|
width: 46%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardColumn-2-40 {
|
2020-01-19 14:49:56 +01:00
|
|
|
width: 27%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboardSection {
|
2020-01-19 14:49:56 +01:00
|
|
|
padding: 0 1.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.activeRecordingItems>.card {
|
2020-01-19 14:49:56 +01:00
|
|
|
width: 25%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizardContent {
|
|
|
|
max-width: 62em;
|
|
|
|
padding: .5em 2em 1em;
|
|
|
|
margin: 0 auto;
|
2020-01-19 14:49:56 +01:00
|
|
|
background: #fff;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizardNavigation {
|
2020-01-19 14:49:56 +01:00
|
|
|
text-align: right;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizardContent form {
|
2020-01-19 14:49:56 +01:00
|
|
|
max-width: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.scheduledTaskPaperIconItem {
|
2020-01-19 14:49:56 +01:00
|
|
|
outline: 0 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.activeSession {
|
2020-01-19 14:49:56 +01:00
|
|
|
width: 100% !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-10-13 21:46:22 +02:00
|
|
|
.activitylogUserPhoto {
|
2020-01-19 14:50:51 +01:00
|
|
|
height: 1.71em;
|
|
|
|
width: 1.71em;
|
|
|
|
border-radius: 100%;
|
|
|
|
margin-right: .5em;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2019-10-13 21:46:22 +02:00
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
@media all and (min-width:40em) {
|
|
|
|
.activeSession {
|
2020-01-19 14:49:56 +01:00
|
|
|
width: 100% !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:50em) {
|
|
|
|
.activeSession {
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
position: relative;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-08-31 03:12:10 -07:00
|
|
|
.sessionAppInfo {
|
|
|
|
padding: 0.5em;
|
|
|
|
overflow: hidden;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionCardButtons {
|
2020-01-19 14:49:56 +01:00
|
|
|
min-height: 2.7em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionCardButton {
|
2020-01-19 14:49:56 +01:00
|
|
|
margin: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingInnerContent {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2020-01-19 14:49:56 +01:00
|
|
|
font-weight: 400;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingContent-withbackground+.sessionNowPlayingInnerContent {
|
|
|
|
color: #fff !important;
|
2020-01-19 14:49:56 +01:00
|
|
|
background: rgba(0, 0, 0, .7);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionAppName {
|
|
|
|
vertical-align: top;
|
2020-01-19 14:49:56 +01:00
|
|
|
max-width: 200px;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-08-31 03:12:10 -07:00
|
|
|
.sessionNowPlayingDetails {
|
|
|
|
display: flex;
|
2018-10-23 01:13:23 +03:00
|
|
|
position: absolute;
|
2019-08-31 03:12:10 -07:00
|
|
|
bottom: 0px;
|
|
|
|
width: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-08-31 03:12:10 -07:00
|
|
|
.sessionNowPlayingInfo {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding: 0.8em 0.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingTime {
|
2019-08-31 03:12:10 -07:00
|
|
|
flex-shrink: 0;
|
|
|
|
align-self: flex-end;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding: 0.8em 0.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sessionNowPlayingStreamInfo {
|
2019-08-31 03:12:10 -07:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2019-08-31 03:12:10 -07:00
|
|
|
.activeSession .playbackProgress,
|
2018-10-23 01:13:23 +03:00
|
|
|
.activeSession .transcodingProgress {
|
2019-08-31 03:12:10 -07:00
|
|
|
position: absolute;
|
2018-10-23 01:13:23 +03:00
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2019-08-31 03:12:10 -07:00
|
|
|
height: 6px;
|
2018-10-23 01:13:23 +03:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-08-31 03:12:10 -07:00
|
|
|
.playbackProgress > div {
|
|
|
|
z-index: 1000;
|
|
|
|
background-color: #00a4dc;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-08-31 03:12:10 -07:00
|
|
|
.transcodingProgress > div {
|
|
|
|
background-color: #dd4919;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width:34.375em) {
|
|
|
|
.sessionAppName {
|
2020-01-19 14:49:56 +01:00
|
|
|
max-width: 160px;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width:31.25em) {
|
|
|
|
.sessionAppName {
|
2020-01-19 14:49:56 +01:00
|
|
|
max-width: 150px;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.disabledUser {
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-filter: grayscale(100%);
|
2020-01-19 14:49:56 +01:00
|
|
|
filter: grayscale(100%);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.disabledUserBanner {
|
2020-01-19 14:49:56 +01:00
|
|
|
margin: 0 0 2em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.appLinks a {
|
2020-01-19 14:49:56 +01:00
|
|
|
text-decoration: none !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.appLinks a+a {
|
2020-01-19 14:49:56 +01:00
|
|
|
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);
|
2020-01-19 14:49:56 +01:00
|
|
|
transform: rotate(0);
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-transform: rotate(360deg);
|
2020-01-19 14:49:56 +01:00
|
|
|
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;
|
2020-01-19 14:49:56 +01:00
|
|
|
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);
|
2020-01-19 14:49:56 +01:00
|
|
|
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
|
2019-01-06 20:45:38 -05:00
|
|
|
}
|
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;
|
|
|
|
}
|