Add the flight search and booking features.
[Project_webapp.git] / styles / airpolytech.css
index e5a93bf572f1dc3d2f0ad8d6fc5f051483b8ac37..a05683e4951a4d0b65dc2233df1a6bb16bd71d1b 100644 (file)
@@ -41,6 +41,10 @@ form#register {
     width: 720px;
 }
 
+form#booking {
+    width: 250px;
+}
+
 label, input {
     /* in order to define widths */
     display: inline-block;
@@ -75,12 +79,16 @@ table#home {
     line-height: 1em;
 }
 
-table#result tr:nth-child(even) {
-    background-color: #eee;
+table#search {
+    border: none;
+}
+
+table#search tr:nth-child(even) {
+    background-color: #675b5b;
 }
 
-table#result tr:nth-child(odd) {
-    background-color: #fff;
+table#search tr:nth-child(odd) {
+    background-color: #474343;
 }
 
 #header {