Изменения документа 02. Деятельность СЗН

Редактировал(а) Мария Дужая 2024/08/15 14:18

От версии 2.2
отредактировано Admin Admin
на 2024/05/18 00:57
Изменить комментарий: К данной версии нет комментариев
К версии 3.2
отредактировано Admin Admin
на 2024/05/20 00:07
Изменить комментарий: К данной версии нет комментариев

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -18,16 +18,11 @@
18 18   ul.button-list {
19 19   padding: 0;
20 20   list-style-type: none;
21 + display: flex;
22 + flex-wrap: wrap;
21 21   }
22 22  
23 - .button-list li {
24 - display: inline-block;
25 - vertical-align: top;
26 - margin: 10px;
27 - }
28 -
29 29   .button-link {
30 - display: inline-block;
31 31   a:link, a:active, a:visited {
32 32   display: flex;
33 33   align-items: center;
... ... @@ -34,7 +34,7 @@
34 34   justify-content: center;
35 35   width: 280px;
36 36   height: 75px;
37 - font-family: 'Montserrat', sans-serif !important;
32 + font-family: 'Montserrat', sans-serif;
38 38   font-size: 14px;
39 39   font-weight: 600;
40 40   cursor: pointer;
... ... @@ -45,7 +45,7 @@
45 45   border: none;
46 46   border-radius: 10px;
47 47   box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
48 - margin: 10px;
43 + margin: 0 10px 10px 10px;
49 49   padding: 0 10px;
50 50   }
51 51   }
... ... @@ -60,15 +60,16 @@
60 60  {{/html}}
61 61  
62 62  {{velocity}}
63 -{{html wiki="true"}}
64 -(% <ul class="button-list"> %)
58 +{{html clean="false"}}
59 + <br>
60 + <ul class="button-list">
61 +{{/html}}
65 65  #set($pubRefs = $doc.getChildrenReferences())
66 66  #foreach($pubRef in $pubRefs)
67 67   #set($pub = $xwiki.getDocument($pubRef))
68 68   #set($title = $pub.getTitle())
69 69   (% class="button-link" %)
70 - (% <li> %)[[$title>>$pubRef]](% </li> %)
67 + [[$title>>$pubRef]]
71 71  #end
72 -{{/html}}
73 -(% </ul> %)
69 +{{html clean="false"}} </ul> {{/html}}
74 74  {{/velocity}}