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
@if mgwt.css pretty {
	@external mgwt-TabBar, mgwt-TabPanel;
	@external mgwt-TabBar-Button, mgwt-TabBar-Button-active, mgwt-TabBar-Button-selected, mgwt-TabBar-Button-icon, mgwt-TabBar-Button-text;
}

.mgwt-TabPanel{
	display: \-webkit-box;
	\-webkit-box-flex: 1;
	\-webkit-box-orient: vertical;
	width: 100%;
	height: 100%;
}

.mgwt-TabPanel-container{
	display: \-webkit-box;
	\-webkit-box-flex: 1;
	\-webkit-box-orient: vertical;
	overflow: hidden;
}

.mgwt-TabBar {
	
	display: \-webkit-box;
	\-webkit-box-orient: horizontal;
}

@if user.agent safari {
	.mgwt-TabBar {
		display: \-webkit-box;
		\-webkit-box-orient: horizontal;
	}
}

@if user.agent gecko1_8 {
	.mgwt-TabBar {
		display: \-moz-box;
		\-moz-box-orient: horizontal;
	}
}


.mgwt-TabBar-Button-active {
	
}

.mgwt-TabBar-Button-selected {
	
}

.mgwt-TabBar-Button {
	min-width: 60px;
	background-color: transparent;
	box-sizing: content-box;
}

@if user.agent safari {
	.mgwt-TabBar-Button {
		\-webkit-appearance: none;
		\-webkit-box-flex: 1;
	}
}

@if user.agent gecko1_8 {
	.mgwt-TabBar-Button {
		\-moz-appearance: none;
		\-moz-box-flex: 1;
	}
}

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

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