Overview
Comment:Don't hide print button on mobile
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: 6aa5d87f224ef9e28f37f16d156ec46d6ef18de5
User & Date: bohwaz on 2020-12-10 02:16:28
Other Links: manifest | tags
Context
2020-12-10
12:17
Use todays date in new transaction check-in: 7efebf836d user: bohwaz tags: trunk
02:16
Don't hide print button on mobile check-in: 6aa5d87f22 user: bohwaz tags: trunk, stable
01:47
Better design of dialog close button, allow documentfragments as dialogs check-in: c5e6e62dc5 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/handheld.css from [35e1d3cbb8] to [82c8dcdda9].

179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
		display: inline-block;
		border-left: 2px dashed #999;
		width: auto !important;
	}

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

	.print-btn {
		display: none;
	}

	.radio-btn input {
		position: absolute;
		right: 1em;
	}







<
<
<
<







179
180
181
182
183
184
185




186
187
188
189
190
191
192
		display: inline-block;
		border-left: 2px dashed #999;
		width: auto !important;
	}

	colgroup {
		/* Hack pour désactiver les largeurs de colonnes */




		display: none;
	}

	.radio-btn input {
		position: absolute;
		right: 1em;
	}