aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-07 18:22:50 -0700
committerfriendica <info@friendica.com>2014-08-07 18:22:50 -0700
commita7d95108d04d057b6c07984f46647be7d708632a (patch)
tree7cc6039deb1125921f03ea5a8f57f33d6cfd7976 /view
parentf412f6a654992aa79738db23737239ccde6207a6 (diff)
downloadvolse-hubzilla-a7d95108d04d057b6c07984f46647be7d708632a.tar.gz
volse-hubzilla-a7d95108d04d057b6c07984f46647be7d708632a.tar.bz2
volse-hubzilla-a7d95108d04d057b6c07984f46647be7d708632a.zip
cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true.
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_profiles.css8
-rwxr-xr-xview/tpl/profile_edit.tpl4
2 files changed, 7 insertions, 5 deletions
diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css
index 5f930248f..78f8e6cc5 100644
--- a/view/css/mod_profiles.css
+++ b/view/css/mod_profiles.css
@@ -1,8 +1,8 @@
#profile-edit-default-desc {
- color: #FF0000;
- border: 1px solid #FF8888;
- background-color: #FFEEEE;
- padding: 7px;
+ background: none repeat scroll 0 0 orange;
+ font-weight: bold;
+ margin: 10px;
+ padding: 20px 5px 10px;
}
#profile-edit-clone-link-wrapper {
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index b007d54ca..0e902e9e2 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -1,4 +1,6 @@
-{{$default}}
+{{if $is_default}}
+<p id="profile-edit-default-desc">{{$default}}</p>
+{{/if}}
<h1>{{$banner}}</h1>