Skip to content

Commit

Permalink
2.11.22 Update icon spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 8, 2024
1 parent 866ee9b commit 070572d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
$lUserAuthorizationLevelText . ": " .
'<span class="logged-in-user">'.$logged_in_user.'</span>'.
'<a href="index.php?page=view-account-profile.php&uid='.$lUserID.'">'.
'<img src="images/view-icon-20-20.png" /></a>' .
'<img class="icon" src="images/view-icon-20-20.png" /></a>' .
'<a href="index.php?page=edit-account-profile.php&uid='.$lUserID.'">'.
'<img src="images/edit-icon-20-20.png" /></a>';
'<img class="icon" src="images/edit-icon-20-20.png" /></a>';
} else {
$logged_in_user = "anonymous";
$lAuthenticationStatusMessage = "Not Logged In";
Expand Down
4 changes: 4 additions & 0 deletions src/styles/global-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ img{
vertical-align:middle;
}

img.icon{
margin-right: 16px;
}

a{
text-decoration: none;
cursor: pointer;
Expand Down

0 comments on commit 070572d

Please sign in to comment.