comparison default/static/file.css @ 123:44b838bcc0d6

file/overview: display tumbnails when available
author Goffi <goffi@goffi.org>
date Wed, 14 Mar 2018 08:43:30 +0100
parents 9d95b58200df
children 4f27ce980ced
comparison
equal deleted inserted replaced
122:9d95b58200df 123:44b838bcc0d6
18 overflow: visible; 18 overflow: visible;
19 } 19 }
20 20
21 .file a { 21 .file a {
22 text-decoration: none; 22 text-decoration: none;
23 outline: none;
24 }
25
26 .file a:focus img {
27 outline: 3px solid #bbb;
23 } 28 }
24 29
25 .file__icon { 30 .file__icon {
26 height: 3em; 31 height: 3em;
32 display: block;
33 margin: 0 auto;
34 }
35
36 .file__thumbnail {
37 max-width: 300px;
38 height: 125px;
27 display: block; 39 display: block;
28 margin: 0 auto; 40 margin: 0 auto;
29 } 41 }
30 42
31 .icon--soft { 43 .icon--soft {