-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathstyle2B.css
More file actions
71 lines (59 loc) · 992 Bytes
/
style2B.css
File metadata and controls
71 lines (59 loc) · 992 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
form{
margin-bottom: 10px;
}
input#numberOfGuests{
width: 40px;
}
img{
width: 100%;
}
html,body,.container {
height:100%;
}
table {
width: 100%;
border: 1px solid black;
}
.sidebar {
background-color: lightgreen;
height: 800px;
/* margin-left: 0;*/
}
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.caption {
text-align: center;
}
.jumbotron {
text-align: center;
}
.row {
height: 100%;
display: table-row;
}
.row .no-float {
display: table-cell;
float: none;
}
/* Sidebar modules for boxing content */
.sidebar-module {
padding: 15px;
margin: 0 -15px 15px;
}
.sidebar-module-inset {
padding: 15px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}