OSDN Git Service

eclair snapshot
[android-x86/build.git] / tools / droiddoc / templates / assets / android-developer-core.css
index 3bd7060..2b30c05 100644 (file)
@@ -48,9 +48,12 @@ a:visited code {
 }
 
 input, select,
-textarea, option {
+textarea, option, label {
+  font-family:inherit;
+  font-size:inherit;
   padding:0;
   margin:0;
+  vertical-align:middle;
 }
 
 option {
@@ -79,6 +82,7 @@ pre {
   padding:10px;
   margin:0 0 1em 1em;
   overflow:auto;
+  line-height:inherit; /* fixes vertical scrolling in webkit */
 }
 
 h1,h2,h3,h4,h5 {
@@ -131,13 +135,17 @@ dd pre, dd table, dd img {
 }
 
 li ul,
-li ol {
-  margin:.5em 0 0 0;
+li ol,
+dd ul,
+dd ol {
+  margin:0;
   padding: 0 0 0 2em;
 }
 
-dl li {
-  padding:.5em 0 0 0;
+li li,
+dd li {
+  margin:0;
+  padding:.5em 0 0;
 }
 
 dl dl,
@@ -177,6 +185,8 @@ hr.blue {
 
 /* LAYOUT */
 #body-content {
+  /* "Preliminary" watermark for preview releases and interim builds.
+  background:transparent url(images/preliminary.png) repeat scroll 0 0;  */
   margin:0;
   position:relative;
   width:100%;
@@ -186,7 +196,7 @@ hr.blue {
   height: 114px;
   position:relative;
   z-index:100;
-  min-width:576px;
+  min-width:675px; /* min width for the tabs, before they wrap */
   padding:0 10px;
   border-bottom:3px solid #94b922;
 }
@@ -777,7 +787,7 @@ td.gsc-search-button {
 }
 
 #carouselMain {
-       background: url('/assets/images/home/bg_home_carousel_board.png') 0 0 no-repeat;
+       background: url(images/home/bg_home_carousel_board.png) 0 0 no-repeat;
        height:auto;
   padding: 25px 21px 0;
   overflow:hidden;
@@ -800,7 +810,7 @@ td.gsc-search-button {
 }
 
 #carouselWheel {
-       background: url('/assets/images/home/bg_home_carousel_wheel.png') 0 0 no-repeat;
+       background: url(images/home/bg_home_carousel_wheel.png) 0 0 no-repeat;
        padding-top:40px;
        height:150px;
 }
@@ -1154,12 +1164,12 @@ ul.videoPreviews p.full {
 
 ul.videoPreviews span.more {
   padding:0 0 0 12px;
-  background:url('/assets/images/arrow_bluelink_down.png') 0 2px no-repeat;
+  background:url(images/arrow_bluelink_down.png) 0 2px no-repeat;
 }
 
 ul.videoPreviews span.less {
   padding:0 0 0 12px;
-  background:url('/assets/images/arrow_bluelink_up.png') 0 2px no-repeat;
+  background:url(images/arrow_bluelink_up.png) 0 2px no-repeat;
   display:none;
 }