]> git.0d.be Git - panikdb.git/commitdiff
style: give more space to matos list items
authorFrédéric Péters <fpeters@0d.be>
Fri, 30 Aug 2019 12:53:45 +0000 (14:53 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 30 Aug 2019 12:53:45 +0000 (14:53 +0200)
panikdb/static/css/style.css

index 140d71d0d685fc2d8a9f8959ca58647888175a47..6e0f8ab9b7359d6401656e769f9800f1eb637fcd 100644 (file)
@@ -316,9 +316,16 @@ div.text {
 }
 
 .pieces-list {
-       -webkit-column-width: 15em;
-       -moz-column-width: 15em;
-       column-width: 15em;
+       padding: 1rem 2rem;
+       background: white;
+       -webkit-column-width: 19em;
+       -moz-column-width: 19em;
+       column-width: 19em;
+}
+
+.pieces-list li {
+       margin-bottom: 6px;
+       margin-right: 2rem;
 }
 
 .matos-loan .loan-infos {