OSDN Git Service

eclair snapshot
[android-x86/build.git] / tools / droiddoc / templates / assets / android-developer-docs.css
index d72098f..c52222c 100644 (file)
@@ -339,9 +339,12 @@ links to summary tables) */
 }
 
 #api-level-toggle {
-  float:right;
   padding:0 10px;
   font-size:11px;
+  float:right;
+}
+
+#api-level-toggle label.disabled {
   color:#999;
 }
 
@@ -660,7 +663,27 @@ h5.jd-tagtitle {
 div.special {
   padding: .5em 1em 1em 1em;
   margin: 0 0 1em;
-  background-color: #ddf0f2;
+  background-color: #DAF3FC;
+  border:1px solid #d3ecf5;
+  border-radius:5px;
+  -moz-border-radius:5px;
+  -webkit-border-radius:5px;
+}
+
+.toggle-content-toggleme {
+  display:none;
+}
+
+.toggle-content-button {
+  font-size:.9em;
+  line-height:.9em;
+  text-decoration:none;
+  position:relative;
+  top:5px;
+}
+
+.toggle-content-button:hover {
+  text-decoration:underline;
 }
 
 div.special p {
@@ -751,6 +774,8 @@ ul.no-style {
   font-weight: bold;
   color: red;
   text-decoration: none;
+  vertical-align:top;
+  line-height:.9em;
 }
 
 pre.classic {