forked from openkylin/platform_build
am 51372cd2: docs: update "na" style to make opaque, add dropshadow, and re-order z-index to be on top of images
* commit '51372cd2e564f411ad80821c7adad210bea7d8b7': docs: update "na" style to make opaque, add dropshadow, and re-order z-index to be on top of images
This commit is contained in:
commit
5b95337f53
tools/droiddoc/templates-sdk/assets
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue