diff options
author | friendica <info@friendica.com> | 2014-07-24 22:29:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-24 22:29:03 -0700 |
commit | 18f5890cb14e7c40909fdb92bffefee3415ba411 (patch) | |
tree | b5b529f0aae7679606f54601463b624f3c73f1e4 /view/tpl/profile_vcard.tpl | |
parent | 5dcd0654d44b21503663801b8b5fb5d76ae4f015 (diff) | |
download | volse-hubzilla-18f5890cb14e7c40909fdb92bffefee3415ba411.tar.gz volse-hubzilla-18f5890cb14e7c40909fdb92bffefee3415ba411.tar.bz2 volse-hubzilla-18f5890cb14e7c40909fdb92bffefee3415ba411.zip |
make profile edit pencil stand out a bit on darker backgrounds
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index d72507d4c..a653dca7d 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -2,7 +2,7 @@ {{if $profile.edit}} <div class="dropdown"> - <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a> + <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil btn btn-default btn-xs" title="{{$profile.edit.1}}" ></i></a> <ul class="dropdown-menu" role="menu"> {{foreach $profile.menu.entries as $e}} <li> |