Изменения документа Создать новую Вики
Редактировал(а) IT IT 2025/05/22 16:51
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -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="number #if($currentStepNumber==$number)active#end">$number</span> <span class="name #if($currentStepNumber==$number)active#end">$name</span></li> 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> 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: 8px8px8px8px;25 + border-radius: 10px 10px 10px 10px; 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: 8px8px8px8px;32 + border-radius: 10px 10px 10px 10px; 33 33 height: 8px; 34 34 } 35 35