diff options
author | vdigital <vdigital@piwigo.org> | 2009-02-13 13:43:04 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-02-13 13:43:04 +0000 |
commit | 83d87c3d02844bd6fab391923e04913f35d99359 (patch) | |
tree | 134fb9832a7b60766956db7c44b921435641bf43 /admin/template/goto/theme/roma | |
parent | 601134c57e736e4639d0c105c7948279d9563813 (diff) |
New IE6 transparency enhancement in admin (Thanks to tweakpng).
merge -c3168 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@3139 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/images/fillet.png | bin | 153 -> 153 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/images/menuBoxBottom_new.png | bin | 1292 -> 1310 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/images/menuBoxTop_new.png | bin | 1635 -> 1653 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/images/menubar-detail.png | bin | 208 -> 226 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/images/menubar-top.png | bin | 1514 -> 1532 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/images/quickLocalSync_hover.png | bin | 34084 -> 34102 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png | bin | 17379 -> 17397 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 1 |
8 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/images/fillet.png b/admin/template/goto/theme/roma/images/fillet.png Binary files differindex dd63b2e49..c56a51aeb 100644 --- a/admin/template/goto/theme/roma/images/fillet.png +++ b/admin/template/goto/theme/roma/images/fillet.png diff --git a/admin/template/goto/theme/roma/images/menuBoxBottom_new.png b/admin/template/goto/theme/roma/images/menuBoxBottom_new.png Binary files differindex 66b91a5e4..4df220e7c 100644 --- a/admin/template/goto/theme/roma/images/menuBoxBottom_new.png +++ b/admin/template/goto/theme/roma/images/menuBoxBottom_new.png diff --git a/admin/template/goto/theme/roma/images/menuBoxTop_new.png b/admin/template/goto/theme/roma/images/menuBoxTop_new.png Binary files differindex c74e6c2c7..c8cecd2b1 100644 --- a/admin/template/goto/theme/roma/images/menuBoxTop_new.png +++ b/admin/template/goto/theme/roma/images/menuBoxTop_new.png diff --git a/admin/template/goto/theme/roma/images/menubar-detail.png b/admin/template/goto/theme/roma/images/menubar-detail.png Binary files differindex d78ebe7f8..d7f4f2480 100644 --- a/admin/template/goto/theme/roma/images/menubar-detail.png +++ b/admin/template/goto/theme/roma/images/menubar-detail.png diff --git a/admin/template/goto/theme/roma/images/menubar-top.png b/admin/template/goto/theme/roma/images/menubar-top.png Binary files differindex d122f5dca..3da3bcad3 100644 --- a/admin/template/goto/theme/roma/images/menubar-top.png +++ b/admin/template/goto/theme/roma/images/menubar-top.png diff --git a/admin/template/goto/theme/roma/images/quickLocalSync_hover.png b/admin/template/goto/theme/roma/images/quickLocalSync_hover.png Binary files differindex 2047f4e33..a8b9ed98b 100644 --- a/admin/template/goto/theme/roma/images/quickLocalSync_hover.png +++ b/admin/template/goto/theme/roma/images/quickLocalSync_hover.png diff --git a/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png b/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png Binary files differindex e9e2fd2d0..b26b23027 100644 --- a/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png +++ b/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 82a981cda..dfcea3a33 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -212,3 +212,4 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers * html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */ *+html .bigtext { left: 70px; } *+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } +* html .bigtext { margin-right: 300px; }
\ No newline at end of file |