Advertisement
Dekameron

Untitled

Jun 15th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #order_flight_table {
  2. font-family: arial;
  3. font-style: italic;
  4. background: #ffc0cb;
  5. padding: 10px;
  6. font-size: 12px;
  7. }
  8.  
  9. th {
  10. text-align: center;
  11. font-size: 30px;
  12. text-transform: uppercase;
  13. }
  14. input {
  15. padding: 3px;
  16. }
  17. input[type="time"] {
  18. width: 80px;
  19. }
  20.  
  21. input[type="text"], input[type="number"] {
  22. width: 60px;
  23. }
  24.  
  25. #city_select {
  26. width: 95%;
  27. font-weight: bold;
  28. }
  29.  
  30. .date_select, #class_select {
  31. width: 95%;
  32. }
  33.  
  34. #search {
  35. width: 100%;
  36. border-radius: inherit;
  37. font-weight: bold;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement