mirror of https://github.com/CIRCL/lookyloo
chg: normalize capture button
parent
d7665e0a5e
commit
e8b19969fe
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue