diff --git a/index.php b/index.php index a72ebca..b45cd40 100644 --- a/index.php +++ b/index.php @@ -10,10 +10,25 @@ $title = isset( $_REQUEST['title'] ) ? yourls_sanitize_title( $_REQUEST['title

-

-

-

-
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+

diff --git a/public/style.css b/public/style.css index 40d7a21..48b0133 100644 --- a/public/style.css +++ b/public/style.css @@ -100,8 +100,16 @@ a, a:visited { } /* Forms */ -.recaptcha-container { - overflow: hidden; +input:not([type=submit]):not([type=file]) { + padding: 10px; +} + +.full-width input:not([type=submit]):not([type=file]) { + width: 100%; +} + +.half-width input:not([type=submit]):not([type=file]) { + width: 50%; } /* Tooltips */