OSDN Git Service

docs: update "na" style to make opaque, add dropshadow, and re-order
authorScott Main <smain@google.com>
Wed, 19 Oct 2011 23:09:26 +0000 (16:09 -0700)
committerScott Main <smain@google.com>
Wed, 19 Oct 2011 23:09:26 +0000 (16:09 -0700)
z-index to be on top of images

Change-Id: I7c0c2e15d511f4362eb721bf8eb0343fa3f24bc0

tools/droiddoc/templates-sdk/assets/android-developer-docs.css

index 20871b9..61074dd 100644 (file)
@@ -389,13 +389,17 @@ div#naMessage {
 }
 
 div#naMessage div {
+  z-index:99;
   width:450px;
   position:fixed;
   margin:50px 0;
   padding:4em 4em 3em;
   background:#FFF;
-  background:rgba(255,255,255,0.7);
+  background:rgba(255,255,255,1);
   border:1px solid #dddd00;
+  box-shadow:-10px 10px 40px #888;
+  -moz-box-shadow:-10px 10px 40px #888;
+  -webkit-box-shadow:-10px 10px 40px #888;
 }
 /* IE6 can't position fixed */
 * html div#naMessage div { position:absolute; }