{{ 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>
overflow: auto;
}
+.photo {
+ height: 191px;
+ width: 191px;
+}
+
#side-bar-photos-albums h3:before {
content: url("photography.png");
padding-right: 10px;
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");
/*
* 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>
--- /dev/null
+ <div class="vcard">
+ <div class="fn">$name</div>
+ <div id="profile-photo-wrapper"><img class="photo" src="$photo" alt="$name" /></div>
+ </div>
+