Изменения документа Создать новую Вики

Редактировал(а) IT IT 2025/05/22 16:51

От версии 2.1
отредактировано IT IT
на 2023/11/28 11:59
Изменить комментарий: Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/15.10]
К версии 1.1
отредактировано IT IT
на 2022/04/14 13:33
Изменить комментарий: Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/14.2.1]

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -47,7 +47,7 @@
47 47  #macro(wizardHeader $title $currentStepNumber)
48 48   ## Display a step name in the header
49 49   #macro(wizardHeaderStep $name $number $currentStepNumber)
50 - <li><span class="btn btn-xs number #if($currentStepNumber==$number)step-active#end">$number</span> <span class="name #if($currentStepNumber==$number)step-active#end">$name</span></li>
50 + <li><span class="number #if($currentStepNumber==$number)active#end">$number</span> <span class="name #if($currentStepNumber==$number)active#end">$name</span></li>
51 51   #end
52 52  
53 53   <div class="wizard-header">
XWiki.StyleSheetExtension[1]
Код
... ... @@ -22,7 +22,7 @@
22 22  
23 23  .ui-progress-background {
24 24   background-color: transparent;
25 - border-radius: 10px 10px 10px 10px;
25 + border-radius: 8px 8px 8px 8px;
26 26   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 $theme.pageContentBackgroundColor;
27 27   height: 8px;
28 28  }
... ... @@ -29,7 +29,7 @@
29 29  
30 30  .ui-progress-bar {
31 31   background-color: $theme.backgroundSecondaryColor;
32 - border-radius: 10px 10px 10px 10px;
32 + border-radius: 8px 8px 8px 8px;
33 33   height: 8px;
34 34  }
35 35