diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 | ||||
-rwxr-xr-x | view/tpl/common_friends.tpl | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a3d444a1a..d0d83b8ea 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -389,7 +389,7 @@ footer { float: left; } -#jot-title, #jot-category { +#jot-title, #jot-category, #jot-pagetitle { border: 0px; margin: 0px; padding: 8px; @@ -405,9 +405,13 @@ footer { #jot-category::-webkit-input-placeholder{font-weight: bold;} #jot-title:-moz-placeholder{font-weight: bold;} #jot-category:-moz-placeholder{font-weight: bold;} +#jot-pagetitle::-webkit-input-placeholder{font-weight: bold;} +#jot-pagetitle:-moz-placeholder{font-weight: bold;} #jot-title:hover, #jot-title:focus, +#jot-pagetitle:hover, +#jot-pagetitle:focus, #jot-category:hover, #jot-category:focus { border: 1px solid #cccccc; diff --git a/view/tpl/common_friends.tpl b/view/tpl/common_friends.tpl index 499cfe626..8cd96fae5 100755 --- a/view/tpl/common_friends.tpl +++ b/view/tpl/common_friends.tpl @@ -13,5 +13,8 @@ <div class="profile-match-name"> <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a> </div> + {{ if $note }} + <div class="profile-match-note">{{$note}}</div> + {{/if} <div class="profile-match-end"></div> </div>
\ No newline at end of file |