-
Notifications
You must be signed in to change notification settings - Fork 0
/
booking.css
29 lines (21 loc) · 888 Bytes
/
booking.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@viewport {
/* width: 320 ; */
width: device-width; /* largeur du viewport */
zoom: 1; /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */
}
#logDiv { color: gray; font-size: 8; X-border-top-style: solid ; X-border-width: 1px; position: relative;}
#bookingTable { background-color: lightgray; border-style: solid; border-width: 2px; border-radius: 10px; margin-left:auto; margin-right: auto;
box-shadow: 3px 3px 10px gray;
}
/* #cancelButton { background-color: red; border-width: 2px; margin-left:auto; margin-right: auto; } */
#confirmCancellation { visibility: hidden ; display: none; }
.bookingLabel { text-align: right ; font-weight: bold; padding-right: 3px; }
.bookingValue { text-align: left ; padding-left: 3px;}
body {
/*
background-image: url("/LogoRAPCS-dim.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
*/
}