Initial commit
This commit is contained in:
36
site/css/bookingrequest.css
Normal file
36
site/css/bookingrequest.css
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
* Styles for the bookrequest page
|
||||
*/
|
||||
.ui-datepicker {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
table.passengers {
|
||||
border-collapse: collapse;
|
||||
empty-cells: hide;
|
||||
margin: 0 10px;
|
||||
}
|
||||
table.passengers th {
|
||||
background-color: #eee;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
table.passengers th,
|
||||
table.passengers td {
|
||||
padding: 4px;
|
||||
}
|
||||
table.passengers tbody input {
|
||||
width: 100px;
|
||||
}
|
||||
table.passengers tbody input.date-input {
|
||||
width: 70px;
|
||||
}
|
||||
button.passenger-btn {
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
table.passengers-review {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.passengers-review td {
|
||||
border: 1px solid #eee;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user