summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author smain@google.com <smain@google.com> 2014-06-14 00:35:48 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-06-14 00:35:48 +0000
commit80b69dc2035711208791d7253bca04eb29eacb68 (patch)
tree9613b09418715b73ee260906e8cb8a0af73d6195
parent916cd9770ce865bad98f15a68be74f3aa607e727 (diff)
parentb43eff80e56c29b29ac3f77ee12150211539dcee (diff)
am b43eff80: adjust scroll position now that there\'s secondary nav bar
* commit 'b43eff80e56c29b29ac3f77ee12150211539dcee': adjust scroll position now that there's secondary nav bar
-rw-r--r--docs/html/wear/css/wear.css2
-rw-r--r--docs/html/wear/index.jd3
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/wear/css/wear.css b/docs/html/wear/css/wear.css
index fe9eef290f1a..7c8d1a9cbf30 100644
--- a/docs/html/wear/css/wear.css
+++ b/docs/html/wear/css/wear.css
@@ -143,7 +143,7 @@
}
.wear-hero {
- height: calc(100% - 70px);
+ height: calc(100% - 122px);
min-height: 504px;
margin-top: 0;
padding-top: 0;
diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd
index 659e9f20b12c..e0a8d128e8bd 100644
--- a/docs/html/wear/index.jd
+++ b/docs/html/wear/index.jd
@@ -15,7 +15,6 @@ page.customHeadTag=<link rel="stylesheet" type="text/css" href="/wear/css/wear.c
-
<div id="video-container">
<div id="video-frame">
<div class="video-close">
@@ -397,7 +396,7 @@ $("#icon-video-close").on("click", function() {
<script>
$("a.wear-down-arrow").on("click", function(e) {
$("body").animate({
- scrollTop: $(".wear-hero").height() + 76
+ scrollTop: $(".wear-hero").height() + 128
}, 1000, "easeOutQuint");
e.preventDefault();
});