some UI fixes
This commit is contained in:
parent
0de0ace718
commit
d6e8c759ef
3 changed files with 214 additions and 214 deletions
10
index.html
10
index.html
|
@ -9390,15 +9390,13 @@ h1 { margin: 0px; height: 91px; }
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; min-height: 930px; }
|
||||
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; }
|
||||
|
||||
.secondHalfSingleSafety {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
width: 50%;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.frontPageImage, .seedFrontPageImage {
|
||||
|
@ -9800,9 +9798,11 @@ h1 { margin: 0px; height: 91px; }
|
|||
<div id="faqZone">
|
||||
<h2>Frequently asked questions :</h2>
|
||||
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion1');">• Is it safe ?</a></h3>
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion1');ninja.toggleFaqQuestion('faqQuestion1.1')">• Is it safe ?</a></h3>
|
||||
<p class="faqAnswer" id="faqQuestion1">
|
||||
We try to make it that way ! The core of the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate addresses for different crypto-currencies.
|
||||
</p>
|
||||
<p class="faqAnswer" id="faqQuestion1.1">
|
||||
We think that having a unique generator for multiple currencies lead to a much better reviewed tool for all than having a myriad of half-backed generators.
|
||||
Changes made to this generator are available on Github in small and divided commits and those are easy to review and reuse.
|
||||
Walletgenerator.net use the same security measures as the original project. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator.
|
||||
|
|
|
@ -265,9 +265,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
<div id="faqZone">
|
||||
<h2>Frequently asked questions :</h2>
|
||||
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion1');">• Is it safe ?</a></h3>
|
||||
<h3 class="faqQuestion"><a class="faqLink" onclick="ninja.toggleFaqQuestion('faqQuestion1');ninja.toggleFaqQuestion('faqQuestion1.1')">• Is it safe ?</a></h3>
|
||||
<p class="faqAnswer" id="faqQuestion1">
|
||||
We try to make it that way ! The core of the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate addresses for different crypto-currencies.
|
||||
</p>
|
||||
<p class="faqAnswer" id="faqQuestion1.1">
|
||||
We think that having a unique generator for multiple currencies lead to a much better reviewed tool for all than having a myriad of half-backed generators.
|
||||
Changes made to this generator are available on Github in small and divided commits and those are easy to review and reuse.
|
||||
Walletgenerator.net use the same security measures as the original project. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator.
|
||||
|
|
|
@ -85,15 +85,13 @@ h1 { margin: 0px; height: 91px; }
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; min-height: 930px; }
|
||||
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; }
|
||||
|
||||
.secondHalfSingleSafety {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
width: 50%;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.frontPageImage, .seedFrontPageImage {
|
||||
|
|
Loading…
Add table
Reference in a new issue