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 | |
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
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 | ||||
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7e45a167b..13510b55c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -433,6 +433,7 @@ aside li { opacity: 0.3; filter:alpha(opacity=30); float: right; + margin-top: -3px; } .profile-edit-side-link:hover { opacity: 1.0; 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> |