Изменения документа Тарифы премиальной поддержки
Редактировал(а) Coluns 27.06.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
-
Объекты (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -50,4 +50,4 @@ 50 50 * Response time to critical defects - 8 hours 51 51 * Support for production environment 52 52 {{/block}} 53 - <div id="TalkMe-container" style="height:400px; width:100%;"></div>53 +
- 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 +}