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": {
|
"extensionName": {
|
||||||
"message": "Privacy Redirect",
|
"message": "LibRedirect",
|
||||||
"description": "Name of the extension."
|
"description": "Name of the extension."
|
||||||
},
|
},
|
||||||
"extensionDescription": {
|
"extensionDescription": {
|
||||||
|
|
|
@ -59,12 +59,12 @@ header .logo-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
header .logo-container img {
|
header .logo-container img {
|
||||||
height: 85px;
|
height: 30px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .logo-container h1 {
|
header .logo-container h1 {
|
||||||
font-size: 25px;
|
font-size: 14px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
|
@ -15,8 +15,7 @@
|
||||||
alt="Privacy Redirect logo"
|
alt="Privacy Redirect logo"
|
||||||
/>
|
/>
|
||||||
<h1>
|
<h1>
|
||||||
<span data-localise="__MSG_privacy__" class="privacy">Privacy</span
|
<span data-localise="__MSG_extensionName__" class="extensionName">LibRedirect</span>
|
||||||
><br /><span data-localise="__MSG_redirect__">Redirect</span>
|
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
|
|
Loading…
Reference in New Issue