summaryrefslogtreecommitdiffstats
path: root/docs/html/wear
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-06-13 15:05:29 -0700
committersmain@google.com <smain@google.com>2014-06-13 17:31:20 -0700
commitb43eff80e56c29b29ac3f77ee12150211539dcee (patch)
tree3590e9dac77fea1db4f8bb1c3ca21fbcf7a90f72 /docs/html/wear
parent6335fbcba106147d914acae0a9d8f4fcd53af768 (diff)
downloadframeworks_base-b43eff80e56c29b29ac3f77ee12150211539dcee.zip
frameworks_base-b43eff80e56c29b29ac3f77ee12150211539dcee.tar.gz
frameworks_base-b43eff80e56c29b29ac3f77ee12150211539dcee.tar.bz2
adjust scroll position now that there's secondary nav bar
Change-Id: I7aa237390066805bef210f2ed2f4ae1063e5e252
Diffstat (limited to 'docs/html/wear')
-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 fe9eef2..7c8d1a9 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 659e9f2..e0a8d12 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();
});