Changeset 2904 in subversion
- Timestamp:
- Sep 1, 2009 10:00:14 AM (4 years ago)
- Location:
- trunk/translator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/translator/func.php
r2178 r2904 183 183 for(; $i<count($rows); $i++) 184 184 $result .= $rows[$i]; 185 $result .= '</t d></tr></table>';185 $result .= '</table></td></tr></table>'; 186 186 187 187 // save to cache file -
trunk/translator/index.php
r2903 r2904 34 34 <div class="banner-bg"></div> 35 35 <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> 37 37 </div> 38 38 -
trunk/translator/styles.css
r2903 r2904 22 22 23 23 #banner h1 { 24 position: absolute; 25 top: 13px; 26 right: 20px; 27 width: 16em; 28 text-align: right; 29 font-size: 15pt; 24 30 color: #333; 25 31 z-index: 5; 26 font-size: 15pt;27 32 } 28 33 … … 38 43 39 44 #banner .banner-logo { 45 position: absolute; 46 top: 10px; 47 left: 20px; 40 48 z-index: 4; 41 49 } … … 43 51 #banner .banner-logo a { 44 52 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;55 53 } 56 54
Note: See TracChangeset
for help on using the changeset viewer.
