mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 518719: addon manager links on first run page should be buttons, r=mfinkle
--HG-- extra : rebase_source : df540a41f6d7c7ea36db9a4783a0d0d46d82a97b
This commit is contained in:
parent
986d94ae92
commit
afd24af624
@ -94,13 +94,15 @@
|
||||
<div class="go" id="weave">
|
||||
<h3>&sync.title;</h3>
|
||||
<p>&sync.description;</p>
|
||||
<p><a id="sync" onclick="goToAddons('weave');"><img src="chrome://browser/skin/images/weave.png"/> &sync.link;</a></p>
|
||||
<img src="chrome://browser/skin/images/weave.png"/>
|
||||
<p class="rightalign"><input type="button" id="sync" onclick="goToAddons('weave');" value="&sync.link;"/></p>
|
||||
</div>
|
||||
|
||||
<div class="go" id="addons">
|
||||
<h3>&getPersonal.title;</h3>
|
||||
<p>&getPersonal.description;</p>
|
||||
<p><a id="getPersonal" onclick="goToAddons();"><img src="chrome://browser/skin/images/addons.png"/> &getPersonal.link;</a></p>
|
||||
<img src="chrome://browser/skin/images/addons.png"/>
|
||||
<p class="rightalign"><input type="button" id="getPersonal" onclick="goToAddons();" value="&getPersonal.link;"/></p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
@ -63,6 +63,17 @@ a {
|
||||
background: url("images/arrowright-16.png") right center no-repeat;
|
||||
}
|
||||
|
||||
p.rightalign {
|
||||
text-align: right;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
font-size: 2.4mm;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #bdcdcf;
|
||||
height: 3px;
|
||||
|
@ -63,6 +63,17 @@ a {
|
||||
background: url("images/arrowright-16.png") right center no-repeat;
|
||||
}
|
||||
|
||||
p.rightalign {
|
||||
text-align: right;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
font-size: 8pt;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #bdcdcf;
|
||||
height: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user