Изменения документа Тарифы премиальной поддержки
Редактировал(а) Coluns 27.06.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -51,3 +51,7 @@ 51 51 * Support for production environment 52 52 {{/block}} 53 53 54 +{{html}} 55 +<div class="meTalkForm" data-id="aecxkrk9ojz3t8ql7vrxdhogbh4i23jj"></div> 56 +{{/html}} 57 +
- XWiki.StyleSheetExtension[0]
-
- Код
-
... ... @@ -20,25 +20,5 @@ 20 20 } 21 21 22 22 #xwikicontent{ 23 - height: 600px;23 + height: 1000px; 24 24 } 25 - 26 -#tmButton { 27 - position: fixed; 28 - z-index: 100; 29 - bottom: 20px; 30 - /*right: 20px;*/ 31 - background-color: #f44336; 32 - color: white; 33 - border: none; 34 - padding: 15px 32px; 35 - text-align: center; 36 - text-decoration: none; 37 - font-size: 16px; 38 - border-radius: 4px; 39 - cursor: pointer; 40 -} 41 - 42 -#tmButton:hover { 43 - background-color: #ff7961; 44 -}