chg: normalize capture button

pull/197/head
Raphaël Vinot 2021-04-09 15:45:20 +02:00
parent d7665e0a5e
commit e8b19969fe
2 changed files with 6 additions and 5 deletions

View File

@ -244,8 +244,8 @@ table td p {
transform: rotate(270deg);
}
a.new-capture-button {
width: 160px;
.new-capture-button {
width: 300px;
height: 60px;
font-size: 25px;
letter-spacing: 2.5px;
@ -260,11 +260,11 @@ a.new-capture-button {
outline: none;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-bottom: 20px;
padding-top: 15px;
}
a.new-capture-button:hover {
.new-capture-button:hover {
background-color: #007070;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
color: #fff;

View File

@ -138,7 +138,8 @@
<center>
<b>By default, the capture is public. If you do not want that, untick the box at the top of the form.</b>
</br>
<button type="submit" class="btn btn-info" id="btn-looking">Start looking!</button>
</br>
<button type="submit" class="new-capture-button" id="btn-looking">Start looking!</button>
<div id="long" style="display:none">Please wait, it can take a while on big websites...</div>
<div id="too-long" style="display:none">... No, really, I mean it.</div>
<div id="way-too-long" style="display:none">Told ya!</div>