diff options
author | smain@google.com <smain@google.com> | 2014-06-20 19:06:06 -0700 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-06-20 19:25:59 -0700 |
commit | e77f41a6e388258d24a29228b8f41d01bd9ae81f (patch) | |
tree | 7c6dd4f0cfd2eb8f4a271a82563a31a6480e9602 /docs/html/sdk | |
parent | 941f800a848a5dad4d4541a214477e95f738a5c8 (diff) | |
download | frameworks_base-e77f41a6e388258d24a29228b8f41d01bd9ae81f.zip frameworks_base-e77f41a6e388258d24a29228b8f41d01bd9ae81f.tar.gz frameworks_base-e77f41a6e388258d24a29228b8f41d01bd9ae81f.tar.bz2 |
prettier sdk buttons
Change-Id: I4b15c88e4e218dc2d964470d6010cdb3f19d748c
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/installing/index.jd | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 3671726..304b53d 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -3,8 +3,8 @@ page.title=Installing the Android SDK @jd:body <style> -.paging-links { - margin:0 0 80px; +p.paging-links { + margin:0 0 40px; } .paging-links .next-page-link { right:initial; @@ -14,6 +14,10 @@ page.title=Installing the Android SDK margin-bottom:1em; background:#eee; } +.landing-button { + min-width: 155px; + text-align: center; +} </style> @@ -316,39 +320,32 @@ Continue: Adding SDK Packages</a></p> <!-- ################ DEFAULT ##################### --> -<style> -h3.large-link { - display:inline-block; - width:100%; - text-align:center; - border:1px solid #258aaf; - padding:10px 0; - color:inherit; -} -</style> + <div id="default" style="display:none"> -<p>If you haven't already done so, <b><a href="{@docRoot}sdk/index.html">click here to download +<p>If you haven't already, <b><a href="{@docRoot}sdk/index.html">download the Android SDK</a></b>. </p> -<p>Otherwise, select which SDK package you want to install:</p> +<p>Then, select which SDK package you want to install:</p> -<div class="cols" style="margin-bottom:60px"> -<div class="col-4"> -<a href="{@docRoot}sdk/installing/index.html?pkg=adt"> -<h3 class="large-link">Eclipse ADT</h3> +<div class="cols" style="margin:30px 0 60px"> +<div class="col-4" style="margin-left:0"> +<a href="{@docRoot}sdk/installing/index.html?pkg=adt" class="landing-button landing-secondary"> +Eclipse ADT </a> </div> <div class="col-4"> -<a href="{@docRoot}sdk/installing/index.html?pkg=studio"> -<h3 class="large-link">Android Studio</h3></a> +<a href="{@docRoot}sdk/installing/index.html?pkg=studio" class="landing-button landing-secondary"> +Android Studio +</a> </div> <div class="col-4"> -<a href="{@docRoot}sdk/installing/index.html?pkg=tools"> -<h3 class="large-link">Stand-alone SDK Tools</h3></a> +<a href="{@docRoot}sdk/installing/index.html?pkg=tools" class="landing-button landing-secondary"> +Stand-alone SDK Tools +</a> </div> </div> |