Skip to content
Snippets Groups Projects

OneHundred - 13515005 - Husnulzaki Wibisono Haryadi

Viewing commit 47904544
Show latest version
4 files
+ 170
38
Preferences
Compare changes
Files
4
+ 12
30
.history_container {
margin-top: 10%;
height: 79%;
}
@@ -11,19 +10,6 @@
}
.page_menu {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.page_menu > li {
width: 50%;
display: inline;
float: left;
}
.history_menu {
border: 0.5px solid black;
text-align: center;
@@ -52,8 +38,9 @@ table.history_table {
}
table.history_table p {
margin: 5px 0;
margin: 0 0 5px 0;
padding: 0;
font-size: 12px;
font-style: "Lucida Console", Monaco, monospace;
}
@@ -61,29 +48,16 @@ td.history_column {
padding: 2px 0 0 8px;
}
p.history_date {
font-size: 14px;
table.history_table p.history_date {
color: grey;
font-weight: bold;
}
p.history_username {
table.history_table p.history_username {
font-size: 20px;
font-weight: bold;
}
p.history_loc {
font-size: 14px;
}
p.history_rating {
font-size: 14px;
}
p.history_comment {
font-size: 14px;
}
table.history_table th, td {
padding: 0 5px;
border-collapse: collapse;
@@ -118,4 +92,12 @@ button.hide_hist_button {
font-size: 20px;
color: orange;
vertical-align: middle;
}
ul#history_nav.nav_bar > li {
width: 50%;
}
ul#history_nav {
margin-bottom: 7px;
}
\ No newline at end of file