mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1915 various typos in install module
This commit is contained in:
parent
73b689be86
commit
742c20658f
2 changed files with 5 additions and 5 deletions
|
|
@ -74,7 +74,7 @@ class installView extends install
|
||||||
{
|
{
|
||||||
// Create a temporary file for mod_rewrite check.
|
// Create a temporary file for mod_rewrite check.
|
||||||
self::$rewriteCheckString = Rhymix\Framework\Security::getRandom(32);
|
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.
|
// Check if the web server is nginx.
|
||||||
Context::set('use_nginx', stripos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false);
|
Context::set('use_nginx', stripos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false);
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-bottom: 32px;
|
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 {
|
.x #progress {
|
||||||
|
|
@ -118,7 +118,7 @@ table tr td.error_description { text-align: center; color: #666; }
|
||||||
}
|
}
|
||||||
button, a.button {
|
button, a.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0px 4px;
|
margin: 0 4px;
|
||||||
padding: 9px 18px 9px 18px;
|
padding: 9px 18px 9px 18px;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
|
|
@ -129,7 +129,7 @@ button, a.button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #1976d2;
|
background-color: #1976d2;
|
||||||
border-radius: 2px;
|
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 {
|
button.grey, a.button.grey {
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
|
|
@ -144,7 +144,7 @@ button.grey:hover, a.button.grey:hover {
|
||||||
|
|
||||||
/* Content */
|
/* Content */
|
||||||
.x #content { clear: both; padding: 16px 16px 4px 16px; }
|
.x #content { clear: both; padding: 16px 16px 4px 16px; }
|
||||||
.x #content a { }
|
|
||||||
.x #content h2 {
|
.x #content h2 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue