X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=styles%2Fairpolytech.css;fp=styles%2Fairpolytech.css;h=c425d298dd9f38927285c12eeeae3942f2cbb3e4;hp=fbbb3cc13ade1d05ffb0a82234d366c697870eb0;hb=22f1dc6402dbc9a9c5d2ed2f17ef54044d35ec2a;hpb=0a87f4538a04b4dba4888a6abdb166ba8f465ba4 diff --git a/styles/airpolytech.css b/styles/airpolytech.css index fbbb3cc..c425d29 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -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 {