Changeset 5852 in subversion
- Timestamp:
- Feb 4, 2012 1:00:39 PM (16 months ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 3 edited
-
common.css (modified) (1 diff)
-
mail.css (modified) (2 diffs)
-
templates/mail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/common.css
r5657 r5852 400 400 padding: 0; 401 401 margin: 1px; 402 margin-top: 2px; 402 403 overflow: hidden; 403 404 background: url(images/pagenav.gif) 0 0 no-repeat transparent; -
trunk/roundcubemail/skins/default/mail.css
r5490 r5852 489 489 position: relative; 490 490 white-space: nowrap; 491 left: 4px;492 491 line-height: 22px; 492 padding: 0 4px; 493 493 width: auto; 494 494 min-width: 300px; … … 505 505 #listcontrols input 506 506 { 507 margin-top: 6px; 507 margin-top: 1px; 508 height: 22px; 508 509 } 509 510 -
trunk/roundcubemail/skins/default/templates/mail.html
r5111 r5852 77 77 <roundcube:endif /> 78 78 <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" /> 79 < label><span style="margin-left: 12px"><roundcube:label name="previewpane" />: </span>80 <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /></label>79 <span style="margin-left: 12px"><label for="prevpaneswitch"><roundcube:label name="previewpane" />:</label> </span> 80 <input type="checkbox" id="prevpaneswitch" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /> 81 81 <roundcube:endif /> 82 82 </div>
Note: See TracChangeset
for help on using the changeset viewer.
