From a132af7b6af39b765013ecbd9bfc6de5d70033bb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Mar 2013 19:13:33 -0800 Subject: conflicting class name --- view/theme/redbasic/css/style.css | 2 +- view/theme/redbasic/php/style.php | 2 +- view/tpl/contact_template.tpl | 2 +- view/tpl/smarty3/contact_template.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view') 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 @@
- $contact.name + $contact.name
$contact.name
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 @@
- {{$contact.name}} + {{$contact.name}}
{{$contact.name}}
-- cgit v1.2.3