From c7264691d2487cd49307860792c7eb50430b2ebf Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 19 Jan 2020 14:57:31 +0100 Subject: [PATCH] Fix media-feature-colon-space-after (CSS) --- src/assets/css/dashboard.css | 16 +++--- src/assets/css/librarybrowser.css | 54 +++++++++---------- src/assets/css/livetv.css | 2 +- src/assets/css/metadataeditor.css | 4 +- src/assets/css/site.css | 2 +- src/assets/css/videoosd.css | 14 ++--- src/components/filterdialog/style.css | 6 +-- src/components/guide/guide.css | 8 +-- .../remotecontrol/remotecontrol.css | 16 +++--- src/themes/blueradiance/theme.css | 2 +- src/themes/purplehaze/theme.css | 2 +- 11 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/assets/css/dashboard.css b/src/assets/css/dashboard.css index b1747991e..39ffc4e29 100644 --- a/src/assets/css/dashboard.css +++ b/src/assets/css/dashboard.css @@ -47,7 +47,7 @@ progress[aria-valuenow]:before { margin-bottom: 2.2em !important; } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .type-interior>div[data-role=content], .type-interior>.ui-panel-content-wrap>div[data-role=content] { @@ -160,7 +160,7 @@ div[data-role=controlgroup] a.ui-btn-active { padding-top: 9em !important; } -@media all and (min-width:40em) { +@media all and (min-width: 40em) { .content-primary { padding-top: 7em; } @@ -170,7 +170,7 @@ div[data-role=controlgroup] a.ui-btn-active { } } -@media all and (min-width:84em) { +@media all and (min-width: 84em) { .withTabs .content-primary { padding-top: 7em !important; } @@ -232,7 +232,7 @@ div[data-role=controlgroup] a.ui-btn-active { width: 50%; } -@media all and (min-width:70em) { +@media all and (min-width: 70em) { .dashboardSections { -webkit-flex-wrap: wrap; flex-wrap: wrap; @@ -292,13 +292,13 @@ div[data-role=controlgroup] a.ui-btn-active { background-position: center; } -@media all and (min-width:40em) { +@media all and (min-width: 40em) { .activeSession { width: 100% !important; } } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .activeSession { width: 50% !important; } @@ -394,13 +394,13 @@ div[data-role=controlgroup] a.ui-btn-active { background-color: #dd4919; } -@media all and (max-width:34.375em) { +@media all and (max-width: 34.375em) { .sessionAppName { max-width: 160px; } } -@media all and (max-width:31.25em) { +@media all and (max-width: 31.25em) { .sessionAppName { max-width: 150px; } diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index e4dc776d5..756df82ac 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -239,7 +239,7 @@ padding-bottom: 10vh; } -@media all and (min-width:40em) { +@media all and (min-width: 40em) { .dashboardDocument .adminDrawerLogo, .dashboardDocument .mainDrawerButton { @@ -267,13 +267,13 @@ } } -@media all and (max-width:60em) { +@media all and (max-width: 60em) { .libraryDocument .mainDrawerButton { display: none; } } -@media all and (max-width:84em) { +@media all and (max-width: 84em) { .withSectionTabs .headerTop { padding-bottom: 0.2em; } @@ -283,7 +283,7 @@ } } -@media all and (min-width:84em) { +@media all and (min-width: 84em) { .headerTop { padding: 1.489em 0; } @@ -325,7 +325,7 @@ white-space: nowrap; } -@media all and (max-width:37.5em) { +@media all and (max-width: 37.5em) { .headerSelectedPlayer { display: none; } @@ -523,19 +523,19 @@ background-size: contain; } -@media all and (max-width:87.5em) { +@media all and (max-width: 87.5em) { .detailLogo { right: 5%; } } -@media all and (max-width:75em) { +@media all and (max-width: 75em) { .detailLogo { right: 2%; } } -@media all and (max-width:68.75em) { +@media all and (max-width: 68.75em) { .detailLogo { width: 14.91em; height: 3.5em; @@ -553,7 +553,7 @@ -webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37); } -@media all and (max-width:62.5em) { +@media all and (max-width: 62.5em) { .detailPageContent { position: relative; } @@ -563,7 +563,7 @@ } } -@media all and (max-width:75em) { +@media all and (max-width: 75em) { .lnkSibling { display: none !important; } @@ -589,7 +589,7 @@ font-size: 3.5em; } -@media all and (max-width:62.5em) { +@media all and (max-width: 62.5em) { .parentName { margin-bottom: 1em; } @@ -603,13 +603,13 @@ } } -@media all and (min-width:31.25em) { +@media all and (min-width: 31.25em) { .mobileDetails { display: none; } } -@media all and (max-width:31.25em) { +@media all and (max-width: 31.25em) { .desktopDetails { display: none !important; } @@ -676,21 +676,21 @@ margin: 0 .5em 0 0 !important; } -@media all and (min-width:29em) { +@media all and (min-width: 29em) { .detailButton-mobile { padding-left: .75em !important; padding-right: .75em !important; } } -@media all and (min-width:32em) { +@media all and (min-width: 32em) { .detailButton-mobile { padding-left: .8em !important; padding-right: .8em !important; } } -@media all and (min-width:35em) { +@media all and (min-width: 35em) { .detailButton-mobile { padding-left: .85em !important; padding-right: .85em !important; @@ -730,7 +730,7 @@ font-weight: 400; } -@media all and (max-width:62.5em) { +@media all and (max-width: 62.5em) { .mainDetailButtons { margin-left: -.5em; } @@ -740,7 +740,7 @@ } } -@media all and (min-width:62.5em) { +@media all and (min-width: 62.5em) { .detailFloatingButton { display: none !important; } @@ -751,7 +751,7 @@ } } -@media all and (max-width:50em) { +@media all and (max-width: 50em) { .editorMenuLink { display: none; } @@ -768,7 +768,7 @@ align-items: center; } -@media all and (max-width:31.25em) { +@media all and (max-width: 31.25em) { .mobileDetails .itemMiscInfo { text-align: center; -webkit-box-pack: center; @@ -790,7 +790,7 @@ border-collapse: collapse; } -@media all and (max-width:62.5em) { +@media all and (max-width: 62.5em) { .detailPageContent-nodetailimg { padding-top: 0; } @@ -839,19 +839,19 @@ margin: 0 auto; } -@media all and (max-height:31.25em) { +@media all and (max-height: 31.25em) { .itemBackdrop { height: 52vh; } } -@media all and (max-width:75em) { +@media all and (max-width: 75em) { .listViewUserDataButtons { display: none !important; } } -@media all and (max-width:62.5em) { +@media all and (max-width: 62.5em) { .detailsHiddenOnMobile { display: none; } @@ -987,7 +987,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards { margin-bottom: -1em; } -@media all and (min-height:31.25em) { +@media all and (min-height: 31.25em) { .padded-left-withalphapicker { padding-left: 7.5%; } @@ -1018,13 +1018,13 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards { justify-content: center; } -@media all and (min-width:40em) { +@media all and (min-width: 40em) { .listIconButton-autohide { display: none !important; } } -@media all and (max-width:40em) { +@media all and (max-width: 40em) { .listTextButton-autohide { display: none !important; } diff --git a/src/assets/css/livetv.css b/src/assets/css/livetv.css index fa3309453..b91864178 100644 --- a/src/assets/css/livetv.css +++ b/src/assets/css/livetv.css @@ -2,7 +2,7 @@ padding-bottom: 15em; } -@media all and (min-width:62.5em) { +@media all and (min-width: 62.5em) { #guideTab { padding-left: .5em; } diff --git a/src/assets/css/metadataeditor.css b/src/assets/css/metadataeditor.css index 5109ca1da..36cb6b001 100644 --- a/src/assets/css/metadataeditor.css +++ b/src/assets/css/metadataeditor.css @@ -51,7 +51,7 @@ margin-right: .4em; } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .editPageSidebar { position: fixed; top: 5.2em; @@ -68,7 +68,7 @@ } } -@media all and (min-width:112.5em) { +@media all and (min-width: 112.5em) { .editPageSidebar { width: 25%; } diff --git a/src/assets/css/site.css b/src/assets/css/site.css index 5b060dd0e..cbcafd76c 100644 --- a/src/assets/css/site.css +++ b/src/assets/css/site.css @@ -73,7 +73,7 @@ div[data-role=page] { padding-bottom: 5em !important; } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .readOnlyContent, form { max-width: 54em; diff --git a/src/assets/css/videoosd.css b/src/assets/css/videoosd.css index c5709aee0..87238a1f9 100644 --- a/src/assets/css/videoosd.css +++ b/src/assets/css/videoosd.css @@ -53,14 +53,14 @@ min-width: 20vh; } -@media all and (orientation:portrait) { +@media all and (orientation: portrait) { .chapterThumb { height: 30vw; min-width: 30vw; } } -@media all and (max-height:50em) and (orientation:landscape) { +@media all and (max-height: 50em) and (orientation: landscape) { .chapterThumb { height: 30vh; min-width: 30vh; @@ -253,7 +253,7 @@ position: fixed; } -@media all and (max-width:30em) { +@media all and (max-width: 30em) { .btnFastForward, .btnRewind, @@ -263,26 +263,26 @@ } } -@media all and (max-width:33.75em) { +@media all and (max-width: 33.75em) { .videoOsdBottom .paper-icon-button-light { margin: 0; } } -@media all and (max-width:43em) { +@media all and (max-width: 43em) { .videoOsdBottom .volumeButtons, .osdMediaStatus span { display: none !important; } } -@media all and (max-width:50em) { +@media all and (max-width: 50em) { .videoOsdBottom .btnFastForward, .videoOsdBottom .btnRewind { display: none !important; } } -@media all and (max-width:75em) { +@media all and (max-width: 75em) { .videoOsdBottom .endsAtText { display: none !important; } diff --git a/src/components/filterdialog/style.css b/src/components/filterdialog/style.css index 393b04b24..f05ef2e4a 100644 --- a/src/components/filterdialog/style.css +++ b/src/components/filterdialog/style.css @@ -11,14 +11,14 @@ max-width: none !important; } -@media all and (min-height:600px) { +@media all and (min-height: 600px) { .dynamicFilterDialog { top: 10% !important; bottom: 25% !important; } } -@media all and (max-width:400px) { +@media all and (max-width: 400px) { .dynamicFilterDialog { width: auto; left: 10vw !important; @@ -27,7 +27,7 @@ } } -@media all and (min-width:400px) { +@media all and (min-width: 400px) { .dynamicFilterDialog { width: 20.16em; margin-left: -10.08em !important; diff --git a/src/components/guide/guide.css b/src/components/guide/guide.css index 6b895248b..8e14cb72a 100644 --- a/src/components/guide/guide.css +++ b/src/components/guide/guide.css @@ -166,25 +166,25 @@ width: 24vw; } -@media all and (min-width:31.25em) { +@media all and (min-width: 31.25em) { .channelsContainer, .guide-channelTimeslotHeader { width: 16vw; } } -@media all and (min-width:37.5em) { +@media all and (min-width: 37.5em) { .channelsContainer, .guide-channelTimeslotHeader { width: 16vw; } } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .channelsContainer, .guide-channelTimeslotHeader { width: 14vw; } } -@media all and (min-width:80em) { +@media all and (min-width: 80em) { .channelsContainer, .guide-channelTimeslotHeader { width: 12vw; } diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index cc60bd55a..fb6e6f915 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -66,7 +66,7 @@ flex-shrink: 0; } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .nowPlayingPageImageContainer { width: 16%; } @@ -102,7 +102,7 @@ -ms-user-select: none } -@media all and (orientation:portrait) and (max-width:50em) { +@media all and (orientation: portrait) and (max-width: 50em) { .nowPlayingInfoContainer { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; @@ -144,7 +144,7 @@ } } -@media all and (orientation:portrait) and (max-width:40em) { +@media all and (orientation: portrait) and (max-width: 40em) { .nowPlayingPageImage { height: 30vh; } @@ -172,7 +172,7 @@ justify-content: center; } -@media all and (min-width:50em) { +@media all and (min-width: 50em) { .nowPlayingSecondaryButtons { -webkit-box-flex: 1; -webkit-flex-grow: 1; @@ -183,7 +183,7 @@ } } -@media all and (min-width:80em) { +@media all and (min-width: 80em) { .nowPlayingPageImageContainer { margin-right: .75em; } @@ -214,7 +214,7 @@ width: 9em; } -@media all and (max-width:50em) { +@media all and (max-width: 50em) { .nowPlayingInfoButtons .nowPlayingPageUserDataButtons { display: none !important; } @@ -223,13 +223,13 @@ } } -@media all and (max-width:47em) { +@media all and (max-width: 47em) { .nowPlayingInfoButtons .repeatToggleButton { display: none !important; } } -@media all and (max-width:34em) { +@media all and (max-width: 34em) { .nowPlayingInfoButtons .btnNowPlayingFastForward, .nowPlayingInfoButtons .btnNowPlayingRewind, .nowPlayingInfoButtons .playlist .listItemMediaInfo { diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index 3ea322160..140adccfb 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -52,7 +52,7 @@ html { opacity: .86; } -@media (orientation:portrait) { +@media (orientation: portrait) { .backgroundContainer { background-position: 30% top; } diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css index b6351de41..13838c179 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -51,7 +51,7 @@ html { opacity: .86; } -@media (orientation:portrait) { +@media (orientation: portrait) { .backgroundContainer { background-position: 30% top; }