1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Contacts: Missing class for cloud icon.

This commit is contained in:
Thomas Tanghus 2013-03-04 14:46:20 +01:00
parent 4df4eea3b1
commit d39b8bcbd7
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@
.no-svg .mail { background-image:url('%webroot%/core/img/actions/mail.png'); }
.no-svg .import, .no-svg .upload { background-image:url('%webroot%/core/img/actions/upload.png'); }
.no-svg .export, .no-svg .download { background-image:url('%webroot%/core/img/actions/download.png'); }
.no-svg .cloud { background-image:url('%webroot%/core/img/places/picture.png'); }
/*.no-svg .cloud { background-image:url('%webroot%/core/img/places/picture.png'); }*/
.no-svg .globe { background-image:url('%webroot%/core/img/actions/public.png'); }
.no-svg .settings { background-image:url('%webroot%/core/img/actions/settings.svg'); }
.no-svg .starred { background-image:url('%appswebroot%/contacts/img/starred.png'); background-size: contain; }
@ -208,7 +208,7 @@
.svg .mail { background-image:url('%webroot%/core/img/actions/mail.svg'); }
.svg .import,.svg .upload { background-image:url('%webroot%/core/img/actions/upload.svg'); }
.svg .export,.svg .download { background-image:url('%webroot%/core/img/actions/download.svg'); }
.svg .cloud { background-image:url('%webroot%/core/img/places/picture.svg'); }
/*.svg .cloud { background-image:url('%webroot%/core/img/places/picture.svg'); }*/
.svg .globe { background-image:url('%webroot%/core/img/actions/public.svg'); }
.svg .settings { background-image:url('%webroot%/core/img/actions/settings.svg'); }
.svg .starred { background-image:url('%appswebroot%/contacts/img/starred.svg'); background-size: contain; }

View File

@ -160,7 +160,7 @@
<li><a class="action delete" title="<?php p($l->t('Delete current photo')); ?>"></a></li>
<li><a class="action edit" title="<?php p($l->t('Edit current photo')); ?>"></a></li>
<li><a class="action upload" title="<?php p($l->t('Upload new photo')); ?>"></a></li>
<li><a class="action cloud" title="<?php p($l->t('Select photo from ownCloud')); ?>"></a></li>
<li><a class="action cloud icon-cloud" title="<?php p($l->t('Select photo from ownCloud')); ?>"></a></li>
</ul>
<a class="favorite action {favorite}"></a>
</div>