]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/profile_vcard.tpl
authorpixelroot <info@pixelbits.de>
Tue, 23 Oct 2012 12:23:28 +0000 (14:23 +0200)
committerpixelroot <info@pixelbits.de>
Tue, 23 Oct 2012 12:23:28 +0000 (14:23 +0200)
modified:   view/theme/smoothly/style.css
modified:   view/theme/smoothly/theme.php
new file:   view/theme/smoothly/vcard-widget.tpl

view/theme/smoothly/profile_vcard.tpl
view/theme/smoothly/style.css
view/theme/smoothly/theme.php
view/theme/smoothly/vcard-widget.tpl [new file with mode: 0644]

index 6d5fb10b74715923b6588fc1c2ed9e102b2ef0d6..2f9d6f233d58362aabb4defb63e45b437e3f692c 100644 (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>
 
 
 
index 8bc50a0fe76c94ddd00a495ae044551474e8e4d5..5ae86600433612fd950c1c606fe4275440499dd4 100644 (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");
index ee91aed17e06ea560c7f82303145dd3fcdb6a6b6..8e108f71bf384cbf38e47e5cf653de564a5b64d4 100644 (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>
diff --git a/view/theme/smoothly/vcard-widget.tpl b/view/theme/smoothly/vcard-widget.tpl
new file mode 100644 (file)
index 0000000..897b53c
--- /dev/null
@@ -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>
+