Changeset 1fe450b in github


Ignore:
Timestamp:
Jun 20, 2012 10:12:08 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD
Children:
6bb44a6
Parents:
dae0b79 (diff), 24baf62 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:roundcube/roundcubemail

Location:
skins/default
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • skins/default/settings.css

    rc1a0578d r24baf62  
    135135#formfooter .footerleft 
    136136{ 
    137   padding-left: 15px; 
     137  padding-left: 2px; 
    138138  white-space: nowrap; 
    139139  float: left; 
     
    142142#formfooter .footerright 
    143143{ 
    144   padding-right: 15px; 
     144  padding-right: 2px; 
    145145  white-space: nowrap; 
    146146  text-align: right; 
  • skins/default/common.css

    rf81e060 rdae0b79  
    369369{ 
    370370  background-position: 0 -26px; 
     371} 
     372 
     373.boxfooter a.delgroup { 
     374  background-position: 0 -49px; 
    371375} 
    372376 
  • skins/default/templates/identities.html

    rd47a4f0 rdae0b79  
    2828</div> 
    2929<div class="boxfooter"> 
    30 <roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /> 
     30<roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " condition="config:identities_level:0<2" /> 
    3131</div> 
    3232</div> 
  • skins/default/templates/identityedit.html

    r223ae9d rdae0b79  
    2323 
    2424<div id="formfooter"> 
    25 <div class="footerleft"> 
    2625  <roundcube:button command="save" type="input" class="button mainaction" label="save" /> 
    27 </div> 
    2826</div> 
    2927</div> 
Note: See TracChangeset for help on using the changeset viewer.