[OFBiz] SVN: r7927 - in trunk/specialized/opentravelsystem/webapp/hotelbackend: html html/images includes
hansbak@svn.ofbiz.org
hansbak at svn.ofbiz.org
Wed Jul 12 04:58:03 CDT 2006
Author: hansbak
Date: 2006-07-12 04:57:35 -0500 (Wed, 12 Jul 2006)
New Revision: 7927
Added:
trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tab.gif
trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tabSelected.gif
Removed:
trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tab.jpg
trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tabSelected.jpg
Modified:
trunk/specialized/opentravelsystem/webapp/hotelbackend/html/tabstyles.css
trunk/specialized/opentravelsystem/webapp/hotelbackend/includes/appbar.ftl
Log:
update of the tabstyles
Added: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tab.gif
===================================================================
(Binary files differ)
Property changes on: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tab.gif
___________________________________________________________________
Name: svn:mime-type
+ image/gif
Deleted: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tab.jpg
===================================================================
(Binary files differ)
Added: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tabSelected.gif
===================================================================
(Binary files differ)
Property changes on: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tabSelected.gif
___________________________________________________________________
Name: svn:mime-type
+ image/gif
Deleted: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/images/tabSelected.jpg
===================================================================
(Binary files differ)
Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/html/tabstyles.css
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/html/tabstyles.css 2006-07-12 05:36:45 UTC (rev 7926)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/html/tabstyles.css 2006-07-12 09:57:35 UTC (rev 7927)
@@ -14,7 +14,7 @@
/* Main Appbar*/
.tabdown {
font-family: Arial, Helvetica, sans-serif;
-background-image: url(/backend/html/images/tab.jpg);
+background-image: url(/backend/html/images/tab.gif);
font-size: 9pt;
font-weight: bold;
text-align: center;
@@ -25,7 +25,7 @@
.tabdown_mouseover {
font-family: Arial, Helvetica, sans-serif;
-background-image: url(/backend/html/images/tabSelected.jpg);
+background-image: url(/backend/html/images/tabSelected.gif);
font-size: 9pt;
color:#a91930;
font-weight: bold;
@@ -37,7 +37,7 @@
.tabup {
padding-top:1px;
font-family: Arial, Helvetica, sans-serif;
-background-image: url(/backend/html/images/tabSelected.jpg);
+background-image: url(/backend/html/images/tabSelected.gif);
font-size: 10pt;
color:#a91930;
font-weight: bold;
@@ -48,7 +48,7 @@
.tabup_mouseover {
font-family: Arial, Helvetica, sans-serif;
-background-image: url(/backend/html/images/tabSelected.jpg);
+background-image: url(/backend/html/images/tabSelected.gif);
font-size: 9pt;
font-weight: bold;
text-align: center;
Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/includes/appbar.ftl
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/includes/appbar.ftl 2006-07-12 05:36:45 UTC (rev 7926)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/includes/appbar.ftl 2006-07-12 09:57:35 UTC (rev 7927)
@@ -78,7 +78,7 @@
<#assign thisAppOpt = page.appTabButtonItem?default("void")>
<table class="appbar" width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr bgcolor="#FFFFFF">
+ <tr>
<td class="appbarleft"> </td>
<td height="21px" width="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
More information about the Svn
mailing list