IDEMPIERE-231 Zk6: Improve the tablet experience. Minor meta and css fix.
This commit is contained in:
parent
a02db07307
commit
6fb285bc78
|
@ -5,7 +5,7 @@ Copyright (C) 2007 Ashley G Ramdass.
|
|||
<?page style="height:100%"?>
|
||||
<?init zscript="theme.zs" ?>
|
||||
<?meta http-equiv="X-UA-Compatible" content="IE=8" ?>
|
||||
<?meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" ?>
|
||||
<?meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" ?>
|
||||
<?link rel="icon" type="image/png" href="${browserIcon}"?>
|
||||
<?link rel="stylesheet" type="text/css" href="${themeStyleSheet}"?>
|
||||
<?link rel="stylesheet" type="text/css" href="${themeStyleSheetByBrowser}"?>
|
||||
|
|
|
@ -356,6 +356,10 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
|
|||
width: 99% !important;
|
||||
}
|
||||
|
||||
.link {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.link.z-toolbarbutton-over {
|
||||
border: none;
|
||||
padding: 1px 0;
|
||||
|
@ -663,6 +667,7 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
|
|||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.z-grid tbody tr.highlight td.row-indicator {
|
||||
|
|
Loading…
Reference in New Issue