Bug 1229727 - Adjust full screen warning position when in OS X Fullscreen. r=dao

MozReview-Commit-ID: LpqbREOy2DX

--HG--
extra : transplant_source : w%12%0D%7F%F3XhH%A7%2B%88%BCZ%DB%9A%03%D2%FF%AFE
This commit is contained in:
Timothy Guan-tin Chien 2016-03-29 10:13:16 +08:00
parent 88cc5b6c9a
commit 2ac1fe0a16

View File

@ -696,6 +696,9 @@ html|*#fullscreen-warning[ontop] {
/* Use -10px to hide the border and border-radius on the top */
transform: translate(-50%, -10px);
}
#main-window[OSXLionFullscreen] html|*#fullscreen-warning[ontop] {
transform: translate(-50%, 80px);
}
html|*#fullscreen-domain-text,
html|*#fullscreen-generic-text {