summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/layouts/layouts.css
blob: 650247bade6791cbb0aa6838615cbf74b5470c22 (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.v-orderedlayout-margin-top,
.v-horizontallayout-margin-top,
.v-verticallayout-margin-top,
.v-boxlayout.v-margin-top {
	padding-top: 18px;
}
.v-orderedlayout-margin-right,
.v-horizontallayout-margin-right,
.v-verticallayout-margin-right,
.v-boxlayout.v-margin-right {
	padding-right: 18px;
}
.v-orderedlayout-margin-bottom,
.v-horizontallayout-margin-bottom,
.v-verticallayout-margin-bottom,
.v-boxlayout.v-margin-bottom {
	padding-bottom: 18px;
}
.v-orderedlayout-margin-left,
.v-horizontallayout-margin-left,
.v-verticallayout-margin-left,
.v-boxlayout.v-margin-left {
	padding-left: 18px;
}
.v-orderedlayout-spacing-on,
.v-horizontallayout-spacing-on,
.v-verticallayout-spacing-on {
	padding-top: 7px;
	padding-left: 6px;
}
.v-spacing {
	height: 7px;
	width: 6px;
}
/* Different for historical reasons: previously was inherited directly from Base theme */
/* TODO unify these values in version 7 */
.v-gridlayout-margin-top {
	padding-top: 24px;
}
.v-gridlayout-margin-bottom {
	padding-bottom: 24px;
}
.v-gridlayout-margin-left {
	padding-left: 24px;
} 
.v-gridlayout-margin-right {
	padding-right: 24px;
}
.v-gridlayout-spacing-on {
	padding-left: 12px;
	padding-top: 12px;
}
/* Blue background */
.v-verticallayout-blue,
.v-horizontallayout-blue,
.v-orderedlayout-blue,
.v-gridlayout-blue,
.v-csslayout-blue,
.v-formlayout-blue,
.v-splitpanel-vertical-blue,
.v-splitpanel-horizontal-blue {
	background-color: #bcd3de;
}
.v-panel-content > div.blue {
	background-color: #bcd3de;
}
/* White background */
.v-verticallayout-white,
.v-horizontallayout-white,
.v-orderedlayout-white,
.v-gridlayout-white,
.v-csslayout-white,
.v-formlayout-white,
.v-splitpanel-vertical-white,
.v-splitpanel-horizontal-white  {
	background-color: #fff;
	color: #222;
}
.v-panel-content > div.white {
	background-color: #fff;
	color: #222;
}
/* Black background */
.v-verticallayout-black,
.v-horizontallayout-black,
.v-orderedlayout-black,
.v-gridlayout-black,
.v-csslayout-black,
.v-formlayout-black,
.v-splitpanel-vertical-black,
.v-splitpanel-horizontal-black {
	background: #1e2022 url(img/black-bg.png) repeat-x;
}
.v-panel-content > div.black {
	background: #1e2022 url(img/black-bg.png) repeat-x;
}