IDEMPIERE-231 Zk6: Improve the tablet experience. Fixed scaling problem with iPad. Fixed click event for the collapsed menu bar doesn't fire on iPad.
This commit is contained in:
parent
be51b1321e
commit
a3047effea
|
@ -5,6 +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" ?>
|
||||
<?link rel="icon" type="image/png" href="${browserIcon}"?>
|
||||
<?link rel="stylesheet" type="text/css" href="${themeStyleSheet}"?>
|
||||
<?link rel="stylesheet" type="text/css" href="${themeStyleSheetByBrowser}"?>
|
||||
|
|
|
@ -431,6 +431,10 @@ span.z-tree-tee, span.z-tree-last {
|
|||
width:0px;
|
||||
}
|
||||
|
||||
.z-west-colpsd {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
<%-- FOCUSED FIELD in different color --%>
|
||||
|
||||
.z-textbox-focus, .z-textbox-focus input,
|
||||
|
|
Loading…
Reference in New Issue