diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 01d6ac4850..c6d2258d50 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -91,6 +91,10 @@ padding-bottom: 56.25%; } +.smallBackdropCard .cardPadder { + padding-bottom: 56.25%; +} + .squareCard .cardPadder { padding-bottom: 100%; } @@ -239,6 +243,10 @@ width: 50%; } +.smallBackdropCard { + width: 50%; +} + .portraitCard { width: 33.3%; } @@ -284,6 +292,10 @@ .portraitCard { width: 25%; } + + .smallBackdropCard { + width: 33.3%; + } } @@ -308,6 +320,10 @@ .portraitCard { width: 20%; } + + .smallBackdropCard { + width: 25%; + } } @@ -320,6 +336,10 @@ .backdropCard { width: 25%; } + + .smallBackdropCard { + width: 20%; + } } @@ -336,6 +356,10 @@ .portraitCard { width: 16.666666666666666666666666666667%; } + + .smallBackdropCard { + width: 16.666666666666666666666666666667%; + } } @@ -352,6 +376,10 @@ .portraitCard { width: 14.285714285714285714285714285714%; } + + .smallBackdropCard { + width: 14.285714285714285714285714285714%; + } } @@ -372,6 +400,10 @@ .portraitCard { width: 10%; } + + .smallBackdropCard { + width: 12.5%; + } } @@ -380,6 +412,10 @@ .squareCard { width: 10%; } + + .smallBackdropCard { + width: 10%; + } } diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index a88a3260c9..81794f1e08 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -26,16 +26,16 @@
- Browse Images + ${ButtonBrowseImages}
- Upload + ${ButtonUpload}