mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix main demo shell loading mobile view
This commit is contained in:
@@ -38,25 +38,12 @@
|
||||
</head>
|
||||
<!-- 3. Display the application -->
|
||||
<body>
|
||||
<style>
|
||||
#loader{
|
||||
margin-top :25%;
|
||||
margin-left :40%;
|
||||
width:300px;
|
||||
}
|
||||
#loader-text{
|
||||
width:300px;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
<alfresco-app>
|
||||
<div id="loader">
|
||||
<div>
|
||||
<div id="loader-spin" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
|
||||
</div>
|
||||
<div id="loader-text">Loading Demo Shell..</div>
|
||||
<div id="loader-container" class="loader-container">
|
||||
<div class="loader-item">
|
||||
<div id="loader-spin" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
|
||||
<div id="loader-text" class="loader-text">Loading Demo Shell..</div>
|
||||
</div >
|
||||
</div>
|
||||
</alfresco-app>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user