Changeset 5673 in subversion


Ignore:
Timestamp:
Dec 31, 2011 6:54:56 AM (17 months ago)
Author:
thomasb
Message:

Give more space to some toolbar buttons; add missing template for message errors

Location:
trunk/roundcubemail/skins/larry
Files:
1 added
3 edited

Legend:

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

    r5670 r5673  
    750750 
    751751.boxfooter .listbutton.add .inner { 
    752         background-position: 10px -1291px; 
     752        background-position: 10px -1301px; 
    753753} 
    754754 
    755755.boxfooter .listbutton.delete .inner { 
    756         background-position: 10px -1332px; 
     756        background-position: 10px -1342px; 
    757757} 
    758758 
    759759.boxfooter .listbutton.groupactions .inner { 
    760         background-position: 5px -1372px; 
     760        background-position: 5px -1382px; 
    761761} 
    762762 
     
    12261226        height: 42px; 
    12271227        width: 18px; 
    1228         background: url(images/buttons.png) -24px -1249px no-repeat; 
     1228        background: url(images/buttons.png) -24px -1255px no-repeat; 
    12291229        cursor: pointer; 
    12301230} 
    12311231 
    12321232.dropbutton .dropbuttontip:hover { 
    1233         background-position: 0 -1249px; 
     1233        background-position: 0 -1255px; 
    12341234} 
    12351235 
    12361236.toolbar a.button.back { 
    1237         background-position: 0 -1210px; 
     1237        background-position: 0 -1216px; 
    12381238} 
    12391239 
    12401240.toolbar a.button.checkmail { 
    1241         background-position: center -1170px; 
     1241        background-position: center -1176px; 
    12421242} 
    12431243 
     
    12931293 
    12941294.toolbar a.button.import { 
    1295         background-position: center -1010px; 
     1295        background-position: center -1012px; 
    12961296} 
    12971297 
    12981298.toolbar a.button.export { 
    1299         background-position: center -1050px; 
     1299        background-position: center -1054px; 
    13001300} 
    13011301 
  • trunk/roundcubemail/skins/larry/templates/importcontacts.html

    r5646 r5673  
    2121<roundcube:object name="importstep" /> 
    2222 
     23<br/> 
     24 
    2325<p class="formbuttons"> 
    2426        <roundcube:object name="importnav" class="button" /> 
Note: See TracChangeset for help on using the changeset viewer.