]> git.0d.be Git - panikdb.git/commitdiff
style: reduce size of combo cell titles
authorFrédéric Péters <fpeters@0d.be>
Sun, 15 Mar 2015 15:08:45 +0000 (16:08 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 15 Mar 2015 15:08:45 +0000 (16:08 +0100)
panikdb/static/css/style.css

index fa9c11f3dc8f8a3fda832ae1eb5e69cf2381345a..19ab90296ecfbfebf17bcdda493d8e0a95f7b0d6 100644 (file)
@@ -637,6 +637,12 @@ div#placeholders {
        overflow: hidden;
 }
 
+div#placeholders h3 {
+       margin-bottom: 0;
+       line-height: 100%;
+       padding: 0.5ex 1ex;
+}
+
 div#appbar > a {
        position: relative;
        top: -45px;