X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=styles%2Fairpolytech.css;h=fbbb3cc13ade1d05ffb0a82234d366c697870eb0;hb=a2f7a7290d0b54650c249a0bf59e66d8d7691135;hp=e5a93bf572f1dc3d2f0ad8d6fc5f051483b8ac37;hpb=a96fefe119b8c91c2f5ae6ad04e11af676e5540b;p=Project_webapp.git diff --git a/styles/airpolytech.css b/styles/airpolytech.css index e5a93bf..fbbb3cc 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -41,7 +41,15 @@ form#register { width: 720px; } -label, input { +form#booking { + width: 250px; +} + +form#reservations { + width: 130px; +} + +label, input, select { /* in order to define widths */ display: inline-block; } @@ -59,6 +67,13 @@ label + input { margin: 0 30% 0 4%; } +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 */ + margin: 0 30% 0 4%; +} + /* 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 { @@ -72,15 +87,31 @@ table { table#home { font-size: 3em; - line-height: 1em; + line-height: 2.5em; +} + +table#search { + border: none; +} + +table#search tr:nth-child(even) { + background-color: #675b5b; +} + +table#search tr:nth-child(odd) { + background-color: #474343; +} + +table#reservations { + border: none; } -table#result tr:nth-child(even) { - background-color: #eee; +table#reservations tr:nth-child(even) { + background-color: #675b5b; } -table#result tr:nth-child(odd) { - background-color: #fff; +table#reservations tr:nth-child(odd) { + background-color: #474343; } #header {