Subversion Repository Public Repository

litesoft

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
@if mgwt.css pretty {
	@external mgwt-DialogAnimationContainer-Shadow, mgwt-DialogAnimationContainer, mgwt-DialogAnimationContainer-center;
	@external mgwt-DialogPanel, mgwt-Dialog, container, title, content, footer, okbutton, cancelbutton, active, mgwt-BottomPanel, shadow, z_index;
}

.z_index {
	z-index: 100;
}

.mgwt-DialogAnimationContainer-Shadow {
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
}

@if user.agent safari {
	.mgwt-DialogAnimationContainer {
		display: -webkit-box;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.mgwt-DialogAnimationContainer-center {
		\-webkit-box-orient: horizontal;
		\-webkit-box-pack: center;
		\-webkit-box-align: center;
	}
}

@if user.agent gecko1_8 {
	.mgwt-DialogAnimationContainer {
		
	}
	.mgwt-DialogAnimationContainer-center {
		\-moz-box-orient: horizontal;
		\-moz-box-pack: center;
		\-moz-box-align: center;
		display: -moz-box;
		width: 100%;
		height: 100%;
	}
}

.mgwt-BottomPanel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	background-image: literal('-webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 74, 103, 0.9)), color-stop(0.02, rgba(20, 25, 35, 0.9) ), to(rgba(0, 0, 0, 0.0) ) )');
	border-top: 1px solid #030506;
	padding: 10px;
}

/* other browsers */
@if user.agent ie6 ie8 ie9 gecko opera {
	.mgwt-DialogAnimationContainer {
		
	}
	.mgwt-DialogAnimationContainer-center {
		
	}
	.active {
		
	}
}

Commits for litesoft/trunk/mobileGWT/zOriginal/mgwt/src_main_java_com_googlecode_mgwt_ui_client_theme_base_css/dialog.css

Diff revisions: vs.
Revision Author Commited Message
751 GeorgeS picture GeorgeS Sat 07 Jul, 2012 18:21:49 +0000