diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-10 01:40:01 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-10 01:40:01 +0100 |
commit | 7cafbbb9d9ec14462fe8ce0eda86c42d22367757 (patch) | |
tree | c950cf870066817bec50bbacfebaa74f436ed96a /assets | |
parent | c8da7fe9adbf096e7d8131439064e9be2df58ac4 (diff) | |
download | wcms-7cafbbb9d9ec14462fe8ce0eda86c42d22367757.tar.gz wcms-7cafbbb9d9ec14462fe8ce0eda86c42d22367757.zip |
media-upload
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 20 |
1 files changed, 19 insertions, 1 deletions
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 +} |