Use Modernizr to check for browser compatibility
Add a CompatibilityPage which is shown for incompatible clients. If they continue on regardless, proceed as if it never happened.
This commit is contained in:
parent
4175dcd102
commit
59d8cbe742
6 changed files with 150 additions and 6 deletions
19
src/skins/vector/css/pages/CompatibilityPage.css
Normal file
19
src/skins/vector/css/pages/CompatibilityPage.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.mx_CompatibilityPage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #e55;
|
||||
}
|
||||
|
||||
.mx_CompatibilityPage_box {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
width: 500px;
|
||||
height: 300px;
|
||||
border: 1px solid;
|
||||
padding: 10px;
|
||||
background-color: #fcc;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue