N°2847 - Rework of iTopWebPage: Preliminary work on the page content

This commit is contained in:
Molkobain
2020-07-17 21:03:15 +02:00
parent ad379d3ef4
commit 0516862632
6 changed files with 88 additions and 286 deletions

View File

@@ -8304,6 +8304,11 @@ body {
height: 100%;
overflow: auto;
flex-grow: 1; }
#ibo-page-container #ibo-top-bar,
#ibo-page-container #ibo-page-content {
/* Align both elements content for a slicker touch */
padding-left: 48px;
padding-right: 48px; }
#ibo-top-bar {
position: sticky;
@@ -8311,6 +8316,10 @@ body {
left: 0;
right: 0; }
#ibo-page-content {
padding-top: 24px;
padding-bottom: 24px; }
/*!
* Copyright (C) 2013-2020 Combodo SARL
*