projects
/
panikweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198825d
)
css: make gallery thumbnails fully clickable
author
Frédéric Péters
<fpeters@0d.be>
Thu, 11 Jun 2020 10:24:08 +0000
(12:24 +0200)
committer
Frédéric Péters
<fpeters@0d.be>
Thu, 11 Jun 2020 10:24:08 +0000
(12:24 +0200)
panikweb_templates/static/css/_specifics.scss
patch
|
blob
|
history
diff --git
a/panikweb_templates/static/css/_specifics.scss
b/panikweb_templates/static/css/_specifics.scss
index
31663d4
..
cae6371
100644
(file)
--- a/
panikweb_templates/static/css/_specifics.scss
+++ b/
panikweb_templates/static/css/_specifics.scss
@@
-1737,6
+1737,11
@@
div.portrait div.gallery span.gallery-legend {
margin-top: 330px;
}
+div.gallery span.image {
+ display: inline-block;
+ cursor: pointer;
+}
+
@media screen and (max-width: 640px) {
div.portrait div.gallery div.first img,
div.gallery div.first img {