some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / communicator / blockedSite.css
CommitLineData
4d9e3d24
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5#buttons > span {
6 float: left;
7}
8
9#buttons > #ignoreWarningButton {
10 float: right;
11 font-size: smaller;
12}
13
f7d5404c 14/* the following ids refer to <span> elements defined in safeBrowsing.dtd */
4d9e3d24
RK
15
16#malware_sitename,
f7d5404c 17#phishing_sitename,
cf0d81c6 18#unwanted_sitename {
4d9e3d24
RK
19 word-wrap: break-word;
20}