Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #order_flight_table {
- font-family: arial;
- font-style: italic;
- background: #ffc0cb;
- padding: 10px;
- font-size: 12px;
- }
- th {
- text-align: center;
- font-size: 30px;
- text-transform: uppercase;
- }
- input {
- padding: 3px;
- }
- input[type="time"] {
- width: 80px;
- }
- input[type="text"], input[type="number"] {
- width: 60px;
- }
- #city_select {
- width: 95%;
- font-weight: bold;
- }
- .date_select, #class_select {
- width: 95%;
- }
- #search {
- width: 100%;
- border-radius: inherit;
- font-weight: bold;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement