mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
33 lines
709 B
CSS
33 lines
709 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* 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/. */
|
|
#qa-notify {
|
|
right: 18px;
|
|
bottom: 21px;
|
|
position: fixed;
|
|
border: 1px solid grey;
|
|
background-color: white;
|
|
background-image: url("chrome://qa/skin/logolight.png");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.qa-notify {
|
|
height: 140px;
|
|
width: 420px;
|
|
}
|
|
|
|
#qa-notify-box {
|
|
padding: 0px 6px 6px 6px;
|
|
display: table;
|
|
}
|
|
|
|
#qa-notify-header {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#qa-statusbar-overlay {
|
|
list-style-image: url('chrome://qa/skin/qmo-16px.png');
|
|
}
|