From fb29d87eb1247fcce56b576e0f770cece18288ff Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 25 Nov 2008 18:32:08 +0000 Subject: merge -c2908 from branch 2.0 to trunk Minor: Changes for IE6 better support (even if it is still very poor). git-svn-id: http://piwigo.org/svn/trunk@2909 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../template/goto/theme/roma/images/bottom-left-bg.jpg | Bin 0 -> 9014 bytes .../template/goto/theme/roma/images/bottom-left-bg.png | Bin 22748 -> 0 bytes admin/template/goto/theme/roma/images/top-left-bg.jpg | Bin 0 -> 10067 bytes admin/template/goto/theme/roma/images/top-left-bg.png | Bin 48511 -> 0 bytes admin/template/goto/theme/roma/theme.css | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 admin/template/goto/theme/roma/images/bottom-left-bg.jpg delete mode 100644 admin/template/goto/theme/roma/images/bottom-left-bg.png create mode 100644 admin/template/goto/theme/roma/images/top-left-bg.jpg delete mode 100644 admin/template/goto/theme/roma/images/top-left-bg.png (limited to 'admin') diff --git a/admin/template/goto/theme/roma/images/bottom-left-bg.jpg b/admin/template/goto/theme/roma/images/bottom-left-bg.jpg new file mode 100644 index 000000000..3d8a5eed2 Binary files /dev/null and b/admin/template/goto/theme/roma/images/bottom-left-bg.jpg differ diff --git a/admin/template/goto/theme/roma/images/bottom-left-bg.png b/admin/template/goto/theme/roma/images/bottom-left-bg.png deleted file mode 100644 index ce611dfed..000000000 Binary files a/admin/template/goto/theme/roma/images/bottom-left-bg.png and /dev/null differ diff --git a/admin/template/goto/theme/roma/images/top-left-bg.jpg b/admin/template/goto/theme/roma/images/top-left-bg.jpg new file mode 100644 index 000000000..bf6dda4e0 Binary files /dev/null and b/admin/template/goto/theme/roma/images/top-left-bg.jpg differ diff --git a/admin/template/goto/theme/roma/images/top-left-bg.png b/admin/template/goto/theme/roma/images/top-left-bg.png deleted file mode 100644 index 9f1711826..000000000 Binary files a/admin/template/goto/theme/roma/images/top-left-bg.png and /dev/null differ diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index b64c6a6af..865e89283 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -22,12 +22,12 @@ padding:15px 60px 0 0; position:absolute; right:0; text-align:right; top:90px; width:550px; } html, body { min-height: 100%; } body { margin: 0; padding: 0; -background:#111111 url(images/bottom-left-bg.png) no-repeat fixed left bottom; } +background:#111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom; } #the_page { margin: 0; padding: 0; z-index: 1; top:0px; padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } #headbranch { width: 233px; height: 240px; margin: 0; padding: 0; position:absolute; left:0px; top:0px; z-index: 0; -background:transparent url(images/top-left-bg.png) no-repeat scroll left top; } +background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top; } #theHeader { min-height:105px; margin: 0; padding: 0; background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; } h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } -- cgit v1.2.3