From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 97F311E2F for ; Thu, 30 Mar 2017 17:28:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490887715; x=1522423715; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=HeJLSCeo/O8i4tikvk4ESP5/1BzVGbBnPZjrTN5lrT0=; b=jlDqzzEWzIEznO5YvO57/oFBvJGx69qy2Ep9Vyw8iERlEZDeBKs9mnm+ WUw863pwHicqwJEcIpr/OrfoOtXzuw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 08:28:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="82353095" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2017 08:28:33 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 30 Mar 2017 16:28:32 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.153]) by irsmsx155.ger.corp.intel.com ([169.254.14.202]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 16:28:32 +0100 From: "Van Haaren, Harry" To: Thomas Monjalon , "web@dpdk.org" Thread-Topic: [dpdk-web] [PATCH] make menu adaptative for small screens Thread-Index: AQHSqQyvt9dmluJ1/kOJaBEXbd0cNaGtgdMA Date: Thu, 30 Mar 2017 15:28:32 +0000 Message-ID: References: <1490840528-13930-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1490840528-13930-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTllMmUwMDktOGMyMy00NDMwLWE0ZWEtOGI1MDI1YjljODRjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRJbk1rOEdmVTZ4MFJDb29ibDNwZDdOQW9CV0krTTBCN1RGK1ROa0FEVDQ9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-web] [PATCH] make menu adaptative for small screens X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 15:28:36 -0000 > From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, March 30, 2017 3:22 AM > To: web@dpdk.org > Subject: [dpdk-web] [PATCH] make menu adaptative for small screens >=20 > The CSS layout for the navigation bar is designed for mobile first. > Some media queries are used to increase the size of spacing and font > for bigger screens. >=20 > If the bar must be displayed on two rows, the background is fixed > by using a max-height with hidden overflow. >=20 > The hover effect is disabled for handhelds. >=20 > Signed-off-by: Thomas Monjalon Tested on desktop browser and emulated smaller devices to try the @media ru= les. Acked-by: Harry van Haaren