Bug 1160577 - Set styles on #reader-message div instead of wrapper div. r=MattN

This commit is contained in:
Margaret Leibovic
2015-05-01 16:10:38 -07:00
parent f67e891edf
commit b124996e9c
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
.message {
#reader-message {
margin-top: 40px;
display: none;
text-align: center;

View File

@@ -29,7 +29,7 @@
<div id="moz-reader-content"></div>
</div>
<div class="message">
<div>
<style scoped>
@import url("chrome://global/skin/aboutReaderControls.css");
</style>

View File

@@ -27,7 +27,7 @@
/* Loading/error message */
.message {
#reader-message {
margin-top: 40px;
display: none;
text-align: center;