summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-03-24 13:47:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-24 13:47:22 -0700
commitc9be89296ab45ec58f805ffa1ee9218fe84afdfe (patch)
tree68b42b18619e6a5fc10fac8c5e205d4567bd77bc /tools
parent748e638c3d00cec7c162075cf9ca6eec2735ecb2 (diff)
parent67c2a965bbaa985cfed61c1823ec30ef6dfef268 (diff)
downloadbuild-c9be89296ab45ec58f805ffa1ee9218fe84afdfe.zip
build-c9be89296ab45ec58f805ffa1ee9218fe84afdfe.tar.gz
build-c9be89296ab45ec58f805ffa1ee9218fe84afdfe.tar.bz2
Merge "docs: style tweaks to sidebox and qv classes"
Diffstat (limited to 'tools')
-rw-r--r--tools/droiddoc/templates/assets/android-developer-docs.css35
1 files changed, 14 insertions, 21 deletions
diff --git a/tools/droiddoc/templates/assets/android-developer-docs.css b/tools/droiddoc/templates/assets/android-developer-docs.css
index 92163ec..946e2f2 100644
--- a/tools/droiddoc/templates/assets/android-developer-docs.css
+++ b/tools/droiddoc/templates/assets/android-developer-docs.css
@@ -817,7 +817,7 @@ div.figure {
#qv-wrapper {
float: right;
- width:310px;
+ width:310px; /* +35px padding */
background-color:#fff;
margin:-48px 0 2px 0;
padding:0 0 20px 35px;
@@ -827,8 +827,8 @@ div.figure {
background-color:#fff;
border:4px solid #dee8f1;
margin:0;
- padding:0 6px 6px;
- width:270px;
+ padding:0 5px 5px;
+ width:292px; /* +10px padding; +8px border */
font-size:.9em;
}
@@ -906,30 +906,21 @@ div.figure {
.sidebox-wrapper {
float: right;
- width:280px;
+ width:300px;
background-color:#fff;
margin: 0;
- padding: 20px 0 20px 20px;
+ padding: 0 0 20px 20px;
}
+.sidebox,
.sidebox-inner {
border-left:1px solid #dee8f1;
background-color:#ffffee;
- padding:5px 8px 5px 12px;
+ padding:8px 12px;
font-size:90%;
width:260px;
}
-.sidebox {
- float: right;
- width:260px;
- background-color:#ffffee;
- border-left:1px solid #dee8f1;
- margin: 12px 0 0 15px;
- padding:5px 8px 0 12px;
- font-size:90%;
-}
-
.sidebox p,
.sidebox-inner p {
margin-bottom: .25em;
@@ -958,7 +949,7 @@ padding:0 0 0 0em;
border:none;
font-size:1em;
margin:0;
- padding:4px 0 4px;
+ padding:0 0 8px;
left:0;
z-index:0;
}
@@ -1218,10 +1209,12 @@ table.download th {
.ui-resizable { position: relative; }
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
.ui-resizable .ui-resizable-handle { display: block; }
-body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
-body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
-.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
-.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
+body .ui-resizable-disabled .ui-resizable-handle { display: none; }
+body .ui-resizable-autohide .ui-resizable-handle { display: none; }
+.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px;
+ background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
+.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
+ background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
@media print {