updated the name and button not showing in firefox
This commit is contained in:
parent
fbaaa207a3
commit
1cbfe3c6ef
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"extensionName": {
|
||||
"message": "Privacy Redirect",
|
||||
"message": "LibRedirect",
|
||||
"description": "Name of the extension."
|
||||
},
|
||||
"extensionDescription": {
|
||||
|
|
|
@ -59,12 +59,12 @@ header .logo-container {
|
|||
}
|
||||
|
||||
header .logo-container img {
|
||||
height: 85px;
|
||||
height: 30px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
header .logo-container h1 {
|
||||
font-size: 25px;
|
||||
font-size: 14px;
|
||||
float: left;
|
||||
margin-left: 15px;
|
||||
text-transform: uppercase;
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
alt="Privacy Redirect logo"
|
||||
/>
|
||||
<h1>
|
||||
<span data-localise="__MSG_privacy__" class="privacy">Privacy</span
|
||||
><br /><span data-localise="__MSG_redirect__">Redirect</span>
|
||||
<span data-localise="__MSG_extensionName__" class="extensionName">LibRedirect</span>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="version">
|
||||
|
|
Loading…
Reference in New Issue