diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_profiles.css | 8 | ||||
-rwxr-xr-x | view/tpl/profile_edit.tpl | 4 |
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> |