Skip to content
Snippets Groups Projects
Commit ea612885 authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

Ganti format bintang di history dan bnerin cssnya edit profile

parent 5bb55183
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
color: #f9880e; color: #f9880e;
} }
.edit_profile_container { .edit_profile_container {
margin-top: 10%; margin-top: 5px;
overflow-y: scroll; overflow-y: auto;
height: 72%; height: 72%;
} }
.change_profilepict { .change_profilepict {
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<html> <html>
<head> <head>
<title>transaction history</title> <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/default_style.css">
<link rel="stylesheet" type="text/css" href="../css/history.css"> <link rel="stylesheet" type="text/css" href="../css/history.css">
<link rel="stylesheet" type="text/css" href="../css/header.css"> <link rel="stylesheet" type="text/css" href="../css/header.css">
...@@ -90,7 +89,7 @@ ...@@ -90,7 +89,7 @@
<p class='history_rating'>You rated: "; <p class='history_rating'>You rated: ";
for ($i = 0; $i < $row['score']; $i++) { for ($i = 0; $i < $row['score']; $i++) {
echo "<span class='fa fa-star checked'></span>"; echo "<span style='color:orange'>&starf;</span>";
} }
echo echo
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
<div class="edit_profile_container"> <div class="edit_profile_container">
<div class="subheader"> <div class="subheader">
<div class="title"><h1>My Profile</h1></div> <div class="title"><h1>Edit Profile</h1></div>
</div> </div>
<form name="edit_identity" method="POST" action="updateProfile.php" onsubmit="return validateForm();" enctype="multipart/form-data"> <form name="edit_identity" method="POST" action="updateProfile.php" onsubmit="return validateForm();" enctype="multipart/form-data">
<div class="change_profilepict"> <div class="change_profilepict">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment