1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-16 02:15:42 -04:00
Commit graph

14 commits

Author SHA1 Message Date
Thor77
99499f08d4
Switch css-include to bootstrap4-beta 2019-03-10 13:01:42 +01:00
Matthew
98c1d684f8
Improve navbar on mobile devices ()
* add button to show/hide menu items
* ensure navigation fills the width of the viewport by moving it out of the main container element
2019-03-10 13:01:42 +01:00
Thor77
60c299a947
Replace deprecated page-header heading-class
with `display-4`
2019-03-10 13:01:42 +01:00
Thor77
6953a28faf
Remove now unneccessary padding from body 2019-03-10 13:01:42 +01:00
Thor77
9bc92dbf89
Use new navbar-syntax
removed padding from debug-badge as it's not required anymore
2019-03-10 13:01:41 +01:00
Thor77
96907c2444
Switch css-include to bootstrap4 2019-03-10 13:01:41 +01:00
Thor77
cd01eb433a Use hyperlinks instead of onclick-events
to link to positions.
Disabled color-change and text-decoration to keep a clean and consisten
look.
2017-02-27 22:16:16 +01:00
Matthew Gamble
531f5c57d2
Improve presentation at mobile
- Add custom hint--medium--xs style, to make the tooltips wrap neatly
- Add meta viewport tag
2017-02-16 18:17:29 +11:00
Matthew Gamble
3824eeac10
Fix closing header tag 2017-02-15 08:36:01 +11:00
Thor77
ae35a73a64 Merge pull request from djmattyg007/template_security
* Add rel=noopener to the github link to prevent window.opener attacks.
* Add no-referrer referrer policy to prevent leakage of sensitive info such as private domain names.
2017-02-14 16:07:37 +01:00
Matthew Gamble
96156ca622
Add no-referrer referrer policy to prevent leakage of sensitive info
This prevents Referer headers from being sent when requesting any
external assets, and when clicking on any offsite links. This includes
the github link in the footer. This helps to prevent the leakage of
sensitive details, such as private domain names.
2017-02-14 18:17:35 +11:00
Matthew Gamble
e94e117242
Add rel=noopener to prevent window.opener attacks
This is highly unlikely, but it never hurts to be cautious.
2017-02-14 18:14:59 +11:00
Matthew Gamble
13ad296459
Add doctype to main template 2017-02-14 18:11:35 +11:00
Thor77
9a686f7a2f Refactor template(s) for multiserver-display
* all virtual servers are now included in one single outputfile
* navbar for navigation between virtual servers
2016-11-22 22:59:57 +01:00