some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / communicator / blockedSite.css
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
14 /* the following ids refer to <span> elements defined in safeBrowsing.dtd */
15
16 #malware_sitename,
17 #phishing_sitename,
18 #unwanted_sitename {
19   word-wrap: break-word;
20 }