Changeset 2904 in subversion


Ignore:
Timestamp:
Sep 1, 2009 10:00:14 AM (4 years ago)
Author:
thomasb
Message:

Better styles + bugfix

Location:
trunk/translator
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/translator/func.php

    r2178 r2904  
    183183        for(; $i<count($rows); $i++) 
    184184                $result .= $rows[$i]; 
    185         $result .= '</td></tr></table>'; 
     185        $result .= '</table></td></tr></table>'; 
    186186         
    187187        // save to cache file 
  • trunk/translator/index.php

    r2903 r2904  
    3434  <div class="banner-bg"></div> 
    3535  <div class="banner-logo"><a href="http://roundcube.net"><img src="images/rcube_logo.gif" width="210" height="55" border="0" alt="Roundcube - Open source webmail project" /></a></div> 
    36   <h1 id="pageheader">Roundcube (Live) Translator</h1> 
     36  <h1>Roundcube (Live) Translator</h1> 
    3737</div> 
    3838 
  • trunk/translator/styles.css

    r2903 r2904  
    2222 
    2323#banner h1 { 
     24        position: absolute; 
     25        top: 13px; 
     26        right: 20px; 
     27        width: 16em; 
     28        text-align: right; 
     29        font-size: 15pt; 
    2430        color: #333; 
    2531        z-index: 5; 
    26         font-size: 15pt; 
    2732} 
    2833 
     
    3843 
    3944#banner .banner-logo { 
     45        position: absolute; 
     46        top: 10px; 
     47        left: 20px; 
    4048        z-index: 4; 
    4149} 
     
    4351#banner .banner-logo a { 
    4452  border: 0; 
    45 } 
    46  
    47 #pageheader { 
    48         position: absolute; 
    49         top: 13px; 
    50         right: 20px; 
    51         width: 400px; 
    52         text-align: right; 
    53         font-size: 12pt; 
    54         color: #f6f6f6; 
    5553} 
    5654 
Note: See TracChangeset for help on using the changeset viewer.