Ignore:
Timestamp:
Sep 19, 2008 2:57:13 AM (5 years ago)
Author:
alec
Message:

-moved <style> to <head>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/templates/addressbook.html

    r1766 r1839  
    66<link rel="stylesheet" type="text/css" href="/addresses.css" /> 
    77<script type="text/javascript" src="/splitter.js"></script> 
     8 
     9<roundcube:if condition="config:ldap_public == false" /> 
     10<style type="text/css"> 
     11#abookcountbar { left: 20px;} 
     12#mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') } 
     13#addresslist { width:245px } 
     14#contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') } 
     15</style> 
     16<roundcube:endif /> 
     17 
    818</head> 
    919<body> 
     
    2535 
    2636<roundcube:if condition="config:ldap_public" /> 
    27  
    2837<div id="directorylist"> 
    2938<div id="groups-title"><roundcube:label name="groups" /></div> 
    3039<roundcube:object name="directorylist" id="directories-list" /> 
    3140</div> 
    32  
    33 <roundcube:else /> 
    34  
    35 <style type="text/css"> 
    36 #abookcountbar { left: 20px;} 
    37 #mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') } 
    38 #addresslist { width:245px } 
    39 #contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') } 
    40 </style> 
    41  
    4241<roundcube:endif /> 
    4342 
Note: See TracChangeset for help on using the changeset viewer.