diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-19 21:41:19 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-19 21:41:19 +0000 |
commit | 67ffcee5040fcb20775332ae18f8da4668410c84 (patch) | |
tree | 56bb83d152e8993a6d389d5f922978d28ec59739 /admin/template/goto/default-layout.css | |
parent | f3c2080767dfeafa8aa0e645c8c713ca026aeeb9 (diff) |
Big button is fully working with Firefox.
With IE 7 there is a bug, z-index doesn't work a transparent button is covering text "Quick Local Synchro".
git-svn-id: http://piwigo.org/svn/trunk@2552 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index b84c5b0d4..585614382 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -530,4 +530,4 @@ LEGEND.tagLetterLegend { TABLE.tagLetterContent { width:100%; font-size:80%; - border-collapse : collapse; + border-collapse : collapse; } |