Changeset 5982 in subversion
- Timestamp:
- Mar 8, 2012 5:42:08 AM (15 months ago)
- Location:
- trunk/roundcubemail/skins/larry
- Files:
-
- 4 edited
-
mail.css (modified) (1 diff)
-
styles.css (modified) (2 diffs)
-
templates/folders.html (modified) (1 diff)
-
ui.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/larry/mail.css
r5928 r5982 935 935 } 936 936 937 #quotadisplay {938 left: 6px;939 font-size: 12px;940 font-weight: bold;941 text-shadow: 0px 1px 1px #fff;942 padding-left: 30px;943 height: 18px;944 background: url(images/quota.png) -100px 0 no-repeat;945 }946 947 937 /*** message composition ***/ 948 938 -
trunk/roundcubemail/skins/larry/styles.css
r5938 r5982 1476 1476 1477 1477 1478 /*** quota indicator ***/ 1479 1480 #quotadisplay { 1481 left: 6px; 1482 font-size: 12px; 1483 font-weight: bold; 1484 text-shadow: 0px 1px 1px #fff; 1485 padding-left: 30px; 1486 height: 18px; 1487 background: url(images/quota.png) -100px 0 no-repeat; 1488 } 1489 1478 1490 /*** popup menus ***/ 1479 1491 … … 1923 1935 margin-left: 0; 1924 1936 } 1925 1926 -
trunk/roundcubemail/skins/larry/templates/folders.html
r5889 r5982 22 22 <div class="boxfooter"> 23 23 <roundcube:button command="create-folder" type="link" title="createfolder" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.show_popup('mailboxmenu');return false" innerClass="inner" content="⚙" /> 24 <roundcube:if condition="env:quota" /> 25 <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> 26 <roundcube:endif /> 24 27 </div> 25 28 </div> -
trunk/roundcubemail/skins/larry/ui.js
r5931 r5982 135 135 new rcube_splitter({ id:'folderviewsplitter', p1:'#folderslist', p2:'#folder-details', 136 136 orientation:'v', relative:true, start:305, min:150, size:12 }).init(); 137 138 rcmail.addEventListener('setquota', update_quota); 137 139 } 138 140 else if (rcmail.env.action == 'identities') { … … 338 340 $('#googie_edit_layer').height(h+'px'); 339 341 } 340 342 341 343 var abooks = $('#directorylist'); 342 344 $('#compose-contacts .scroller').css('top', abooks.position().top + abooks.outerHeight());
Note: See TracChangeset
for help on using the changeset viewer.
