Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51372cd2 authored by Scott Main's avatar Scott Main
Browse files

docs: update "na" style to make opaque, add dropshadow, and re-order

z-index to be on top of images

Change-Id: I7c0c2e15d511f4362eb721bf8eb0343fa3f24bc0
parent 55370202
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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; }