2013-03-11 20:12:55 -07:00
|
|
|
|
@font-face {
|
2014-06-05 17:39:02 -07:00
|
|
|
|
font-family: 'Roboto';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url(fonts/RobotoThin.woff) format('woff');
|
2014-05-02 07:49:28 -07:00
|
|
|
|
}
|
2014-06-05 17:39:02 -07:00
|
|
|
|
|
2014-05-02 07:49:28 -07:00
|
|
|
|
@font-face {
|
2014-06-05 17:39:02 -07:00
|
|
|
|
font-family: 'Roboto';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url(fonts/RobotoLight.woff) format('woff');
|
2014-05-02 07:49:28 -07:00
|
|
|
|
}
|
2014-06-05 17:39:02 -07:00
|
|
|
|
|
2014-05-02 07:49:28 -07:00
|
|
|
|
@font-face {
|
2014-06-05 17:39:02 -07:00
|
|
|
|
font-family: 'Roboto';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
src: local('Roboto Regular'), local('Roboto-Regular'), url(fonts/RobotoRegular.woff) format('woff');
|
2014-05-02 07:49:28 -07:00
|
|
|
|
}
|
2014-06-05 17:39:02 -07:00
|
|
|
|
|
2014-05-02 07:49:28 -07:00
|
|
|
|
@font-face {
|
2014-06-05 17:39:02 -07:00
|
|
|
|
font-family: 'Roboto';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url(fonts/RobotoMedium.woff) format('woff');
|
2014-05-02 07:49:28 -07:00
|
|
|
|
}
|
2014-08-01 19:34:45 -07:00
|
|
|
|
|
2014-07-26 10:30:15 -07:00
|
|
|
|
@font-face {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
font-family: 'Roboto';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/RobotoBold.woff) format('woff');
|
2014-07-26 10:30:15 -07:00
|
|
|
|
}
|
2014-05-02 07:49:28 -07:00
|
|
|
|
|
2014-09-14 08:10:51 -07:00
|
|
|
|
@font-face {
|
2014-09-15 20:33:30 -07:00
|
|
|
|
font-family: 'MBLogo';
|
2014-09-14 08:10:51 -07:00
|
|
|
|
font-style: normal;
|
2014-09-15 20:33:30 -07:00
|
|
|
|
font-weight: 200;
|
2014-09-17 18:26:23 -07:00
|
|
|
|
src: url('fonts/mblogo.woff') format('woff');
|
2014-09-14 08:10:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-11-02 20:38:43 -07:00
|
|
|
|
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */
|
|
|
|
|
.ui-mini {
|
2014-11-04 05:41:12 -07:00
|
|
|
|
margin-left: 0;
|
2014-11-02 20:38:43 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-26 13:53:54 -07:00
|
|
|
|
* {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
text-shadow: none !important;
|
2013-04-26 13:53:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
body {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
overflow-y: scroll !important;
|
2013-12-03 21:18:50 -07:00
|
|
|
|
font-size: 13px;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
font-family: Roboto, Arial, Helvetica, sans-serif;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.bodyWithPopupOpen {
|
|
|
|
|
overflow-y: hidden !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-11 23:05:51 -07:00
|
|
|
|
.textlink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.textlink:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-04 07:19:46 -07:00
|
|
|
|
h1, h1 a {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
font-weight: 300 !important;
|
2014-10-25 11:32:58 -07:00
|
|
|
|
font-size: 24px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-09 12:43:06 -07:00
|
|
|
|
.ui-loader h1 {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
font-family: Roboto;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
font-weight: 500 !important;
|
2014-05-09 12:43:06 -07:00
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.ui-loader h1 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-weight: 400;
|
2013-04-09 09:42:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-05-13 17:46:45 -07:00
|
|
|
|
/*a, a.ui-link {
|
2014-05-12 11:04:25 -07:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-controlgroup a, a.ui-btn {
|
|
|
|
|
font-weight: bold;
|
2014-05-13 17:46:45 -07:00
|
|
|
|
}*/
|
2014-05-12 11:04:25 -07:00
|
|
|
|
|
2014-07-26 10:30:15 -07:00
|
|
|
|
.ui-btn {
|
|
|
|
|
font-family: Roboto;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
font-weight: 500 !important;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-28 11:27:29 -07:00
|
|
|
|
h1 a {
|
2013-06-02 07:33:51 -07:00
|
|
|
|
text-decoration: none;
|
2013-11-28 11:27:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-01 13:17:40 -07:00
|
|
|
|
.libraryPage h1 a {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
color: #fff !important;
|
2013-06-02 07:33:51 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-27 12:04:19 -07:00
|
|
|
|
h1 a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2013-06-02 07:33:51 -07:00
|
|
|
|
|
2014-08-15 09:35:41 -07:00
|
|
|
|
.ui-listview li h3 {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
pre, textarea.pre {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 8.5px;
|
|
|
|
|
font-size: 12.025px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.type-interior h2 {
|
|
|
|
|
color: #1B58B8;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-07 11:38:50 -07:00
|
|
|
|
/* Bring these jqm font sizes down a little bit */
|
|
|
|
|
.ui-controlgroup-controls label {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-26 15:53:06 -07:00
|
|
|
|
.hide {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
/*
|
|
|
|
|
Header
|
|
|
|
|
*/
|
|
|
|
|
.header {
|
2013-12-27 19:46:32 -07:00
|
|
|
|
padding: 7px 0 0 15px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imgLogoIcon {
|
|
|
|
|
height: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imgLogoText {
|
|
|
|
|
height: 45px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-popup-container {
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .imageLink {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageLink + .imageLink {
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .imageLink img {
|
2013-12-25 20:44:26 -07:00
|
|
|
|
height: 28px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnCurrentUser {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.currentUsername {
|
|
|
|
|
margin-right: 7px;
|
2013-12-26 19:41:32 -07:00
|
|
|
|
font-size: 18px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
color: #000;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 4px;
|
2013-12-26 19:41:32 -07:00
|
|
|
|
display: none;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 .imageLink {
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 .imageLink img {
|
2013-03-29 16:09:13 -07:00
|
|
|
|
height: 32px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageLink:hover {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageTitle {
|
|
|
|
|
margin-top: 0;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
font-family: Roboto;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageButton {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageButton:hover {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imageButton[disabled], .imageButton[disabled]:hover {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
opacity: .3 !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fieldDescription {
|
2013-11-27 12:04:19 -07:00
|
|
|
|
font-size: 12px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
padding-left: 5px;
|
2013-11-30 23:25:19 -07:00
|
|
|
|
font-weight: normal;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
white-space: normal !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-04 11:26:32 -07:00
|
|
|
|
.warningFieldDescription {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border: 1px solid #f4c63f;
|
|
|
|
|
background: #fadb4e;
|
|
|
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#ffefaa),to(#ffe155));
|
|
|
|
|
background-image: -webkit-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: -moz-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: -ms-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: -o-linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
background-image: linear-gradient(#ffefaa,#ffe155);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-22 17:04:50 -07:00
|
|
|
|
.fieldDescription + .fieldDescription {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.ulForm {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
margin-bottom: 20px !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ulForm li:not(.ui-li-divider) {
|
|
|
|
|
background: none;
|
|
|
|
|
border-top: none;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup .ulForm {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
margin-bottom: 0 !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-06-21 22:52:31 -07:00
|
|
|
|
.content-primary {
|
|
|
|
|
padding-top: 55px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.content-secondary {
|
2014-06-21 22:52:31 -07:00
|
|
|
|
z-index: 1000;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
border: 0;
|
2013-12-26 22:08:37 -07:00
|
|
|
|
display: none;
|
2014-06-21 22:52:31 -07:00
|
|
|
|
text-align: left;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
width: 220px;
|
2014-06-21 22:52:31 -07:00
|
|
|
|
position: fixed;
|
|
|
|
|
top: 51px;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
margin: 0;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 10:30:15 -07:00
|
|
|
|
.sidebarLinks {
|
|
|
|
|
margin-top: 2.75em;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
2013-03-11 20:12:55 -07:00
|
|
|
|
|
2014-08-01 19:34:45 -07:00
|
|
|
|
.sidebarLinks a {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: .6em 20px .6em 20px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #333 !important;
|
|
|
|
|
text-shadow: none !important;
|
|
|
|
|
font-weight: 500 !important;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border-radius: 2px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-01 19:34:45 -07:00
|
|
|
|
.sidebarLinks a:hover {
|
|
|
|
|
background: #52B54B;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebarLinks a.selectedSidebarLink {
|
|
|
|
|
background: #38c !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2013-03-11 20:12:55 -07:00
|
|
|
|
|
2013-12-25 20:44:26 -07:00
|
|
|
|
.sidebarDivider {
|
|
|
|
|
height: 1px;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
background: #ddd;
|
2013-12-25 20:44:26 -07:00
|
|
|
|
margin: .25em 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-16 14:55:50 -07:00
|
|
|
|
.invalidEntry {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
background-color: lightpink !important;
|
2013-07-16 14:55:50 -07:00
|
|
|
|
}
|
2013-07-14 15:01:02 -07:00
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
/* Tabs (e.g. advanced metadata page) */
|
|
|
|
|
.localnav {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
margin-bottom: 40px !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.localnav + form {
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.page > .ui-content {
|
2014-08-27 21:32:45 -07:00
|
|
|
|
/* Need this so that the audio player doesn't cover content, but also for unveil lazy loading. */
|
|
|
|
|
padding-bottom: 160px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-26 22:08:37 -07:00
|
|
|
|
.dashboardPanelDivider {
|
|
|
|
|
height: 1px;
|
2014-07-26 10:30:15 -07:00
|
|
|
|
background: #ddd;
|
2013-12-26 22:08:37 -07:00
|
|
|
|
margin: .25em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboardPanelLink {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
padding: .7em .5em .7em 1.25em;
|
2013-12-26 22:08:37 -07:00
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
color: #000 !important;
|
2013-12-26 22:08:37 -07:00
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboardPanelLink:hover {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
background: #52B54B;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
color: #fff !important;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
2013-12-26 22:08:37 -07:00
|
|
|
|
|
|
|
|
|
.selectedDashboardPanelLink {
|
2014-02-12 22:11:54 -07:00
|
|
|
|
background: #38c;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
color: #fff !important;
|
2013-12-26 22:08:37 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboardPanel .ui-panel-inner {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-04 20:50:29 -07:00
|
|
|
|
.appLinks a {
|
|
|
|
|
margin: 0 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appLinks img {
|
2014-04-07 21:17:18 -07:00
|
|
|
|
height: 32px;
|
2014-01-04 20:50:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-03-11 19:11:01 -07:00
|
|
|
|
.activeDevicesCollapsible .ui-collapsible-content {
|
|
|
|
|
padding: .5em .5em !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-26 22:08:37 -07:00
|
|
|
|
@media all and (min-width: 450px) {
|
|
|
|
|
|
|
|
|
|
.currentUsername {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
@media all and (min-width: 650px) {
|
|
|
|
|
|
|
|
|
|
.imgLogoIcon {
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
2013-12-26 22:08:37 -07:00
|
|
|
|
}
|
2013-03-11 20:12:55 -07:00
|
|
|
|
|
2013-12-26 22:08:37 -07:00
|
|
|
|
@media all and (min-width: 750px) {
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Forms
|
|
|
|
|
*/
|
|
|
|
|
form, .readOnlyContent {
|
|
|
|
|
max-width: 600px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-26 22:08:37 -07:00
|
|
|
|
.imgLogoText {
|
|
|
|
|
height: 50px;
|
2013-12-26 19:41:32 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-26 22:08:37 -07:00
|
|
|
|
.header {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-07 06:34:46 -07:00
|
|
|
|
.type-interior > .ui-content, .type-interior > .ui-panel-content-wrap > .ui-content {
|
2013-03-11 20:12:55 -07:00
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-secondary {
|
2013-12-26 22:08:37 -07:00
|
|
|
|
display: block;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary {
|
2014-07-29 20:31:35 -07:00
|
|
|
|
padding: 80px 15px 3em 0;
|
2014-07-27 15:01:29 -07:00
|
|
|
|
margin: 0 0 0 260px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-primary ul:first-child {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-26 22:08:37 -07:00
|
|
|
|
@media all and (min-width: 900px) {
|
2013-12-26 19:41:32 -07:00
|
|
|
|
|
2014-01-01 20:53:27 -07:00
|
|
|
|
.page:not(.standalonePage) .header {
|
2013-12-26 19:41:32 -07:00
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
/*
|
|
|
|
|
Media Library Page
|
|
|
|
|
*/
|
|
|
|
|
.mediaFolderButtons {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFolderLocations {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
margin: 1em .25em !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaLocationsHeader {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
padding-top: .75em !important;
|
|
|
|
|
padding-bottom: .75em !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaLocationsHeader .ui-btn {
|
|
|
|
|
position: absolute;
|
2013-12-24 11:37:29 -07:00
|
|
|
|
right: -6px;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
margin-bottom: 0 !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ulDirectoryPickerList a {
|
|
|
|
|
padding-top: .4em;
|
|
|
|
|
padding-bottom: .4em;
|
2013-05-19 16:59:30 -07:00
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lblDirectoryPickerPath {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.directoryPickerHeadline {
|
|
|
|
|
border: 1px solid #f7c942;
|
|
|
|
|
color: #222;
|
|
|
|
|
background: #fff9df;
|
|
|
|
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#fffadf),to(#fff3a5));
|
|
|
|
|
background-image: -webkit-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: -moz-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: -ms-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: -o-linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
background-image: linear-gradient(#fffadf,#fff3a5);
|
|
|
|
|
padding: 1em;
|
|
|
|
|
border-radius: 5px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
List Vew Items
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.posterViewItem {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemWithDualText {
|
|
|
|
|
padding-bottom: 56px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemWithNoText {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
padding-bottom: 0 !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItem a {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
color: white !important;
|
|
|
|
|
font-weight: normal !important;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItem img {
|
|
|
|
|
max-width: 155px;
|
2013-04-08 14:54:51 -07:00
|
|
|
|
max-height: 110px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.premiumBanner img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
text-align: right;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemText {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-wrap: none;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
margin: 0;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
padding: 4px 5px 0;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 24px;
|
|
|
|
|
background: #181818;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.posterViewItemWithDualText .posterViewItemText {
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
height: 23px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.posterViewItemPrimaryText {
|
|
|
|
|
bottom: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-22 20:56:11 -07:00
|
|
|
|
.posterViewItem:hover, .userItem:hover, .tileItem:hover {
|
2014-07-10 21:27:46 -07:00
|
|
|
|
-moz-box-shadow: 0 0 0 5px #38c;
|
|
|
|
|
-webkit-box-shadow: 0 0 0 5px #38c;
|
|
|
|
|
box-shadow: 0 0 0 5px #38c;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 750px) {
|
|
|
|
|
|
|
|
|
|
.posterViewItem img {
|
|
|
|
|
max-width: 190px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
max-height: 130px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
2013-04-01 11:55:56 -07:00
|
|
|
|
.posterViewItem {
|
2013-04-11 05:23:02 -07:00
|
|
|
|
font-size: 15px;
|
2013-04-01 11:55:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.posterViewItem img {
|
|
|
|
|
max-width: 270px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
max-height: 160px;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
}
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1920px) {
|
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.posterViewItemText {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
height: 25px !important;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.posterViewItem {
|
2013-04-11 05:23:02 -07:00
|
|
|
|
font-size: 17px;
|
2013-04-03 15:45:04 -07:00
|
|
|
|
padding-bottom: 29px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemWithDualText {
|
2013-04-03 15:45:04 -07:00
|
|
|
|
padding-bottom: 60px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItemPrimaryText {
|
2013-04-03 15:45:04 -07:00
|
|
|
|
bottom: 30px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterViewItem img {
|
2013-04-03 15:45:04 -07:00
|
|
|
|
max-width: 310px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
max-height: 210px;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent {
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
padding: .5em 2em 1em;
|
|
|
|
|
margin: 0 auto;
|
2013-12-25 20:44:26 -07:00
|
|
|
|
background: #e8e8e8;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardNavigation {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent form {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent p {
|
|
|
|
|
margin: 2em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wizardContent h2 img {
|
|
|
|
|
height: 35px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-right: .5em;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Footer */
|
|
|
|
|
#footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: -2px;
|
|
|
|
|
left: -2px;
|
|
|
|
|
right: -2px;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
/* Above everything, except for the video player and popup overlays */
|
|
|
|
|
z-index: 1097;
|
2013-12-24 11:37:29 -07:00
|
|
|
|
color: #fff;
|
|
|
|
|
border: 0 !important;
|
2014-07-03 19:22:57 -07:00
|
|
|
|
background-color: #111;
|
2014-03-17 16:59:25 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-11 20:12:55 -07:00
|
|
|
|
.footerNotification {
|
|
|
|
|
text-shadow: none;
|
2014-03-17 18:45:28 -07:00
|
|
|
|
padding: .75em 1em;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
margin: 0;
|
|
|
|
|
font-weight: normal;
|
2013-12-24 11:37:29 -07:00
|
|
|
|
border-top: 1px solid #555;
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notificationIcon {
|
|
|
|
|
height: 24px;
|
|
|
|
|
margin-right: 1em;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Gradient Shadow
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* All HTML5 progress enabled browsers */
|
|
|
|
|
progress {
|
|
|
|
|
/* Turns off styling - not usually needed, but good to know. */
|
|
|
|
|
appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
/* gets rid of default border in Firefox and Opera. */
|
|
|
|
|
border: solid #cccccc 2px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Polyfill */
|
|
|
|
|
progress[role]:after {
|
|
|
|
|
background-image: none; /* removes default background from polyfill */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Background of the progress bar background
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Firefox and Polyfill */
|
|
|
|
|
progress {
|
|
|
|
|
background: #cccccc !important; /* !important only needed in polyfill */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Chrome */
|
|
|
|
|
progress::-webkit-progress-bar {
|
|
|
|
|
background: #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Background of the progress bar value
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Firefox */
|
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
|
border-radius: 5px;
|
2013-05-11 23:05:51 -07:00
|
|
|
|
background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
2013-03-11 20:12:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Chrome */
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
|
|
|
|
|
background-image: -webkit-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Polyfill */
|
|
|
|
|
progress[aria-valuenow]:before {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
|
|
|
|
background-image: -ms-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
|
|
|
|
background-image: -o-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Detail Page*/
|
|
|
|
|
|
2013-04-04 21:15:00 -07:00
|
|
|
|
.imgUserItemRating {
|
2013-11-29 09:58:24 -07:00
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
2013-12-21 11:37:34 -07:00
|
|
|
|
margin-right: .75em;
|
2013-03-29 07:12:14 -07:00
|
|
|
|
cursor: pointer;
|
2013-05-14 21:05:52 -07:00
|
|
|
|
vertical-align: top;
|
2013-03-29 07:12:14 -07:00
|
|
|
|
}
|
2014-08-01 19:34:45 -07:00
|
|
|
|
|
|
|
|
|
.imgUserItemRating:last-child {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2013-03-29 07:12:14 -07:00
|
|
|
|
|
2013-04-03 15:45:04 -07:00
|
|
|
|
.imgUserItemRating:hover {
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
2013-03-29 07:12:14 -07:00
|
|
|
|
|
2013-04-03 23:17:14 -07:00
|
|
|
|
.userProfileIcon {
|
2013-04-09 09:42:55 -07:00
|
|
|
|
width: 36px;
|
2013-04-03 23:17:14 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-06-08 20:04:41 -07:00
|
|
|
|
#editItemMetadataPage #txtOverview {
|
|
|
|
|
height: 70px;
|
2013-06-14 05:42:43 -07:00
|
|
|
|
}
|
2014-01-18 14:52:01 -07:00
|
|
|
|
|
|
|
|
|
.newsItem {
|
|
|
|
|
padding: 1em 0;
|
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newsItemDescription {
|
2014-08-10 15:13:17 -07:00
|
|
|
|
max-height: 34px;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newsItemHeader {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-18 15:47:44 -07:00
|
|
|
|
.newsItemDate {
|
|
|
|
|
margin: .25em 0;
|
|
|
|
|
color: green;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-18 14:52:01 -07:00
|
|
|
|
@media all and (max-width: 1440px) {
|
|
|
|
|
|
|
|
|
|
.dashboardHomeRightColumn {
|
2014-08-10 15:13:17 -07:00
|
|
|
|
margin-top: 1em;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboardContent {
|
2014-01-18 15:47:44 -07:00
|
|
|
|
margin-top: -10px;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-10 15:13:17 -07:00
|
|
|
|
.dashboardHomeRightColumn {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-18 14:52:01 -07:00
|
|
|
|
@media all and (min-width: 1440px) {
|
|
|
|
|
|
|
|
|
|
.dashboardHomeLeftColumn {
|
|
|
|
|
width: 600px;
|
2014-08-10 15:13:17 -07:00
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboardHomeRightColumn {
|
2014-08-10 15:13:17 -07:00
|
|
|
|
vertical-align: top;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-10 15:13:17 -07:00
|
|
|
|
.firstDashboardHomeRightColumn {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 440px;
|
|
|
|
|
margin-left: 2em;
|
2014-08-11 16:41:11 -07:00
|
|
|
|
min-width: 300px;
|
2014-01-22 10:05:06 -07:00
|
|
|
|
}
|
2014-08-10 15:13:17 -07:00
|
|
|
|
|
|
|
|
|
.firstDashboardHomeRightColumn .ui-collapsible-content {
|
|
|
|
|
height: 585px;
|
|
|
|
|
}
|
2014-01-22 10:05:06 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-11 16:41:11 -07:00
|
|
|
|
@media all and (min-width: 1580px) {
|
2014-01-18 14:52:01 -07:00
|
|
|
|
|
2014-08-10 15:13:17 -07:00
|
|
|
|
.dashboardHomeRightColumn {
|
|
|
|
|
display: inline-block;
|
2014-08-11 16:41:11 -07:00
|
|
|
|
margin-left: 1em;
|
|
|
|
|
width: 300px;
|
|
|
|
|
min-width: 300px;
|
2014-01-18 14:52:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-10 15:13:17 -07:00
|
|
|
|
.dashboardHomeRightColumn .ui-collapsible-content {
|
2014-08-11 16:41:11 -07:00
|
|
|
|
height: auto;
|
|
|
|
|
min-height: 585px;
|
2014-08-10 15:13:17 -07:00
|
|
|
|
}
|
2014-01-20 23:10:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-10-01 17:28:16 -07:00
|
|
|
|
@media all and (min-width: 1680px) {
|
|
|
|
|
|
|
|
|
|
.dashboardHomeRightColumn {
|
|
|
|
|
width: 350px;
|
|
|
|
|
min-width: 350px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2014-08-11 16:41:11 -07:00
|
|
|
|
@media all and (min-width: 1880px) {
|
|
|
|
|
|
|
|
|
|
.dashboardHomeRightColumn {
|
|
|
|
|
max-width: 440px;
|
|
|
|
|
margin-left: 2em;
|
2014-10-01 17:28:16 -07:00
|
|
|
|
min-width: 440px;
|
2014-08-11 16:41:11 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-20 23:10:58 -07:00
|
|
|
|
.organizerButtonCell {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.organizerButton {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
2014-01-22 10:05:06 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnShowStatusMessage {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
font-weight: normal !important;
|
2014-01-22 10:05:06 -07:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnShowStatusMessage:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2014-04-14 20:54:52 -07:00
|
|
|
|
|
|
|
|
|
.activeSession {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
width: 50%;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-10 15:13:17 -07:00
|
|
|
|
.activeSession .cardPadder {
|
|
|
|
|
padding-bottom: 56.25%;
|
|
|
|
|
}
|
2014-08-01 19:34:45 -07:00
|
|
|
|
|
|
|
|
|
|
2014-04-14 20:54:52 -07:00
|
|
|
|
.sessionNowPlayingContent {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2014-04-17 22:03:01 -07:00
|
|
|
|
border-radius: 2px;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionNowPlayingInnerContent {
|
|
|
|
|
background-color: rgba(0, 0, 0, .6);
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 400;
|
2014-04-17 22:03:01 -07:00
|
|
|
|
border-radius: 2px;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionAppInfo {
|
|
|
|
|
padding: .5em;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionAppName {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionUserInfo {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
2014-06-05 17:39:02 -07:00
|
|
|
|
bottom: 11px;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
padding: .5em;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionUserInfo img {
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionNowPlayingInfo {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
2014-06-05 17:39:02 -07:00
|
|
|
|
bottom: 11px;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
padding: .5em;
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionAppInfo img {
|
|
|
|
|
max-width: 32px;
|
|
|
|
|
max-height: 32px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-05 17:39:02 -07:00
|
|
|
|
.activeSession .playbackProgress {
|
2014-04-14 20:54:52 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 7px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
opacity: .95;
|
2014-04-17 22:03:01 -07:00
|
|
|
|
z-index: 1000;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-28 20:56:20 -07:00
|
|
|
|
.activeDevicesCollapsible .ui-collapsible-content {
|
2014-08-01 19:34:45 -07:00
|
|
|
|
padding: .25em !important;
|
2014-04-28 20:56:20 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-18 10:16:25 -07:00
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingContent {
|
2014-04-14 20:54:52 -07:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-18 10:16:25 -07:00
|
|
|
|
.activeSession:not(.playingSession) .sessionNowPlayingInnerContent {
|
2014-04-28 20:56:20 -07:00
|
|
|
|
background-color: #fff;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
color: #000;
|
2014-04-28 20:56:20 -07:00
|
|
|
|
border: 1px solid #ddd;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-18 10:16:25 -07:00
|
|
|
|
.activeSession:not(.playingSession) .sessionUserInfo, .activeSession:not(.playingSession) .sessionNowPlayingInfo {
|
2014-04-14 20:54:52 -07:00
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-19 10:43:12 -07:00
|
|
|
|
.sessionNowPlayingTime {
|
|
|
|
|
color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
2014-06-05 17:39:02 -07:00
|
|
|
|
bottom: 19px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionTranscodingFramerate {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
bottom: 19px;
|
|
|
|
|
color: #fff;
|
2014-04-19 10:43:12 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionNowPlayingStreamInfo {
|
|
|
|
|
color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-05 17:39:02 -07:00
|
|
|
|
.activeSession .transcodingProgress {
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 5px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
opacity: .9;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.transcodingSession .playbackProgress {
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Firefox */
|
|
|
|
|
.transcodingProgress::-moz-progress-bar {
|
|
|
|
|
border-radius: 5px;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
background-image: -moz-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
2014-06-05 17:39:02 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Chrome */
|
|
|
|
|
.transcodingProgress::-webkit-progress-value {
|
|
|
|
|
border-radius: 5px;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(221, 73, 25)), color-stop(1, rgb(221, 73, 25)) ) !important;
|
|
|
|
|
background-image: -webkit-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
2014-06-05 17:39:02 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Polyfill */
|
|
|
|
|
.transcodingProgress[aria-valuenow]:before {
|
|
|
|
|
border-radius: 5px;
|
2014-08-01 19:34:45 -07:00
|
|
|
|
background-image: -moz-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
|
|
|
background-image: -ms-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
|
|
|
|
background-image: -o-linear-gradient( center bottom, rgb(221, 73, 25) 37%, rgb(221, 73, 25) 69% ) !important;
|
2014-06-05 17:39:02 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-14 20:54:52 -07:00
|
|
|
|
@media all and (max-width: 550px) {
|
|
|
|
|
|
|
|
|
|
.sessionAppName {
|
|
|
|
|
max-width: 160px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.sessionAppName {
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.activeSession {
|
2014-07-26 10:30:15 -07:00
|
|
|
|
width: 100%;
|
2014-04-14 20:54:52 -07:00
|
|
|
|
}
|
2014-08-01 19:34:45 -07:00
|
|
|
|
}
|