diff options
author | flop25 <flop25@piwigo.org> | 2011-03-26 14:29:27 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2011-03-26 14:29:27 +0000 |
commit | 692abe16504d09336266ae03c749da4046962b00 (patch) | |
tree | a60b547cf4ef9551ad43982a30b4805ca370eb2f /admin/themes/default/fix-ie7.css | |
parent | 565d68a66ed8ee9b425f7f66cc1aae297e218bd7 (diff) |
feature:2230
the size of the squared thumbnails depend of the sizes of all the thumbnails : the clipping is an average of the clipping of each of the thumbnails
git-svn-id: http://piwigo.org/svn/trunk@9864 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/fix-ie7.css')
-rw-r--r-- | admin/themes/default/fix-ie7.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/themes/default/fix-ie7.css b/admin/themes/default/fix-ie7.css index 2f0d40f33..a9e5a21a2 100644 --- a/admin/themes/default/fix-ie7.css +++ b/admin/themes/default/fix-ie7.css @@ -1,4 +1,8 @@ /* fix IE7 footer */ #the_page { min-height:100%; position:relative; padding:0; margin:0; } #menubar { margin: 0; } -#footer { left: 0; }
\ No newline at end of file +#footer { left: 0; } + +UL.thumbnails li.rank-of-image { + text-align:left; +}
\ No newline at end of file |