Изменения документа Тарифы премиальной поддержки
Редактировал(а) Coluns 27.06.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -51,7 +51,6 @@ 51 51 * Support for production environment 52 52 {{/block}} 53 53 54 -{{html wiki="true"}}55 -<div id="TalkMe -container" style="height:400px; width:100%;"></div>54 +{{html}} 55 +<div id="tmButton"><a href="#TalkMe/showTab?id=aecxkrk9ojz3t8ql7vrxdhogbh4i23jj">Заказать поддержку</a></div> 56 56 {{/html}} 57 -
- XWiki.StyleSheetExtension[0]
-
- Код
-
... ... @@ -22,3 +22,23 @@ 22 22 #xwikicontent{ 23 23 height: 600px; 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 +}