Commit | Line | Data |
---|---|---|
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 | ||
14 | /* the following two ids refer to <span> elements defined in safeBrowsing.dtd */ | |
15 | ||
16 | #malware_sitename, | |
17 | #phishing_sitename { | |
18 | word-wrap: break-word; | |
19 | } |