diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-19 21:22:34 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-19 21:22:34 +0000 |
commit | fc5e8e27c7a7bb9335bb8d1cca32bd5f7431ce7d (patch) | |
tree | 9a098eb0465c27b0d2a9a7f83a49a6b03ca937dd /template/cclear/content.css | |
parent | dded962ded654bbb73eb144d77bea681aad95868 (diff) |
cclear template almost working good for BSF
git-svn-id: http://piwigo.org/svn/trunk@837 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/cclear/content.css | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/template/cclear/content.css b/template/cclear/content.css index 480f158bf..b07d52d32 100644 --- a/template/cclear/content.css +++ b/template/cclear/content.css @@ -21,13 +21,17 @@ #content UL.thumbnails LI { display: inline; + text-align: center; /* eventuellement */ + margin: 0; padding: 0; } #content UL.thumbnails SPAN { - margin: 0 10px 10px 10px; - vertical-align: top; - width: 128px; /* FIXME */ - display:table-cell; display:inline-table; display:inline-block; + margin: 0 10px 10px 10px; + vertical-align: top; + width: 128px; + display:table-cell; /* for geko */ + display:inline-table; /* for ??? (ask yoDan) */ + display:inline-block; /* for IE */ } #content UL.thumbnails LI>SPAN { vertical-align: baseline; } #content UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; } @@ -65,16 +69,22 @@ } /* actions */ -div.titrePage ul.categoryActions { - float: right; +ul.categoryActions { + text-align: center; margin: 0; + padding: 0; + text-indent: 0; +} + +#content div.titrePage ul.categoryActions { + float: right; } -ul.categoryActions>li { +#content ul.categoryActions>li { display: inline; } -ul.categoryActions a img, ul.categoryActions a { +#content ul.categoryActions a img, ul.categoryActions a { border: none; } |