diff --git a/public/css/main.css b/public/css/main.css index 8af7cf0..1aa525d 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -12,26 +12,25 @@ padding-top: 10px; } button.copy_short_url { - width: 32px; - height:32px; + width:58px; + height:28px; padding: 0px; - margin: 0; - margin-left: 10px; + margin: 0 0 0 5px; } button.copy_short_url > img { display: block; - width: 28px; - height: 28px; + width: 23px; + height: 23px; padding: 0px; - margin: 0; - margin-left: -6px; - margin-top: -4px; + margin: -2px 0 0 14px; } div.short_url_text { - width: 205px; - height: 32px; + width: 203px; + height: 28px; padding: 5px; box-sizing: border-box; margin: 0; float: left; + border: 1px solid #c3bbbb; + border-radius: 2px } \ No newline at end of file diff --git a/templates/index.html.ep b/templates/index.html.ep index 6ba72fc..fe520ea 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -18,26 +18,25 @@ <% if (exists($page_data->{'url'})) { %>

source url: '><%= $page_data->{'url'} %>

-

<%= $page_data->{'shorten_url'} %>

+

<%= $page_data->{'shorten_url'} %>
+

<% } %> \ No newline at end of file