diff --git a/css/history.css b/css/history.css index d09b9900fda71e64d3c5dd02a941e6f5b0d67617..c86015ed7bf34d68e3db1a438c853a5cb38245ff 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 7f8bf4f16d9505f526ec87acf8a3333dbd0f9e3e..67b7397be081e9bd17ff8096b4888c9251c8dd53 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; }