From 29136b0fe2cbc7c1ba524f3483701f1a257ecb7c Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 21 Jul 2007 08:54:39 +0000 Subject: issue30, fixed wickled lines when images have different lines git-svn-id: file:///var/lib/svn/phpfspot/trunk@230 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- stylesheet.css | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'stylesheet.css') diff --git a/stylesheet.css b/stylesheet.css index 610e7aa..df2f9d7 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -123,19 +123,36 @@ a.thumblink:hover { #matrix,#single { padding: 10px; + display: table; + margin-left: 10px; + margin-right: 10px; + table-layout: fixed; + border: hidden; + border-spacing: 10px; + border-collapse: separate; } -td.thumb { - padding: 5px; - text-align: center; +table.matrix { + padding: 10px; + display: table; + margin-left: 10px; + margin-right: 10px; + table-layout: fixed; + border-style: hidden; + border-spacing: 10px; + border-collapse: separate; } -#inner { - padding: 10px; +td.thumb { + text-align: center; + display: table-cell; + vertical-align: top; -moz-border-radius: 3px; border-radius: 3px; border: dashed 1px #888888; + margin: 5px; background-color: #eeeeee; + padding: 10px; } #photo_details { -- cgit v1.2.3-18-g5258