diff --git a/css/profile.css b/css/profile.css index ebcd394a83a5dd1251ff083231d7a085f343cf88..d12007e44016a23e6d56f81d55238913eb23b095 100755 --- a/css/profile.css +++ b/css/profile.css @@ -45,8 +45,8 @@ color: #f9880e; } .edit_profile_container { - margin-top: 10%; - overflow-y: scroll; + margin-top: 5px; + overflow-y: auto; height: 72%; } .change_profilepict { diff --git a/history/transaction_history.php b/history/transaction_history.php index 7c562460f3e6e6d3bfc5eae3653cf512c1ceb45d..ae701dd8cf7539ce23461078ae86eec7d5289fb8 100644 --- a/history/transaction_history.php +++ b/history/transaction_history.php @@ -2,7 +2,6 @@ <html> <head> <title>transaction history</title> - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../css/default_style.css"> <link rel="stylesheet" type="text/css" href="../css/history.css"> <link rel="stylesheet" type="text/css" href="../css/header.css"> @@ -90,7 +89,7 @@ <p class='history_rating'>You rated: "; for ($i = 0; $i < $row['score']; $i++) { - echo "<span class='fa fa-star checked'></span>"; + echo "<span style='color:orange'>★</span>"; } echo diff --git a/profile/edit_profile.php b/profile/edit_profile.php index 0fa02144df8440849fb616766f69d82e7ea21dad..6d5d158072b26bc709eb751ca57c702a05e6b63f 100644 --- a/profile/edit_profile.php +++ b/profile/edit_profile.php @@ -33,7 +33,7 @@ </div> <div class="edit_profile_container"> <div class="subheader"> - <div class="title"><h1>My Profile</h1></div> + <div class="title"><h1>Edit Profile</h1></div> </div> <form name="edit_identity" method="POST" action="updateProfile.php" onsubmit="return validateForm();" enctype="multipart/form-data"> <div class="change_profilepict">