Changeset 6017 in subversion


Ignore:
Timestamp:
Mar 16, 2012 5:17:32 AM (14 months ago)
Author:
alec
Message:
  • Unified width of some (similiar) UI elements
Location:
trunk/roundcubemail/skins/larry
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/larry/addressbook.css

    r5921 r6017  
    5050        top: 42px; 
    5151        left: 0; 
    52         width: 280px; 
     52        width: 260px; 
    5353        bottom: 0; 
    5454} 
     
    5757        position: absolute; 
    5858        top: 42px; 
    59         left: 292px; 
     59        left: 272px; 
    6060        right: 0; 
    6161        bottom: 0; 
  • trunk/roundcubemail/skins/larry/mail.css

    r6001 r6017  
    1717        top: 0; 
    1818        left: 0; 
    19         width: 240px; 
     19        width: 220px; 
    2020        bottom: 0; 
    2121} 
     
    2424        position: absolute; 
    2525        top: 0; 
    26         left: 252px; 
     26        left: 232px; 
    2727        right: 0; 
    2828        bottom: 0; 
  • trunk/roundcubemail/skins/larry/settings.css

    r5809 r6017  
    4141        position: absolute; 
    4242        top: 0; 
    43         left: 270px; 
     43        left: 272px; 
    4444        right: 0; 
    4545        bottom: 0; 
     
    172172        top: 0; 
    173173        left: 0; 
    174         width: 300px; 
     174        width: 260px; 
    175175        bottom: 0; 
    176176} 
     
    180180        position: absolute; 
    181181        top: 0; 
    182         left: 310px; 
     182        left: 272px; 
    183183        right: 0; 
    184184        bottom: 0; 
  • trunk/roundcubemail/skins/larry/ui.js

    r5994 r6017  
    121121      if ($('#mailview-left').length) { 
    122122        new rcube_splitter({ id:'mailviewsplitterv', p1:'#mailview-left', p2:'#mailview-right', 
    123           orientation:'v', relative:true, start:248, min:150, size:12, callback:render_mailboxlist, render:resize_leftcol }).init(); 
     123          orientation:'v', relative:true, start:226, min:150, size:12, callback:render_mailboxlist, render:resize_leftcol }).init(); 
    124124      } 
    125125    } 
     
    137137      if (rcmail.env.action == 'folders') { 
    138138        new rcube_splitter({ id:'folderviewsplitter', p1:'#folderslist', p2:'#folder-details', 
    139           orientation:'v', relative:true, start:305, min:150, size:12 }).init(); 
     139          orientation:'v', relative:true, start:266, min:180, size:12 }).init(); 
    140140 
    141141        new rcube_scroller('#folderslist-content', '#folderslist-header', '#folderslist-footer'); 
     
    145145      else if (rcmail.env.action == 'identities') { 
    146146        new rcube_splitter({ id:'identviewsplitter', p1:'#identitieslist', p2:'#identity-details', 
    147           orientation:'v', relative:true, start:305, min:150, size:12 }).init(); 
     147          orientation:'v', relative:true, start:266, min:180, size:12 }).init(); 
    148148      } 
    149149    } 
     
    156156          orientation:'v', relative:true, start:226, min:150, size:12, render:resize_leftcol }).init(); 
    157157        new rcube_splitter({ id:'addressviewsplitter', p1:'#addresslist', p2:'#contacts-box', 
    158           orientation:'v', relative:true, start:296, min:220, size:12 }).init(); 
     158          orientation:'v', relative:true, start:266, min:220, size:12 }).init(); 
    159159 
    160160        new rcube_scroller('#directorylist-content', '#directorylist-header', '#directorylist-footer'); 
Note: See TracChangeset for help on using the changeset viewer.