modified: view/theme/smoothly/profile_vcard.tpl

modified:   view/theme/smoothly/style.css
	modified:   view/theme/smoothly/theme.php
	new file:   view/theme/smoothly/vcard-widget.tpl
This commit is contained in:
pixelroot 2012-10-23 14:23:28 +02:00
parent 5f61290811
commit 136175047d
4 changed files with 26 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
<div id="profile-photo-wrapper"><img class="photo" width="191" height="191" src="$profile.photo" alt="$profile.name"></div>
<div id="profile-photo-wrapper"><img class="photo" src="$profile.photo" alt="$profile.name"></div>

View File

@ -1954,6 +1954,11 @@ div[id$="wrapper"] br {
overflow: auto;
}
.photo {
height: 191px;
width: 191px;
}
#side-bar-photos-albums h3:before {
content: url("photography.png");
padding-right: 10px;
@ -2642,6 +2647,20 @@ margin-left: 0px;
margin: auto;
}
#contact-edit-info-wrapper,
#contact-edit-info-end,
#contact-edit-profile-select-text,
#contact-edit-profile-select-end,
#contact-edit-poll-wrapper,
#contact-edit-end {
}
.contact-edit-submit {
}
#contact-profile-selector {
}
.contact-photo-menu-button {
position: absolute;
background-image: url("photo-menu.jpg");

View File

@ -3,7 +3,7 @@
/*
* Name: Smoothly
* Description: Like coffee with milk. Theme works fine with iPad[2].
* Version: Version 0.10.23
* Version: Version 0.10.23-2
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
* Screenshot: <a href="screenshot.png">Screenshot</a>

View File

@ -0,0 +1,5 @@
<div class="vcard">
<div class="fn">$name</div>
<div id="profile-photo-wrapper"><img class="photo" src="$photo" alt="$name" /></div>
</div>