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

Přehled

Rozpis

XWiki.StyleSheetExtension[0]
Kód
... ... @@ -1,19 +1,4 @@
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;
1 +#leftPanels {
17 17   height: 100%;
18 18   width: 417px;
19 19   z-index: 1;
... ... @@ -24,3 +24,15 @@
24 24  #headerglobal {
25 25   margin-top: 48px;
26 26  }
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 +}
Content Type
... ... @@ -1,1 +1,1 @@
1 -LESS
1 +CSS
Zpracovat obsah
... ... @@ -1,1 +1,1 @@
1 -Ne
1 +Ano