aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-05 19:13:33 -0800
committerfriendica <info@friendica.com>2013-03-05 19:13:33 -0800
commita132af7b6af39b765013ecbd9bfc6de5d70033bb (patch)
tree0f370423c8b160d877302aaa19773db2d1a7a9ad /view
parent1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5 (diff)
downloadvolse-hubzilla-a132af7b6af39b765013ecbd9bfc6de5d70033bb.tar.gz
volse-hubzilla-a132af7b6af39b765013ecbd9bfc6de5d70033bb.tar.bz2
volse-hubzilla-a132af7b6af39b765013ecbd9bfc6de5d70033bb.zip
conflicting class name
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css2
-rw-r--r--view/theme/redbasic/php/style.php2
-rw-r--r--view/tpl/contact_template.tpl2
-rw-r--r--view/tpl/smarty3/contact_template.tpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 2279660c3..98252fce8 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1673,7 +1673,7 @@ tr.mceLast {
color: #000000;
}
-.wall-item-photo, .photo, .contact-block-img, .my-comment-photo, .contact-photo {
+.wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 4px 4px 3px 0 #444444;
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 8ada7ee4c..2b1d68519 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -76,7 +76,7 @@
// Minimum value shadows - they shouldn't all be the same size; just get it working, clean up later.
if($shadows === "true") {
- echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .contact-photo, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected {
+ echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected {
box-shadow: 5px 5px 5px #111;}\r\n
.tab.active, #jot-title, #jot-category, .comment-edit-text-empty, .comment-edit-text-full, iframe#profile-jot-text_ifr, #profile-jot-text {
diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl
index d287c8e04..ec1d35c3c 100644
--- a/view/tpl/contact_template.tpl
+++ b/view/tpl/contact_template.tpl
@@ -1,7 +1,7 @@
<div class="contact-entry-wrapper" id="contact-entry-wrapper-$contact.id" >
<div class="contact-entry-photo-wrapper" >
- <a href="$contact.link" title="$contact.img_hover" /><img class="contact-photo" src="$contact.thumb" alt="$contact.name" /></a>
+ <a href="$contact.link" title="$contact.img_hover" /><img class="contact-block-img" src="$contact.thumb" alt="$contact.name" /></a>
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div>
diff --git a/view/tpl/smarty3/contact_template.tpl b/view/tpl/smarty3/contact_template.tpl
index 8e7a1bdfa..2f3ef645c 100644
--- a/view/tpl/smarty3/contact_template.tpl
+++ b/view/tpl/smarty3/contact_template.tpl
@@ -6,7 +6,7 @@
<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" >
<div class="contact-entry-photo-wrapper" >
- <a href="{{$contact.link}}" title="{{$contact.img_hover}}" /><img class="contact-photo" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
+ <a href="{{$contact.link}}" title="{{$contact.img_hover}}" /><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div>