Ivan - Fix installation layout

This commit is contained in:
ivan 2017-06-28 04:49:10 -03:00
parent 427af9f1b0
commit 094218aca0
5 changed files with 5 additions and 13 deletions

View File

@ -14,7 +14,7 @@ const steps = [
'SERVER_REQUIREMENTS',
'DATABASE_CONFIGURATION',
'USER_SYSTEM',
'SYSTEM_SETTINGS',
'SETTINGS',
'ADMIN_SETUP',
'COMPLETED'
];
@ -25,11 +25,11 @@ class InstallLayout extends React.Component {
return (
<DocumentTitle title="OpenSupports Installation">
<Widget className="install-layout">
<div className="install-layout__header">
<div className="install-layout__header-logo">
<div className="install-layout__header row">
<div className="install-layout__header-logo col-md-4">
<img width="100%" src={API.getURL() + '/images/logo.png'} alt="OpenSupports Installation"/>
</div>
<div className="install-layout__header-text">
<div className="install-layout__header-text col-md-8">
<div className="install-layout__header-title">
{i18n('INSTALL_HEADER_TITLE')}
</div>

View File

@ -12,14 +12,9 @@
&__header {
text-align: left;
&-logo {
display: inline-block;
max-width: 300px;
}
&-logo,
&-text {
display: inline-block;
margin-left: 20px;
}
&-title {

View File

@ -361,7 +361,6 @@ export default {
'REMEMBER_ME': 'Merken',
'EMAIL_LOWERCASE': 'Email',
'PASSWORD_LOWERCASE': 'Passwort',
'SYSTEM_SETTINGS': 'System settings',
'TEST_SMTP_CONNECTION': 'SMTP-Verbindung testen',
'SMTP_CONNECTION_SUCCESS': 'SMTP-Anmeldeinformationen sind gültig.',
'SMTP_CONNECTION_ERROR': 'Kann keine Verbindung zum SMTP-Server herstellen.'

View File

@ -361,7 +361,6 @@ export default {
'REMEMBER_ME': 'Remember me',
'EMAIL_LOWERCASE': 'email',
'PASSWORD_LOWERCASE': 'password',
'SYSTEM_SETTINGS': 'System settings',
'TEST_SMTP_CONNECTION': 'Test SMTP connection',
'SMTP_CONNECTION_SUCCESS': 'SMTP credentials are valid.',
'SMTP_CONNECTION_ERROR': 'Can\'t connect to SMTP server.'

View File

@ -361,7 +361,6 @@ export default {
'REMEMBER_ME': 'Ricordami la password',
'EMAIL_LOWERCASE': 'email',
'PASSWORD_LOWERCASE': 'password',
'SYSTEM_SETTINGS': 'Impostazioni di sistema',
'TEST_SMTP_CONNECTION': 'Verifica connessione SMTP',
'SMTP_CONNECTION_SUCCESS': 'Le credenziali SMTP sono valide.',
'SMTP_CONNECTION_ERROR': 'Impossibile connettersi al server SMTP.'