Changeset 2913 in subversion
- Timestamp:
- Sep 4, 2009 6:42:24 AM (4 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 2 deleted
- 11 edited
-
addresses.css (modified) (3 diffs)
-
common.css (modified) (1 diff)
-
iehacks.css (modified) (1 diff)
-
images/favicon.ico (modified) (previous)
-
images/roundcube_logo.gif (deleted)
-
images/roundcube_logo.png (modified) (previous)
-
images/roundcube_logo_print.gif (deleted)
-
mail.css (modified) (4 diffs)
-
print.css (modified) (2 diffs)
-
templates/addressbook.html (modified) (1 diff)
-
templates/login.html (modified) (1 diff)
-
templates/mail.html (modified) (2 diffs)
-
templates/printmessage.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/addresses.css
r2806 r2913 5 5 position: absolute; 6 6 top: 45px; 7 left: 20 0px;7 left: 205px; 8 8 height: 35px; 9 9 } … … 96 96 right: 20px; 97 97 bottom: 40px; 98 left: 20 0px;98 left: 205px; 99 99 } 100 100 … … 105 105 bottom: 40px; 106 106 left: 20px; 107 width: 17 0px;107 width: 175px; 108 108 border: 1px solid #999999; 109 109 background-color: #F9F9F9; -
trunk/roundcubemail/skins/default/common.css
r2806 r2913 131 131 { 132 132 position: absolute; 133 top: 10px;134 left: 20px;133 top: 8px; 134 left: 19px; 135 135 width: 170px; 136 136 height: 40px; -
trunk/roundcubemail/skins/default/iehacks.css
r2911 r2913 178 178 #compose-container 179 179 { 180 width: expression((parseInt(document.documentElement.clientWidth)-2 10)+'px');180 width: expression((parseInt(document.documentElement.clientWidth)-230)+'px'); 181 181 height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); 182 182 } -
trunk/roundcubemail/skins/default/mail.css
r2896 r2913 6 6 position: absolute; 7 7 top: 47px; 8 left: 20 0px;8 left: 205px; 9 9 right: 10px; 10 10 height: 35px; … … 382 382 left: 0px; 383 383 bottom: 0px; 384 width: 1 70px;384 width: 195px; 385 385 } 386 386 … … 1142 1142 position: absolute; 1143 1143 top: 90px; 1144 left: 190px;1144 left: 205px; 1145 1145 right: 25px; 1146 1146 bottom: 30px; … … 1222 1222 top: 100px; 1223 1223 left: 20px; 1224 width: 1 60px;1224 width: 170px; 1225 1225 } 1226 1226 -
trunk/roundcubemail/skins/default/print.css
r2605 r2913 28 28 #header 29 29 { 30 margin-left: 5mm;31 margin -bottom: 3mm;30 float: right; 31 margin: 0 5mm 3mm 5mm; 32 32 } 33 33 … … 40 40 { 41 41 table-layout: fixed; 42 margin-top: 14px; 42 43 } 43 44 -
trunk/roundcubemail/skins/default/templates/addressbook.html
r2851 r2913 8 8 <style type="text/css"> 9 9 <roundcube:if condition="count(env:address_sources) <= 1" /> 10 #abookcountbar { left: 20px; }11 #addressscreen { left: 20px;10 #abookcountbar { left: 20px; } 11 #addressscreen { left: 20px; 12 12 <roundcube:exp expression="browser:ie ? 'width:expression((parseInt(document.documentElement.clientWidth)-40)+\\'px\\');' : ''" /> 13 13 } -
trunk/roundcubemail/skins/default/templates/login.html
r2418 r2913 8 8 <body> 9 9 10 <img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin: 2px 12px" />10 <img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:0 11px" /> 11 11 12 12 <roundcube:object name="message" id="message" /> -
trunk/roundcubemail/skins/default/templates/mail.html
r2851 r2913 9 9 <roundcube:if condition="config:preview_pane == true" /> 10 10 #mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; } 11 #mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 2 25" />px;11 #mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px; 12 12 <roundcube:exp expression="browser:ie ? ('height: expression((parseInt(this.parentNode.offsetHeight)-'.(!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+25 : 245).')+\\'px\\');') : ''" /> 13 13 } 14 14 <roundcube:endif /> 15 #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 17 0" />px; }16 #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 18 0" />px;15 #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 175" />px; } 16 #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 185" />px; 17 17 <roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180).')+\\'px\\');') : ''" /> 18 18 } … … 65 65 66 66 <script type="text/javascript"> 67 var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h', relative: true, start: 20 0});67 var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h', relative: true, start: 205}); 68 68 rcmail.add_onload('mailviewsplit.init()'); 69 69 </script> -
trunk/roundcubemail/skins/default/templates/printmessage.html
r1777 r2913 7 7 <body> 8 8 9 <div id="header"><img src="/images/roundcube_logo _print.gif" alt="<roundcube:object name="productname" />" /></div>9 <div id="header"><img src="/images/roundcube_logo.png" alt="<roundcube:object name="productname" />" /></div> 10 10 11 11 <div id="printmessageframe">
Note: See TracChangeset
for help on using the changeset viewer.
