Add return flight booking cinematic and personal informations editing.
[Project_webapp.git] / styles / airpolytech.css
index fbbb3cc13ade1d05ffb0a82234d366c697870eb0..c425d298dd9f38927285c12eeeae3942f2cbb3e4 100644 (file)
@@ -60,14 +60,14 @@ label {
     text-align: right;
 }
 
-label + input {
+label+input {
     width: 30%;
     /* large margin-right to force the next element to the new-line
        and margin-left to create a gutter between the label and input */
     margin: 0 30% 0 4%;
 }
 
-label + select {
+label+select {
     width: 30%;
     /* large margin-right to force the next element to the new-line
        and margin-left to create a gutter between the label and select */
@@ -76,13 +76,18 @@ label + select {
 
 /* only the submit button is matched by this selector,
    but to be sure you could use an id or class for that button */
-input + input {
+input+input {
     float: right;
 }
 
 table {
     margin: 0px auto;
     width: 100%;
+    vertical-align: middle;
+}
+
+table#account {
+    width: 40%;
 }
 
 table#home {