Overview
Comment:Design handheld plus agréable
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 15fe42805b096e81d9bdff2c9ba5db304fe34fad
User & Date: bohwaz on 2014-04-19 03:55:56
Other Links: manifest | tags
Context
2014-04-21
00:50
classe manquante check-in: 89170d3c1d user: bohwaz tags: trunk
2014-04-19
03:55
Design handheld plus agréable check-in: 15fe42805b user: bohwaz tags: trunk
02:38
Correction bug clôture exercice avec résultat en déficit check-in: 7a0b1fb57b user: bohwaz tags: trunk
Changes

Modified src/www/admin/static/handheld.css from [f4793c6bf9] to [66a7634617].

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
body {
	background: #fff;

}

.header h1 {
	margin: 0;
	text-align: center;
	font-size: 1.5em;
}

.header .menu {
	position: relative;
	margin: 0;
	width: 100%;
    background: none;
    font-size: .9em;
}

.header .menu > li {
	background: #9c4f15;
	margin: .1em 0;
	padding: .2em;
}

.header .menu a {
	font-weight: normal;
	padding: 0;
	display: inline;
	padding: .2em;




























}

.header .menu a small {
	float: none;
}

.header .menu li li, .header .menu li ul {
	display: inline;
}

.header .menu li li a {
	padding: .2em;

}

.header .menu li.current > a {
	background: white;

	color: #000;

}

.page {
	margin: 0;
	padding: .1em;
}


|
>













<



<

<







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>












>



|
>

>







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
body {
	background: #fff url("bg01.png") no-repeat -180px -50px;
	font-size: 11pt;
}

.header h1 {
	margin: 0;
	text-align: center;
	font-size: 1.5em;
}

.header .menu {
	position: relative;
	margin: 0;
	width: 100%;
    background: none;

}

.header .menu > li {

	margin: .1em 0;

}

.header .menu a {
	font-weight: normal;
	padding: 0;
	display: inline;
	padding: .2em;
	color: black;
}

.header .menu a:hover {
	background: none;
}

.header .menu > li > a {
	background: #9c4f15;
	color: white;
	display: inline-block;
	padding: .2em .5em .2em .2em;
	border-radius: 0 .5em .5em 0;
}

.header .menu > li > a:hover {
	color: #000;
    background: rgb(217, 134, 40);
    background: rgba(217, 134, 40, 0.5);
}

.header .menu a b {
	float: left;
	font-size: 1.1em;
	margin: 0 .3em 0 0;
	width: 1.2em;
	text-align: center;
	color: inherit;
}

.header .menu a small {
	float: none;
}

.header .menu li li, .header .menu li ul {
	display: inline;
}

.header .menu li li a {
	padding: .2em;
	font-size: .9em;
}

.header .menu li.current > a {
    background: rgb(217, 134, 40);
    background: rgba(217, 134, 40, 0.5);
	color: #000;
	border-radius: .5em;
}

.page {
	margin: 0;
	padding: .1em;
}

75
76
77
78
79
80
81

82
83
84
85






86
87
88
89
90
91
92
93
94
95
96

dl.describe dt, dl.describe dd {
	float: none;
	width: auto;
	text-align: center;
}


@media screen and (max-width:600px) {
	table.list td, table.list th {
		display: inline-block;
		border-left: 1px solid #999;






	}

	table.list td:first-child, table.list th:first-child {
		border-left: none;
	}

	.infos_asso {
		float: none;
		width: auto;
	}
}







>




>
>
>
>
>
>











104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132

dl.describe dt, dl.describe dd {
	float: none;
	width: auto;
	text-align: center;
}

/* Petits écrans (smartphones) */
@media screen and (max-width:600px) {
	table.list td, table.list th {
		display: inline-block;
		border-left: 1px solid #999;
		width: auto !important;
	}

	colgroup {
		/* Hack pour désactiver les largeurs de colonnes */
		display: none;
	}

	table.list td:first-child, table.list th:first-child {
		border-left: none;
	}

	.infos_asso {
		float: none;
		width: auto;
	}
}