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
@if mgwt.css pretty {
	@external mgwt-Carousel, mgwt-Carousel-Scroller, mgwt-Carousel-Container, mgwt-Carousel-Indicator-Container, .mgwt-Carousel-Indicator, mgwt-Carousel-Indicator-active, mgwt-Carousel-Holder;
}

.mgwt-Carousel {
	position: relative;
}

@if user.agent safari {
	.mgwt-Carousel {
		display: \-webkit-box;
		\-webkit-box-flex: 1;
	}
}

@if user.agent gecko1_8 {
	.mgwt-Carousel {
		display: \-moz-box;
		\-moz-box-flex: 1;
	}
}

.mgwt-Carousel-Scroller {
	
}

@if user.agent safari {
	.mgwt-Carousel-Scroller {
		\-webkit-box-flex: 1;
	}
}

@if user.agent gecko1_8 {
	.mgwt-Carousel-Scroller {
		\-moz-box-flex: 1;
	}
}

.mgwt-Carousel-Container {
	
}

@if user.agent safari {
	.mgwt-Carousel-Container {
		display: \-webkit-box;
		\-webkit-box-flex: 1;
	}
}

@if user.agent gecko1_8 {
	.mgwt-Carousel-Container {
		display: \-moz-box;
		\-moz-box-flex: 1;
	}
}

.mgwt-Carousel-Indicator-Container {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

@if user.agent safari {
	.mgwt-Carousel-Indicator-Container {
		display: \-webkit-box;
		\-webkit-box-pack: center;
	}
}

@if user.agent gecko1_8 {
	.mgwt-Carousel-Indicator-Container {
		display: \-moz-box;
		\-moz-box-pack: center;
	}
}

.mgwt-Carousel-Indicator {
	width: 8px;
	height: 8px;
	background-color: #d3d3d3;
	border-radius: 4px;
	margin: 4px;
}

.mgwt-Carousel-Indicator-active {
	background-color: #757575;
}

.mgwt-Carousel-Holder {
	position: relative;
}

@if user.agent safari {
	.mgwt-Carousel-Holder {
		display: \-webkit-box;
	}
}

@if user.agent gecko1_8 {
	.mgwt-Carousel-Holder {
		display: \-moz-box;
	}
}

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

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