From 881ec86a9efff0adf934ecf6fd0a478b158e0f93 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 14 Aug 2020 19:07:16 +0200 Subject: form to edit captions --- animism-align/frontend/app/views/media/media.css | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'animism-align/frontend/app/views/media/media.css') diff --git a/animism-align/frontend/app/views/media/media.css b/animism-align/frontend/app/views/media/media.css index 81eae26..1e20f6d 100644 --- a/animism-align/frontend/app/views/media/media.css +++ b/animism-align/frontend/app/views/media/media.css @@ -67,3 +67,37 @@ background: rgba(255,32,64,0.05); border: 1px solid #f24; } + +/* image galleries */ + +.galleryListItem > div { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + margin-bottom: 0.25rem; +} +.galleryListItem:nth-child(odd) > div > div { + background: #333; +} +.galleryListItem:nth-child(even) > div > div { + background: #444; +} +.galleryListItem > div > div { + display: flex; + justify-content: center; + align-items: center; + width: 5rem; + height: 5rem; + padding: 0.5rem; +} +.galleryListItem img { + max-height: 100%; + cursor: grab; + max-width: 100%; +} +.galleryListItem button { + margin-left: 1rem; + background: #000; + color: #88d; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2