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
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
97
98
99
100
101
102
103
104
.mgwt-DialogPanel {
	border: solid 5px rgba(49, 69, 107, 0.7);
	padding: 0px;
	opacity: 1;
}

@if user.agent safari {
	.mgwt-DialogPanel {
		\-webkit-box-shadow: 0px 0px 10px rgba(49, 69, 107, 0.7);
		\-webkit-border-radius: 4px;
		background-image: literal('-webkit-gradient(linear, left top, left bottom, from(rgba(0, 15, 70, 0.5) ), to(rgba(0, 0, 70, 0.5) ) )');
	}
}

@if user.agent gecko1_8 {
	.mgwt-DialogPanel {
		\-moz-box-shadow: 0px 0px 10px rgba(49, 69, 107, 0.7);
		\-moz-border-radius: 4px;
		border-radius: 4px;
		background-image: literal('-moz-linear-gradient(top, rgba(0, 15, 70, 0.5), rgba(0, 0, 70, 0.5))');
	}
}

.mgwt-DialogPanel .container {
	color: #ffffff;
	text-shadow: 0px -1px 1px #000000;
	border: solid 2px rgb(49, 69, 107);
	padding: 5px;
	background: black;
}

.mgwt-DialogPanel .title {
	color: #ffffff;
	border: none;
	font-size: 19px;
	margin-bottom: 20px;
	border-bottom: 2px solid rgb(82, 163, 196);
	padding-left: 10px;
	padding-right: 10px;
}

.mgwt-DialogPanel .content {
	padding-left: 10px;
	padding-right: 10px;
}

.mgwt-DialogPanel .footer {
	margin-top: 10px;
}

@if user.agent safari {
	.mgwt-DialogPanel .footer {
		\-webkit-box-pack: justify;
		display: -webkit-box;
		\-webkit-box-orient: horizontal;
		\-webkit-box-sizing: border-box;
	}
}

@if user.agent gecko1_8 {
	.mgwt-DialogPanel .footer {
		\-moz-box-pack: justify;
		display: -moz-box;
		\-moz-box-orient: horizontal;
		\-moz-box-sizing: border-box;
		width: 100%;
	}
}

.mgwt-DialogPanel .okbutton,.mgwt-DialogPanel .cancelbutton {
	display: block;
	font-size: 17px;
	text-align: center;
	\-webkit-box-flex: 2;
	margin-top: 10px;
	margin-right: 2px;
	min-width: 40px;
	height: 32px;
	line-height: 32px;
}

@if user.agent safari {
	.mgwt-DialogPanel .okbutton,.mgwt-DialogPanel .cancelbutton {
		\-webkit-box-flex: 2;
	}
}

@if user.agent safari {
	.mgwt-DialogPanel .okbutton,.mgwt-DialogPanel .cancelbutton {
		\-moz-box-flex: 2;
	}
}

.mgwt-DialogPanel .okbutton {
	
}

.mgwt-DialogPanel .cancelbutton {
	
}

.mgwt-DialogPanel .cancelbutton.active,.mgwt-DialogPanel .okbutton.active {
	background-color: rgba(49, 69, 107, 0.7);
}

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

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