diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-12-31 06:08:08 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-12-31 06:08:08 +0100 |
| commit | f0a10a321316475fd05e2ee3a40e35c57b66b0a7 (patch) | |
| tree | 871b82c59b14da01e32df55592854d6075d04410 /themes/okadmin/public/css/main.css | |
| parent | fe31b3ad482c959deb5b4fa447e3d73c042e982c (diff) | |
display certain types as lists of images
Diffstat (limited to 'themes/okadmin/public/css/main.css')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index 3aec0ac..354c46c 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -34,6 +34,15 @@ a {} cursor: pointer; } +.main.index .resource-list a div.image { + width: 20vw; + height: 16vw; + margin: 10px; + background-size: contain; + background-repeat: no-repeat; + background-position: center; +} + .main.index .resource-list a:before { counter-increment: start; content: counter(start, decimal-leading-zero) ".\00a0\00a0"; |
