OSDN Git Service

prettier sdk buttons
authorsmain@google.com <smain@google.com>
Sat, 21 Jun 2014 02:06:06 +0000 (19:06 -0700)
committersmain@google.com <smain@google.com>
Sat, 21 Jun 2014 02:25:59 +0000 (19:25 -0700)
Change-Id: I4b15c88e4e218dc2d964470d6010cdb3f19d748c

docs/html/sdk/installing/index.jd

index 3671726..304b53d 100644 (file)
@@ -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>