mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Rearrange the resources
This commit is contained in:
parent
a9c21a214f
commit
3e07e9aadb
@ -15,57 +15,10 @@
|
|||||||
<link rel="icon" type="image/png" href="assets/favicon-32.png" sizes="32x32">
|
<link rel="icon" type="image/png" href="assets/favicon-32.png" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="assets/favicon-196.png" sizes="196x196">
|
<link rel="icon" type="image/png" href="assets/favicon-196.png" sizes="196x196">
|
||||||
|
|
||||||
|
<script src="script.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css"
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css"
|
||||||
integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
|
integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
|
||||||
<script src="js/main.js"></script>
|
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="styles.css">
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
max-width: 950px;
|
|
||||||
margin: 20px auto auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
table tr td div {
|
|
||||||
max-height: 75px;
|
|
||||||
line-height: 25px;
|
|
||||||
word-wrap: break-word;
|
|
||||||
max-width: 575px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
td[name="deleteBtn"] {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
td[name="deleteBtn"] button {
|
|
||||||
border-radius: 50%;
|
|
||||||
border-style: solid;
|
|
||||||
cursor: pointer;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
width: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
form input[name="shortUrl"] {
|
|
||||||
text-transform: lowercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
form input[name="shortUrl"]::placeholder {
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div[name="gitlab"] {
|
|
||||||
position: absolute;
|
|
||||||
right: 0.5%;
|
|
||||||
bottom: 0.5%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
45
actix/resources/styles.css
Normal file
45
actix/resources/styles.css
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.container {
|
||||||
|
max-width: 950px;
|
||||||
|
margin: 20px auto auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tr td div {
|
||||||
|
max-height: 75px;
|
||||||
|
line-height: 25px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
max-width: 575px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
td[name="deleteBtn"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
td[name="deleteBtn"] button {
|
||||||
|
border-radius: 50%;
|
||||||
|
border-style: solid;
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 65%;
|
||||||
|
}
|
||||||
|
|
||||||
|
form input[name="shortUrl"] {
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
form input[name="shortUrl"]::placeholder {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[name="gitlab"] {
|
||||||
|
position: absolute;
|
||||||
|
right: 0.5%;
|
||||||
|
bottom: 0.5%;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user