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

Bnerin bug css halaman order

parent 7bf0d546
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
display: table; display: table;
border-collapse: separate; border-collapse: separate;
border-spacing: 10px; border-spacing: 10px;
margin-bottom: 5px;
} }
.submenu { .submenu {
...@@ -22,17 +23,10 @@ ...@@ -22,17 +23,10 @@
position: relative; position: relative;
} }
.submenu br {
clear:both;
}
.submenu_active { .submenu_active {
background-color: #fffe9f; background-color: #fffe9f;
} }
.submenu.left {
}
.submenu.mid { .submenu.mid {
margin: 0 5% 0; margin: 0 5% 0;
} }
...@@ -77,19 +71,25 @@ div.step_name { ...@@ -77,19 +71,25 @@ div.step_name {
} }
.content { .content {
width: 350px; width: 100%;
padding-left: 0px;
margin: 5px; margin: 5px;
} }
.content div {
width: 100%;
margin-bottom: 10px;
}
.content span { .content span {
width: 35%; width: 30%;
margin-right: auto; margin-right: auto;
float: left;
} }
.content input[type=text] { .content input[type=text] {
width: 65%; width: 63%;
height: 20px; height: 20px;
float: right;
} }
.content input[type=submit] { .content input[type=submit] {
...@@ -105,9 +105,6 @@ div.step_name { ...@@ -105,9 +105,6 @@ div.step_name {
margin: 7px 0; margin: 7px 0;
} }
#preferred_driver {
}
.star { .star {
size: 300%; size: 300%;
color: yellow; color: yellow;
...@@ -119,6 +116,7 @@ div.step_name { ...@@ -119,6 +116,7 @@ div.step_name {
#driver_table_container { #driver_table_container {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden;
height: inherit; height: inherit;
} }
...@@ -152,7 +150,8 @@ table.driver_table p { ...@@ -152,7 +150,8 @@ table.driver_table p {
td.driver_column { td.driver_column {
padding-top: 5px; padding-top: 5px;
padding-left: 30px; padding-right: 10px;
padding-left: 20px;
} }
table.driver_table tr td.driver_column { table.driver_table tr td.driver_column {
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<form method="post" action=<?php echo "select_driver.php?id=" . $user_id;?>> <form method="post" action=<?php echo "select_driver.php?id=" . $user_id;?>>
<div class="content" id="select_destination"> <div class="content" id="select_destination">
<div> <div>
<span style="width: 30%;">Picking point</span> <span>Picking point</span>
<input type="text" name="picking_point"> <input type="text" name="picking_point">
</div> </div>
<div> <div>
......
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