theme the page link title

This commit is contained in:
friendica 2013-07-15 23:10:26 -07:00
parent 4de52e601c
commit d875bbb022
2 changed files with 8 additions and 1 deletions

View File

@ -389,7 +389,7 @@ footer {
float: left; float: left;
} }
#jot-title, #jot-category { #jot-title, #jot-category, #jot-pagetitle {
border: 0px; border: 0px;
margin: 0px; margin: 0px;
padding: 8px; padding: 8px;
@ -405,9 +405,13 @@ footer {
#jot-category::-webkit-input-placeholder{font-weight: bold;} #jot-category::-webkit-input-placeholder{font-weight: bold;}
#jot-title:-moz-placeholder{font-weight: bold;} #jot-title:-moz-placeholder{font-weight: bold;}
#jot-category:-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:hover,
#jot-title:focus, #jot-title:focus,
#jot-pagetitle:hover,
#jot-pagetitle:focus,
#jot-category:hover, #jot-category:hover,
#jot-category:focus { #jot-category:focus {
border: 1px solid #cccccc; border: 1px solid #cccccc;

View File

@ -13,5 +13,8 @@
<div class="profile-match-name"> <div class="profile-match-name">
<a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a> <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
</div> </div>
{{ if $note }}
<div class="profile-match-note">{{$note}}</div>
{{/if}
<div class="profile-match-end"></div> <div class="profile-match-end"></div>
</div> </div>