summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/window/window.css
blob: e4c7aa391a18fef2ef2df264463ce5710dd05e80 (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
.v-window {
	background: none;
}

.v-window-wrap {
	border: 1px solid #c8c9ca;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

.v-window-outerheader {
	background: #c0c2c5 url(/html/themes/classic/images/application/panel_header_bg.png) repeat-x 0 0;
	border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
	border-style: solid;
	border-width: 0 0 1px;
	padding-left: 10px;
	height: 16px;
	padding: 6px 32px 6px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px;
}

.v-ie6 .v-window-outerheader,
.v-ie7 .v-window-outerheader {
	margin-bottom: 0;
}

.v-window-header {
	color: #000;
	font-size: 12px;
	text-shadow: 1px 1px #fff;	
}

.v-window-contents {
	padding: 0 5px 0 5px;
}

.v-window-closebox {
	background: url(closebutton_sprites.png) no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 9px;
	top: 8px;
}

.v-ie6 .v-window-closebox,
.v-ie7 .v-window-closebox {
	top: 4px;
}

.v-window-closebox:hover {
	background-position: 0 -24px;	
}

.v-window-closebox:active {
	background-position: 0 -48px;	
}

.v-window-resizebox {
	background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat scroll -64px -228px;
	width: 14px;
	height: 16px;	
}

.v-shadow-window {
	padding-bottom: 11px;
}

.v-ie6 .v-shadow-window,
.v-ie7 .v-shadow-window {
	padding-bottom: 0;
}