X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=styles%2Fairpolytech.css;h=a05683e4951a4d0b65dc2233df1a6bb16bd71d1b;hp=e5a93bf572f1dc3d2f0ad8d6fc5f051483b8ac37;hb=33eb6f2ab954597a257e9eb8f793a9bc52dd9524;hpb=d5622f71ef49ac2313f5b98385bab231a9d64692 diff --git a/styles/airpolytech.css b/styles/airpolytech.css index e5a93bf..a05683e 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -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 {