diff --git a/admin/options.php b/admin/options.php index c557e8b..27f0702 100644 --- a/admin/options.php +++ b/admin/options.php @@ -101,86 +101,109 @@ Template::render_header(_("Options"), true); echo "Server Status Options"; } ?> -
- -
-
- Site Name + +
+
+ +
+
+
+
+ Site Name +
+ +
-
- - - -
-
- Telegram BOT API Token +
+
+
- -
-
-
- Telegram BOT Username +
+ + + +
+
+ PHPMailer Path +
+ +
+
+
+ PHPMailer SMTP Host +
+ +
+
+
+ PHPMailer SMTP Port +
+ +
+
+
+ PHPMailer Username +
+ +
+
+
+ PHPMailer Password +
+ +
+
+
+ Cron Server IP +
+ +
-
- - - -
-
- PHPMailer Path +
+
+
- -
-
-
- PHPMailer SMTP Host +
+
+
+ Telegram BOT API Token +
+ +
+
+
+ Telegram BOT Username +
+ +
- -
-
-
- PHPMailer SMTP Port -
- -
-
-
- PHPMailer Username -
- -
-
-
- PHPMailer Password -
- -
-
-
- Cron Server IP -
-
- -
-
- Google reChaptcha Sitekey +
+
+
- -
-
-
- Google reChaptcha Secret +
+
+
+ Google reChaptcha Sitekey +
+ +
+
+
+ Google reChaptcha Secret +
+ +
-
- - - +
+ +
\ No newline at end of file diff --git a/css/main.css b/css/main.css index 4264129..0a9e61e 100644 --- a/css/main.css +++ b/css/main.css @@ -317,6 +317,16 @@ label.form-name { display: inline-block; } /* The switch - the box around the slider */ +#switch { + height: auto; + line-height: 34px; + font-size: 25px; +} + +#switch { + margin-bottom: 5px; +} + .switch { position: relative; display: inline-block; diff --git a/template.php b/template.php index bf27f2d..8adc9cf 100644 --- a/template.php +++ b/template.php @@ -169,14 +169,14 @@ class Template public static function render_toggle($toggletext, $input_name, $checked) { ?> -
-

+
+