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

View File

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

View File

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

View File

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

View File

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