From 742c20658f23abe2027dbccc8a8b7c0dce83e83a Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 25 Apr 2022 02:16:33 +0900 Subject: [PATCH] Fix #1915 various typos in install module --- modules/install/install.view.php | 2 +- modules/install/tpl/css/install.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/install/install.view.php b/modules/install/install.view.php index dd2c43849..05844ffdc 100644 --- a/modules/install/install.view.php +++ b/modules/install/install.view.php @@ -74,7 +74,7 @@ class installView extends install { // Create a temporary file for mod_rewrite check. self::$rewriteCheckString = Rhymix\Framework\Security::getRandom(32); - FileHandler::writeFile(RX_BASEDIR . self::$rewriteCheckFilePath, self::$rewriteCheckString);; + FileHandler::writeFile(RX_BASEDIR . self::$rewriteCheckFilePath, self::$rewriteCheckString); // Check if the web server is nginx. Context::set('use_nginx', stripos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false); diff --git a/modules/install/tpl/css/install.css b/modules/install/tpl/css/install.css index 0fb8f2c7b..9e223f02c 100644 --- a/modules/install/tpl/css/install.css +++ b/modules/install/tpl/css/install.css @@ -60,7 +60,7 @@ img, form, fieldset { border: 0; margin:0; padding: 0; } background-color: #fff; border-radius: 2px; margin-bottom: 32px; - box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px 2px 8px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 8px 0 rgba(0, 0, 0, 0.12); } .x #progress { @@ -118,7 +118,7 @@ table tr td.error_description { text-align: center; color: #666; } } button, a.button { display: inline-block; - margin: 0px 4px; + margin: 0 4px; padding: 9px 18px 9px 18px; font-weight: bold !important; line-height: 15px; @@ -129,7 +129,7 @@ button, a.button { color: #fff; background-color: #1976d2; border-radius: 2px; - box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); } button.grey, a.button.grey { background-color: #aaa; @@ -144,7 +144,7 @@ button.grey:hover, a.button.grey:hover { /* Content */ .x #content { clear: both; padding: 16px 16px 4px 16px; } -.x #content a { } + .x #content h2 { font-size: 20px; line-height: 140%;