From fd9173cb92cc997cb8240b0fdec7ec724494feec Mon Sep 17 00:00:00 2001
From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id>
Date: Sat, 7 Oct 2017 00:13:36 +0800
Subject: [PATCH] memindahkan kelas profile_pict_frame dari profile.css ke
 default_style.css

---
 css/history.css | 68 ++++++++++++++++++++++++++++++++++++++++++++++++-
 css/profile.css | 15 +----------
 2 files changed, 68 insertions(+), 15 deletions(-)

diff --git a/css/history.css b/css/history.css
index d09b9900..c86015ed 100755
--- a/css/history.css
+++ b/css/history.css
@@ -1,7 +1,7 @@
 .history_container {
     margin-top: 10%;
     height: 79%;
-    border: 1px solid red;
+    border: 1px solid red; /*OJO LALI HAPUS IKI*/
 }
 
 .history_container .subheader {
@@ -39,4 +39,70 @@
 
 .history_menu > h3 {
 	margin: 5px 1px;
+}
+
+#history_table_container {
+	overflow-y: auto;
+	height: inherit;
+}
+
+table.history_table {
+	margin-top: 5px;
+	border: 1px solid blue; /*OJO LALI HAPUS IKI*/
+	width: 100%;
+	border: 1px solid purple;
+    padding: 0;
+    border-collapse: collapse;
+}
+
+table.history_table p {
+	margin: 0;
+	padding: 0;
+	font-size: 14px;
+	font-style: "Lucida Console", Monaco, monospace;
+}
+
+td.history_column {
+	padding: 2px 0 0 8px;
+}
+
+p.history_date {
+	color: grey;
+	font-weight: bold;
+}
+
+p.history_username {
+	font-size: 20px;
+	font-weight: bold;
+}
+
+p.history_loc {
+
+}
+
+p.history_rating {
+
+}
+
+p.history_comment {
+
+}
+
+table.history_table th, td {
+	border: 1px solid purple;
+    padding: 0;
+    border-collapse: collapse;
+}
+
+p.history_table td {
+	vertical-align: top;
+}
+
+img.history_pict {
+    width: 100px;
+    height: 100px;
+    overflow: auto;
+    border-radius: 50%;
+    display: inline;
+    margin: 0;
 }
\ No newline at end of file
diff --git a/css/profile.css b/css/profile.css
index 7f8bf4f1..67b7397b 100755
--- a/css/profile.css
+++ b/css/profile.css
@@ -17,20 +17,7 @@
     margin-left: auto;
     margin-right: auto;
 }
-.profile_pict_frame {
-    width: 100px;
-    height: 100px;
-    overflow: auto;
-    border-radius: 50%;
-    margin-left: auto;
-    margin-right: auto;
-}
-.profile_pict_frame img {
-    display: inline;
-    margin: 0 auto;
-    height: 100%;
-    width: 100%;
-}
+
 .profile_data_container {
     height: 100px;
 }
-- 
GitLab