diff options
Diffstat (limited to 'frontend/app/views/page/page.css')
| -rw-r--r-- | frontend/app/views/page/page.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/app/views/page/page.css b/frontend/app/views/page/page.css index 4559543..2e0efb9 100644 --- a/frontend/app/views/page/page.css +++ b/frontend/app/views/page/page.css @@ -15,6 +15,9 @@ .tile.image { display: block; } +.tile.video { + display: block; +} .tile.image.is_tiled { width: 100%; height: 100%; @@ -114,6 +117,12 @@ .box .row.pair { justify-content: space-between; } +.box .row.pair.with_checkbox { + align-items: flex-end; +} +.box .row.single { + justify-content: space-between; +} .box .pair label:last-child { margin-right: 0; } |
