Změny dokumentu 9.9.2020 Oblík - bezoblačné kopance
Naposledy upravil David Brazda 08.04.2021 17:46
Popis verze:
Při změně verze nebyl zadán žádný kometář.
Přehled
-
Objects (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- XWiki.StyleSheetExtension[0]
-
- Kód
-
... ... @@ -1,14 +1,4 @@ 1 -@media (max-width: 991px) #leftPanels { 2 - position: relative; 3 - padding-top: 14px; 4 -} 5 - 6 -@media (min-width: 992px) #body.panel-left-width-Large #leftPanels { 7 - position: fixed; 8 - padding-top: 64px; 9 -} 10 - 11 -#body.panel-left-width-Large #leftPanels { 1 +#leftPanels { 12 12 height: 100%; 13 13 width: 417px; 14 14 z-index: 1; ... ... @@ -19,3 +19,15 @@ 19 19 #headerglobal { 20 20 margin-top: 48px; 21 21 } 12 + 13 +@media (max-width: 991px) 14 +#leftPanels { 15 + position: relative; 16 + padding-top: 14px; 17 +} 18 + 19 +@media (min-width: 992px) 20 +#leftPanels { 21 + position: fixed; 22 + padding-top: 64px; 23 +}