Merge pull request #83 from sbdomo/master
Improve the compatibility with IOS
This commit is contained in:
commit
e5b01934d5
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
config_local.php
|
BIN
icons/icon114.png
Normal file
BIN
icons/icon114.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
icons/icon144.png
Normal file
BIN
icons/icon144.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
icons/icon57.png
Normal file
BIN
icons/icon57.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
icons/icon72.png
Normal file
BIN
icons/icon72.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
|
@ -34,6 +34,13 @@
|
|||
?>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
<link rel="apple-touch-icon" href="./icons/icon57.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="./icons/icon72.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="./icons/icon114.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="./icons/icon144.png" />
|
||||
|
||||
<title>COPS</title>
|
||||
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jQuery/jquery-1.10.2.min.js") ?>"></script>
|
||||
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/jquery-cookie/jquery.cookies.js") ?>"></script>
|
||||
|
|
|
@ -184,6 +184,8 @@ header h1{
|
|||
|
||||
.headright {
|
||||
float: right;
|
||||
/*for ios compatibility*/
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
|
|
|
@ -189,6 +189,8 @@ header h1{
|
|||
|
||||
.headright {
|
||||
float: right;
|
||||
/*for ios compatibility*/
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
|
|
Loading…
Reference in a new issue