mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
change size of send another file links
This commit is contained in:
@@ -307,7 +307,6 @@ tbody {
|
|||||||
.send-new {
|
.send-new {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 80%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #0094FB;
|
color: #0094FB;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="all">
|
<div class="all">
|
||||||
|
|
||||||
<div id="page-one">
|
<div id="page-one">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
Private, Encrypted File Sharing
|
Private, Encrypted File Sharing
|
||||||
@@ -87,9 +86,9 @@
|
|||||||
<button id="copy-btn" title="Copy to Clipboard">Copy to Clipboard</button>
|
<button id="copy-btn" title="Copy to Clipboard">Copy to Clipboard</button>
|
||||||
</div>
|
</div>
|
||||||
<button id="delete-file" title="Delete file">Delete file</button>
|
<button id="delete-file" title="Delete file">Delete file</button>
|
||||||
</div>
|
<div class="send-new" title="Send another file">
|
||||||
<div class="send-new" title="Send another file">
|
Send another file
|
||||||
Send another file
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user