Skip to content

Commit c3cbabd

Browse files
author
Chris Gårdenberg
committed
Makes template_B more mobile friendly (detail view)
1 parent a8c0e26 commit c3cbabd

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## [Unreleased]
44
### Added
55

6+
## [0.10.6]
7+
### Added
8+
- Fixes mobile-layout on detail-page (Template-B)
9+
610
## [0.10.5]
711
### Added
812
- Added better version-check (support-wise)
@@ -264,7 +268,8 @@
264268
### Added
265269
- Added inquiry support in course
266270

267-
[Unreleased]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.10.5...HEAD
271+
[Unreleased]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.10.6...HEAD
272+
[0.10.6]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.10.5...v0.10.6
268273
[0.10.5]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.10.4...v0.10.5
269274
[0.10.4]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.10.3...v0.10.4
270275
[0.10.3]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.10.2...v0.10.3

content/style/frontendstyle.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,13 +526,18 @@
526526
}
527527

528528
/* Mobil-css för när vi ska fixa till så att den är responsiv */
529-
@media (max-width: 690px)
529+
@media (max-width: 800px)
530530
{
531531
.eduadmin .objectItem .objectBook
532532
{
533533
display: none;
534534
}
535535

536+
.eduadmin .textblock.leftBlock, .eduadmin .textblock.rightBlock {
537+
display: block;
538+
width: 100%;
539+
}
540+
536541
.eduadmin .objectBlock
537542
{
538543
padding-top: 1em;

eduadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin URI: http://www.eduadmin.se
77
* Description: EduAdmin plugin to allow visitors to book courses at your website
88
* Tags: booking, participants, courses, events, eduadmin, lega online
9-
* Version: 0.10.5
9+
* Version: 0.10.6
1010
* GitHub Plugin URI: multinetinteractive/eduadmin-wordpress
1111
* GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-wordpress
1212
* Requires at least: 3.0

0 commit comments

Comments
 (0)