mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
Some minor cosmetic changes
This commit is contained in:
parent
cdfcb901fa
commit
43dab10d22
@ -26,8 +26,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<form class="pure-form pure-form-aligned" name="new-url-form">
|
<form class="pure-form pure-form-aligned" name="new-url-form">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend style="font-size: 32px;"><img src="assets/favicon-32.png" width="26px" alt="logo"> Simply
|
<legend id="logo"><img src="assets/favicon-32.png" width="26px" alt="logo"> Simply Shorten</legend>
|
||||||
Shorten</legend>
|
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
<label for="longUrl">Long URL</label>
|
<label for="longUrl">Long URL</label>
|
||||||
<input type="url" name="longUrl" id="longUrl" placeholder="Please enter a valid URL"
|
<input type="url" name="longUrl" id="longUrl" placeholder="Please enter a valid URL"
|
||||||
@ -45,8 +44,8 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<table class="pure-table" style="visibility: hidden;">
|
<table class="pure-table">
|
||||||
<caption style="font-size: 22px; text-align: left; font-style: normal;">Active links</caption>
|
<caption>Active links</caption>
|
||||||
<br>
|
<br>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -57,12 +56,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="url-table">
|
<tbody id="url-table">
|
||||||
|
<!-- The links would be inserted here -->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div name="gitlab">
|
<div name="github-link">
|
||||||
<a href="https://github.com/SinTan1729/simply-shorten" target="_blank" rel="noopener noreferrer">Source Code</a>
|
<a href="https://github.com/SinTan1729/simply-shorten" target="_blank" rel="noopener noreferrer">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -38,8 +38,22 @@ form input[name="shortUrl"]::placeholder {
|
|||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div[name="gitlab"] {
|
div[name="github-link"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.5%;
|
right: 0.5%;
|
||||||
bottom: 0.5%;
|
bottom: 0.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-table {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pure-table caption {
|
||||||
|
font-size: 22px;
|
||||||
|
text-align: left;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user