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
@if user.agent safari {

@if mgwt.os blackberry {
	.fillPanel {
		min-width: 100%;
		min-height: 100%;
	}
	
	.horizontal {
		
	}
	
	.fillPanel > .fillPanelExpandChild {
		
	} 
} @else {
	
	.fillPanel {
		display: -webkit-box;
		\-webkit-box-orient: vertical;
		width: 100%;
		height: 100%;
	}
	
	.horizontal {
		\-webkit-box-orient: horizontal;
	}
	
	.fillPanelExpandChild {
		\-webkit-box-flex: 1;
	} 
}
}

@if user.agent gecko1_8 {
	.fillPanel {
		
		display: -moz-box;
		\-moz-box-orient: vertical;
		width: 100%;
		height: 100%;
		overflow: hidden;
		vertical-align: top;
		
		
		
	}
	
	.horizontal {
		\-moz-box-orient: horizontal;
	}
	
	.fillPanel > .fillPanelExpandChild {
		\-moz-box-flex: 1;
		overflow: hidden;
	} 
	.fillPanelExpandChild {
		\-moz-box-flex: 1;
	} 
	
	
}



/* other browsers */

@if user.agent ie6 ie8 ie9 gecko opera {
	.fillPanel{}
                        .fillPanelExpandChild{}
                        .horizontal{}
}

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

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