diff options
author | flop25 <flop25@piwigo.org> | 2013-06-09 18:57:26 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-09 18:57:26 +0000 |
commit | 0c2e87cb581356f0e2e600bd8246fe022714bb11 (patch) | |
tree | c117d1cfe8cefc15fe72891d4fed9c83d4a8b4c1 /admin/themes/default/fix-ie7.css | |
parent | 84c5c2b2022d7e3d03f0fe248a85fa49f4eb16b4 (diff) |
bug:2890
new layout finished: ie7 compat, dynamic, rounded corners...
the 2 "Manage..." options has been deleted
git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/fix-ie7.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/default/fix-ie7.css b/admin/themes/default/fix-ie7.css index a9e5a21a2..d61e0294a 100644 --- a/admin/themes/default/fix-ie7.css +++ b/admin/themes/default/fix-ie7.css @@ -5,4 +5,7 @@ UL.thumbnails li.rank-of-image { text-align:left; +} +.groups li { + display: inline; }
\ No newline at end of file |