"Patch for IE 6/7 PNG bugfix on setup template"

This commit is contained in:
Stefan Becker 2008-07-22 09:26:27 +00:00
parent 3e758e812c
commit 3485f97e90

View File

@ -12,8 +12,8 @@
--> -->
<!-- LAY-OUT BUGS <!-- LAY-OUT BUGS
1. in IE no link cursor is displayed when png's are used for that link 1. in IE no link cursor is displayed when png's are used for that link
2. tabs are ugly in preferences 2. tabs are ugly in preferences
3. spacers inside sidebox 3. spacers inside sidebox
@ -40,13 +40,13 @@
.row_on { color: #000000; background-color: #eeeeee; } .row_on { color: #000000; background-color: #eeeeee; }
.row_off { color: #000000; background-color: #e8f0f0; } .row_off { color: #000000; background-color: #e8f0f0; }
.th .th
{ {
color: #000000; color: #000000;
background-color: #cccccc; background-color: #cccccc;
font-weight:bold; font-weight:bold;
font-size:120%; font-size:120%;
} }
td td
{ {
/*font-size:12px;*/ /*font-size:12px;*/
@ -63,7 +63,7 @@
.th th, .th th,
.th td .th td
{ {
padding:3px; padding:3px;
} }
.table_domains .table_domains
{ {
@ -72,13 +72,13 @@
margin-bottom:10px; margin-bottom:10px;
} }
--> -->
</style> </style>
<!--{java_script}--> <!--{java_script}-->
<!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher --> <!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and 6.0 -->
<!--[if gte ie 5.5000]> <!--[if lt IE 7.0]>
<script src="../phpgwapi/templates/idots/js/pngfix.js" type=text/javascript> <script src="../phpgwapi/templates/idots/js/pngfix.js" type=text/javascript>
</script> </script>
<![endif]--> <![endif]-->
@ -115,12 +115,12 @@
<!-- sidebox column --> <!-- sidebox column -->
<td id="tdSidebox" valign="top"> <td id="tdSidebox" valign="top">
<div id="thesideboxcolumn" style="width:203px"> <div id="thesideboxcolumn" style="width:203px">
<div class="divSidebox"> <div class="divSidebox">
<div class="divSideboxHeader"><span>{main_menu}</span></div> <div class="divSideboxHeader"><span>{main_menu}</span></div>
<div> <div>
<table width="100%" cellspacing="0" cellpadding="0"> <table width="100%" cellspacing="0" cellpadding="0">
<tr class="divSideboxEntry"> <tr class="divSideboxEntry">
<td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox"><a class="textsidebox" href="../home/index.php">{user_login}</a></td> <td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox"><a class="textsidebox" href="../home/index.php">{user_login}</a></td>
</tr> </tr>