mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
left menu spacers style
This commit is contained in:
parent
4e72cd16a1
commit
676da06ef1
@ -21,7 +21,9 @@
|
|||||||
- Improved user experience in defining slots in the calendar management
|
- Improved user experience in defining slots in the calendar management
|
||||||
- Improved notification email to the member when a rolling subscription is taken
|
- Improved notification email to the member when a rolling subscription is taken
|
||||||
- Notify all admins on the creation of a refund invoice
|
- Notify all admins on the creation of a refund invoice
|
||||||
|
- Helper links between admin sections of the scheduling process
|
||||||
- Calendar management: improved legend display and visual behavior
|
- Calendar management: improved legend display and visual behavior
|
||||||
|
- Reorganized left menu
|
||||||
- Create machine availabilities: select all/none in a click
|
- Create machine availabilities: select all/none in a click
|
||||||
- Prevent event reservation in the past [Taiga#127]
|
- Prevent event reservation in the past [Taiga#127]
|
||||||
- Removed the need of twitter API keys to display the last tweet on the home page
|
- Removed the need of twitter API keys to display the last tweet on the home page
|
||||||
@ -42,6 +44,7 @@
|
|||||||
- Fix a bug: no alerts on errors during admin creation
|
- Fix a bug: no alerts on errors during admin creation
|
||||||
- Fix a bug: replaces all Time.now by DateTime.current to prevent time zones issues [Taiga#134]
|
- Fix a bug: replaces all Time.now by DateTime.current to prevent time zones issues [Taiga#134]
|
||||||
- Fix a bug: logs are not printed in staging environment
|
- Fix a bug: logs are not printed in staging environment
|
||||||
|
- Fix a bug: theme colors must be selected twice before the changes became effective
|
||||||
- Fix a security issue: updated loofah to fix [CVE-2019-15587](https://github.com/advisories/GHSA-c3gv-9cxf-6f57)
|
- Fix a security issue: updated loofah to fix [CVE-2019-15587](https://github.com/advisories/GHSA-c3gv-9cxf-6f57)
|
||||||
- Fix a security issue: updated angular to 1.7.9 to fix [CVE-2019-10768](https://github.com/advisories/GHSA-89mq-4x47-5v83)
|
- Fix a security issue: updated angular to 1.7.9 to fix [CVE-2019-10768](https://github.com/advisories/GHSA-89mq-4x47-5v83)
|
||||||
- Fix a security issue: updated puma to 3.12.2 to fix [GHSA-7xx3-m584-x994](https://github.com/advisories/GHSA-7xx3-m584-x994)
|
- Fix a security issue: updated puma to 3.12.2 to fix [GHSA-7xx3-m584-x994](https://github.com/advisories/GHSA-7xx3-m584-x994)
|
||||||
|
@ -90,8 +90,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> li.menu-spacer {
|
> li.menu-spacer {
|
||||||
|
height: 1px;
|
||||||
margin: 6px 80% 6px 5px;
|
margin: 6px 80% 6px 5px;
|
||||||
border-bottom: 1px solid white;
|
background: linear-gradient(45deg, black, transparent);
|
||||||
}
|
}
|
||||||
ul{
|
ul{
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user