Changeset 1fe450b in github
- Timestamp:
- Jun 20, 2012 10:12:08 AM (11 months ago)
- 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. - Location:
- skins/default
- Files:
-
- 6 edited
-
settings.css (modified) (2 diffs)
-
common.css (modified) (1 diff)
-
images/icons/groupactions.gif (modified) (previous)
-
images/icons/groupactions.png (modified) (previous)
-
templates/identities.html (modified) (1 diff)
-
templates/identityedit.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/settings.css
rc1a0578d r24baf62 135 135 #formfooter .footerleft 136 136 { 137 padding-left: 15px;137 padding-left: 2px; 138 138 white-space: nowrap; 139 139 float: left; … … 142 142 #formfooter .footerright 143 143 { 144 padding-right: 15px;144 padding-right: 2px; 145 145 white-space: nowrap; 146 146 text-align: right; -
skins/default/common.css
rf81e060 rdae0b79 369 369 { 370 370 background-position: 0 -26px; 371 } 372 373 .boxfooter a.delgroup { 374 background-position: 0 -49px; 371 375 } 372 376 -
skins/default/templates/identities.html
rd47a4f0 rdae0b79 28 28 </div> 29 29 <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" /> 31 31 </div> 32 32 </div> -
skins/default/templates/identityedit.html
r223ae9d rdae0b79 23 23 24 24 <div id="formfooter"> 25 <div class="footerleft">26 25 <roundcube:button command="save" type="input" class="button mainaction" label="save" /> 27 </div>28 26 </div> 29 27 </div>
Note: See TracChangeset
for help on using the changeset viewer.
