From 136175047d1282fb9bdc8683b913dc697c0700c4 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Tue, 23 Oct 2012 14:23:28 +0200 Subject: [PATCH] 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 --- view/theme/smoothly/profile_vcard.tpl | 2 +- view/theme/smoothly/style.css | 19 +++++++++++++++++++ view/theme/smoothly/theme.php | 2 +- view/theme/smoothly/vcard-widget.tpl | 5 +++++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 view/theme/smoothly/vcard-widget.tpl diff --git a/view/theme/smoothly/profile_vcard.tpl b/view/theme/smoothly/profile_vcard.tpl index 6d5fb10b74..2f9d6f233d 100644 --- a/view/theme/smoothly/profile_vcard.tpl +++ b/view/theme/smoothly/profile_vcard.tpl @@ -3,7 +3,7 @@ {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
+
$profile.name
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 8bc50a0fe7..5ae8660043 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -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"); diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index ee91aed17e..8e108f71bf 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -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 * Maintainer: Alex * Screenshot: Screenshot diff --git a/view/theme/smoothly/vcard-widget.tpl b/view/theme/smoothly/vcard-widget.tpl new file mode 100644 index 0000000000..897b53c20e --- /dev/null +++ b/view/theme/smoothly/vcard-widget.tpl @@ -0,0 +1,5 @@ +
+
$name
+
$name
+
+