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

Přehled

Rozpis

XWiki.StyleSheetExtension[0]
Kód
... ... @@ -1,19 +15,4 @@
1 -@media (max-width: 991px) {
2 - #body.panel-left-width-Large #leftPanels {
3 - position: relative;
4 - padding-top: 14px;
5 - }
6 -}
7 -
8 -@media (min-width: 992px) {
9 - #body.panel-left-width-Large #leftPanels {
10 - position: fixed;
11 - padding-top: 64px;
12 - }
13 -}
14 -
15 15  #body.panel-left-width-Large #leftPanels {
16 - position: fixed;
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 +#body.panel-left-width-Large #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