Overview
Comment:Correction formulaire de login sur mobile non cliquable
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 7dd0a2f61e467f93aff9a81a02db92d9ae7bce8d
User & Date: bohwaz on 2017-10-09 22:54:42
Other Links: branch diff | manifest | tags
Context
2017-10-10
04:58
Create static directory if required check-in: 51390b5ba7 user: bohwaz tags: dev
2017-10-09
22:54
Correction formulaire de login sur mobile non cliquable check-in: 7dd0a2f61e user: bohwaz tags: dev
2017-10-04
22:54
Correction recherche sur champs personnalisés check-in: b764e7a6db user: bohwaz tags: dev
Changes

Modified src/www/admin/static/handheld.css from [b3eb735b62] to [2785cac0a7].

10
11
12
13
14
15
16


17
18
19
20
21
22
23
	font-size: 1.2em;
	margin: 70pt 0 .3em 0;
}

.header .menu {
	background: none !important;
	position: fixed;


	z-index: 10000;
	margin: 0;
	margin-bottom: 3em;
	width: 100%;
	padding: 0;
	display: block;
}







>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
	font-size: 1.2em;
	margin: 70pt 0 .3em 0;
}

.header .menu {
	background: none !important;
	position: fixed;
	bottom: inherit;
	overflow: visible;
	z-index: 10000;
	margin: 0;
	margin-bottom: 3em;
	width: 100%;
	padding: 0;
	display: block;
}