]> git.0d.be Git - panikdb.git/commitdiff
style gallery cell edit form
authorFrédéric Péters <fpeters@0d.be>
Tue, 1 Aug 2017 14:26:00 +0000 (16:26 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 1 Aug 2017 14:26:00 +0000 (16:26 +0200)
panikdb/static/css/style.css

index 80f22963bc9db7f2c4f550e56a647d75660c6680..6897882c9ac8184b1923a4ff0c7f7fe5c0306cc0 100644 (file)
@@ -787,3 +787,15 @@ div.two-columns.schedule-team > div:nth-child(2) {
 .extra-actions-menu {
        display: none;
 }
+
+ul.gallery li {
+       display: inline-block;
+       position: relative;
+       padding-bottom: 20px;
+}
+
+ul.gallery li span.image-actions {
+       position: absolute;
+       bottom: 0;
+       right: 0;
+}