Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zimbra-admin-api-js
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public
zimbra-admin-api-js
Commits
a2fdc008
Commit
a2fdc008
authored
Apr 11, 2016
by
Elias Nahum
Committed by
Juorder Antonio
May 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix style to center login container and fix layout app when is logged in.
parent
b157a99a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
path.json
path.json
+1
-1
not_logged_in.jsx
src/components/not_logged_in.jsx
+1
-1
_layout.scss
src/sass/layout/_layout.scss
+5
-0
No files found.
path.json
View file @
a2fdc008
module.exports
=
{
"main"
:{
"js"
:
"/459212bundle.js"
}}
\ No newline at end of file
module.exports
=
{
"main"
:{
"js"
:
"/222612bundle.js"
}}
\ No newline at end of file
src/components/not_logged_in.jsx
View file @
a2fdc008
...
...
@@ -8,7 +8,7 @@ import React from 'react';
export
default
class
NotLoggedIn
extends
React
.
Component
{
componentDidMount
()
{
$
(
'body'
).
addClass
(
'sticky'
);
$
(
'#root'
).
addClass
(
'container-fluid'
);
$
(
'#root'
).
addClass
(
'container-fluid
container-fluid-login
'
);
}
componentWillUnmount
()
{
$
(
'body'
).
attr
(
'class'
,
''
);
...
...
src/sass/layout/_layout.scss
View file @
a2fdc008
...
...
@@ -44,6 +44,11 @@ body {
height
:
inherit
;
>
div
{
height
:
inherit
;
}
.login-container
{
height
:
auto
;
position
:
relative
;
top
:
50%
;
transform
:
translateY
(
-50%
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment