From ea6128857f18ef10642f97b5915845abdb126d0b Mon Sep 17 00:00:00 2001 From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id> Date: Sat, 7 Oct 2017 20:41:33 +0800 Subject: [PATCH] Ganti format bintang di history dan bnerin cssnya edit profile --- css/profile.css | 4 ++-- history/transaction_history.php | 3 +-- profile/edit_profile.php | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/css/profile.css b/css/profile.css index ebcd394a..d12007e4 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 7c562460..ae701dd8 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 0fa02144..6d5d1580 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"> -- GitLab