From: <ex...@us...> - 2015-06-19 11:42:24
|
Revision: 7322 http://sourceforge.net/p/web-erp/reponame/7322 Author: exsonqu Date: 2015-06-19 11:42:21 +0000 (Fri, 19 Jun 2015) Log Message: ----------- 19/06/15 : Kif (from webERP Chinese Community QQ group) fixed the menu cannot show completely on mobile phone in xenos/default.css. Modified Paths: -------------- trunk/css/xenos/default.css Modified: trunk/css/xenos/default.css =================================================================== --- trunk/css/xenos/default.css 2015-06-14 03:38:33 UTC (rev 7321) +++ trunk/css/xenos/default.css 2015-06-19 11:42:21 UTC (rev 7322) @@ -358,7 +358,8 @@ /*** HEADER ***/ #HeaderDiv { - overflow:hidden; /* REQUIRED: height according to items contained */ + /* + overflow:hidden; REQUIRED: height according to items contained */ color:#333333; font-weight:bold; padding-left:3px; |