From da1e51cdfbfde85e2d8242b223fe2a07271fbcb7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Apr 2013 21:15:41 +0400 Subject: [PATCH] add some styling to otp form --- plugins/auth_internal/init.php | 7 ++++--- utility.css | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index 9ec131448..e2b02b05d 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -52,9 +52,10 @@ class Auth_Internal extends Plugin implements IAuthModule { $return = urlencode($_REQUEST["return"]); ?> Tiny Tiny RSS - + +
+ method="POST" class="otpform"> @@ -62,7 +63,7 @@ class Auth_Internal extends Plugin implements IAuthModule { -
+
diff --git a/utility.css b/utility.css index 308b71fd0..074589f9e 100644 --- a/utility.css +++ b/utility.css @@ -221,3 +221,22 @@ fieldset label { color : gray; } +body.otp { + margin : 1em; + padding : 0px; +} + +form.otpform { + margin : 0px; + padding : 0px; +} + +form.otpform label { + margin : 0px; + padding : 0px; +} + +body.otp div.content { + display : inline-block; + width : auto; +}