Z verze
změnil(a) David Brazda
k 08.01.2021 15:08
Na verzi < 59.1 >
změnil(a) David Brazda
k 08.01.2021 15:24
< >
Popis verze: Při změně verze nebyl zadán žádný kometář.

Přehled

Rozpis

XWiki.StyleSheetExtension[0]
Kód
... ... @@ -1,4 +1,19 @@
1 -#leftPanels {
1 +@media (max-width: 991px) {
2 + #leftPanels {
3 + position: relative;
4 + padding-top: 14px;
5 + }
6 +}
7 +
8 +@media (min-width: 992px) {
9 + #leftPanels {
10 + position: fixed;
11 + padding-top: 64px;
12 + }
13 +}
14 +
15 +#body.panel-left-width-Large #leftPanels {
16 + position: fixed;
2 2   height: 100%;
3 3   width: 417px;
4 4   z-index: 1;
... ... @@ -9,15 +9,3 @@
9 9  #headerglobal {
10 10   margin-top: 48px;
11 11  }
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 -}
Jméno
... ... @@ -1,1 +1,1 @@
1 -test
1 +fixed sidebar
Použít tuto příponu
... ... @@ -1,1 +1,1 @@
1 -currentPage
1 +always