From 30febcb3b11927a5b291662288ed65c57012420f Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Fri, 10 Jul 2015 12:34:17 -0400 Subject: [PATCH] site: fix language switcher display issues --- docs/site/css/main.css | 9 +++++++++ docs/site/home.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/site/css/main.css b/docs/site/css/main.css index 9dab20ad74ae..b3200580399f 100755 --- a/docs/site/css/main.css +++ b/docs/site/css/main.css @@ -428,6 +428,11 @@ ul { transition: all 0.3s ease; } +.language-switcher--home .menu { + position: absolute; + bottom: initial; +} + .page-header.fixed .menu { top: 3.3em; } @@ -1425,6 +1430,10 @@ ul { /* Menu */ + .menu { + position: absolute; + } + .main-nav { position: absolute; top: 1.2em; diff --git a/docs/site/home.html b/docs/site/home.html index d02c4b8a6ae9..69e28d47e8a8 100755 --- a/docs/site/home.html +++ b/docs/site/home.html @@ -1,6 +1,6 @@

Google Cloud Platform

-
+