Newer
Older
.order_container {
height: 79%;
}
.order_container .subheader {
height: 10%;
width: 100%;
display: table;
border-collapse: separate;
border-spacing: 10px;
display: table-cell;
width: 30%;
border: 0.5px solid black;
font-size: 15px;
position: relative;
}
.submenu_active {
background-color: #fffe9f;
.submenu.mid {
margin: 0 5% 0;
}
div.step_num {
width: 20%;
height: 100%;
vertical-align: middle;
div.step_name {
float: right;
height: 100%;
vertical-align: middle;
div.step_num p {
margin: 10px 0 0 2px;
text-align: center;
width: 25px;
padding: 2% 0;
background-color: grey;
border-radius: 50%;
}
div.step_name p {
margin: 0 0 0 15px;
}
.submenu p {
margin: 0;
position: absolute;
top: 0%;
vertical-align: middle;
}
div.step_name {
width: 80%;
text-align: left;
width: 100%;
padding-left: 0px;
.content div {
width: 100%;
margin-bottom: 10px;
}
.content span.loc_form_label {
margin-right: auto;
.content input[type=text] {
.content input[type=submit]#loc_button {
position: absolute;
margin: 10px;
left: 45%;
width: 60px;
height: 30px;
}
#select_driver h2 {
margin: 7px 0;
div h2 {
margin: 0;
padding: 0;
text-align: left;
}
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
div.rating_bar {
height: auto;
vertical-align: top;
border-radius: 20px;
#order_link {
background-color: #465d43;
#driver_table_container {
overflow-y: auto;
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
height: inherit;
}
img.driver_pict {
width: 100px;
height: 100px;
border-radius: 50%;
display: inline;
margin: 0;
}
table.driver_table {
margin-top: 5px;
width: 100%;
padding: 0;
border-collapse: collapse;
}
table.driver_table th, td {
padding: 0 5px;
border-collapse: collapse;
}
table.driver_table p {
margin: 0 0 5px 0;
padding: 0;
width: 40%;
font-size: 12px;
font-style: "Lucida Console", Monaco, monospace;
}
td.driver_column {
padding-top: 5px;
padding-right: 10px;
padding-left: 20px;
}
table.driver_table tr td.driver_column {
vertical-align: top;
}
table.driver_table p.driver_username {
font-size: 20px;
}
div.choose_driver {
float: right;
border: 0.5px solid black;
border-radius: 5px;
width: 50%;
text-align: center;
padding: 5px;
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
}
div#driver_profile {
margin: 0;
padding-top: 10px;
text-align: center;
}
div#driver_profile p {
padding: 0;
margin: 0;
}
div#complete_order {
text-align: center;
}
div#left_complete {
margin-top: 5px;
width: 40%;
float: left;
}
div#right_complete {
margin-top: 20px;
width: 60%;
float: right;
}