diff --git a/screenshot.png b/screenshot.png index 9b592b0..d10a055 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 0a3d9ff..44a7128 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -25,10 +25,6 @@ width: 100%; } - input { - width: 65%; - } - table tr td div { max-height: 75px; line-height: 25px; @@ -37,10 +33,6 @@ overflow: auto; } - form input[name="shortUrl"] { - text-transform: lowercase; - } - td[name="deleteBtn"] { text-align: center; } @@ -51,6 +43,18 @@ cursor: pointer; background-color: transparent; } + + input { + width: 65%; + } + + form input[name="shortUrl"] { + text-transform: lowercase; + } + + form input[name="shortUrl"]::placeholder { + text-transform: none; + }