diff --git a/assets/css/elements.css b/assets/css/elements.css index e1049a2..0e8bb61 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -243,7 +243,7 @@ ul.nav li.dropdown:hover > ul.dropdown-menu { #privacy-link, #tos-link, #reg-link{ float: right; - padding-right: 10px; + padding-right: 2%; color: #eee; } @@ -299,4 +299,10 @@ h2 { width: 100%; font-size: 12px; line-height: 1.428561429; +} + +.gab{ + background: url(http://placehold.it/570x80.png); + border-radius: 5px; + max-width: 570px; } \ No newline at end of file diff --git a/assets/images/Untitled.png b/assets/images/Untitled.png new file mode 100644 index 0000000..7ce52bc Binary files /dev/null and b/assets/images/Untitled.png differ diff --git a/index.php b/index.php index 5c81c85..50fffa8 100644 --- a/index.php +++ b/index.php @@ -80,12 +80,13 @@
-
+

+

Please give me a link to shorten...

@@ -103,8 +104,24 @@
+
-
+
+
+ + + + +
+
+ +
@@ -133,7 +150,7 @@ event.preventDefault(); event.stopPropagation(); $.post("process.php?token=", $(this).serialize(), function(data){ - $("#message").hide().html(data).fadeIn("fast"); + $("#message").hide().html(data+'
').fadeIn("fast"); if($('#error').length){ $('#short-button').removeClass('btn-primary'); $('#short-button').removeClass('btn-success');