From 8d3f0783f4825de123f348cb91690dd9262bfbc5 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 4 May 2016 09:08:35 +0000 Subject: [PATCH] fix visual goofs in quicklink page svn path=/trunk/; revision=124 --- static/common.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/static/common.css b/static/common.css index 667c8ab..2189498 100644 --- a/static/common.css +++ b/static/common.css @@ -252,17 +252,18 @@ body.playctl .panel#foot { padding-right: .25em; } #advfilter .quicklinks {width: 100%;} -.quicklinks :first-child {width: 100%;} -.quicklinks input { display: block; } -.quicklinks a { +p.quicklinks { padding-bottom: 3em; } +p.quicklinks :first-child {width: 100%;} +p.quicklinks input { display: block; } +p.quicklinks a { display: block; word-wrap: break-word; margin-left: 10%; margin-bottom: .75em; margin-top: -1.5em; } -.quicklinks input:checked, -.quicklinks input:checked + a { display: none;} +p.quicklinks input:checked, +p.quicklinks input:checked + a { display: none;} /* == Thumblist == */ -- 2.39.2