alecpl
2008-09-19 cb7597e268fa5fa9760f9d0cae5c1fd1f0e3fbe7
-moved <style> to <head>


2 files modified
30 ■■■■ changed files
skins/default/templates/addressbook.html 21 ●●●● patch | view | raw | blame | history
skins/default/templates/mail.html 9 ●●●●● patch | view | raw | blame | history
skins/default/templates/addressbook.html
@@ -5,6 +5,16 @@
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/addresses.css" />
<script type="text/javascript" src="/splitter.js"></script>
<roundcube:if condition="config:ldap_public == false" />
<style type="text/css">
#abookcountbar { left: 20px;}
#mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') }
#addresslist { width:245px }
#contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') }
</style>
<roundcube:endif />
</head>
<body>
@@ -24,21 +34,10 @@
</div>
<roundcube:if condition="config:ldap_public" />
<div id="directorylist">
<div id="groups-title"><roundcube:label name="groups" /></div>
<roundcube:object name="directorylist" id="directories-list" />
</div>
<roundcube:else />
<style type="text/css">
#abookcountbar { left: 20px;}
#mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') }
#addresslist { width:245px }
#contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') }
</style>
<roundcube:endif />
<div id="mainscreen">
skins/default/templates/mail.html
@@ -41,6 +41,11 @@
};
</script>
<roundcube:if condition="config:preview_pane == true" />
<style type="text/css">
#mailcontframe { height: 195px; }
</style>
<roundcube:endif />
</head>
<body>
@@ -87,10 +92,6 @@
<div id="mailpreviewframe">
<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
</div>
<style type="text/css">
#mailcontframe { height: 195px; }
</style>
<roundcube:endif />