From 7cafbbb9d9ec14462fe8ce0eda86c42d22367757 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 10 Dec 2018 01:40:01 +0100 Subject: media-upload --- assets/css/home.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index 61fb100..3c1f31b 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -197,6 +197,24 @@ section.info article code i { } +section.media table#medialist img { + display: none; + position: absolute; + max-width: 400px; + max-height: 200px; + margin-left: 80px; + background-color: white; + padding: 1%; +} + +section.media table#medialist .thumbnail:hover img { + display: block; +} + + +section.media form { + margin: 1%; +} @media (max-width: 600px) { section.home .summary, section.home .linkfrom, section.home .linkto, section.home .delete, section.home .datecreation, section.home .date, section.home .log, section.home .secure, section.home .tag { @@ -207,4 +225,4 @@ section.info article code i { position: relative; } -} \ No newline at end of file +} -- cgit v1.2.3