Luna LMS

Check-in [395dd181f9]
Login

Check-in [395dd181f9]

Overview
Comment:Details an Fahrplan-Kreisen verbessert.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | ansicht
Files: files | file ages | folders
SHA3-256: 395dd181f90a621eb293202579bcb5abac1034ee0161aec8c4ce04ef7450754f
User & Date: florian 2024-02-13 14:40:36
Context
2024-02-13
15:21
Großen Weißraum oben auf kleineren Geräten repariert. Stil-Umschaltung von Breite < 1024 Pixel auf < 1280 Pixel geändert. Leaf check-in: 1ac0cf309b user: florian tags: ansicht
14:40
Änderungen aus ansicht übernommen. check-in: b9a0676ccc user: florian tags: beta
14:40
Details an Fahrplan-Kreisen verbessert. check-in: 395dd181f9 user: florian tags: ansicht
14:30
Link-Hover verändert. check-in: cd1a518a5f user: florian tags: ansicht
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to luna_lms/webapp.py.

339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
nav.course_navigation > .nav_line > .nav_line_offset > ol > li:before {
	content: counter(item) ;
	counter-increment: item ;
	font-family: 'Alata', sans-serif;
	font-size: 1.1rem ;
	display: inline-block ;
	position: relative ;
	top: 0.2rem ;
	border: solid 1.5px black;
	border-radius: 30px ;
	background: white ;
	text-align: center ;
	padding: 0.25rem 0rem 0rem 0rem ;
	width: 2.5rem ;
	height: 2.5rem ;
	margin-right: 0.75rem ;
}

nav.course_navigation > .nav_line > .nav_line_offset > ol > li > a {
	display: inline-block;







|




|







339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
nav.course_navigation > .nav_line > .nav_line_offset > ol > li:before {
	content: counter(item) ;
	counter-increment: item ;
	font-family: 'Alata', sans-serif;
	font-size: 1.1rem ;
	display: inline-block ;
	position: relative ;
	top: 0.25rem ;
	border: solid 1.5px black;
	border-radius: 30px ;
	background: white ;
	text-align: center ;
	padding: 0.35rem 0rem 0rem 0rem ;
	width: 2.5rem ;
	height: 2.5rem ;
	margin-right: 0.75rem ;
}

nav.course_navigation > .nav_line > .nav_line_offset > ol > li > a {
	display: inline-block;