Telezab/static/css/regions.css
Влад Зверев 21834d7d71 Massive rework of menu,
Add endpoint telezab/users
Add endpoint telezab/users/add
Add endpoint telezab/users/del
Add endpoint telezab/users/get
Add endpoint telezab/regions
Add endpoint telezab/regions/add
Add endpoint telezab/regions/del
Add endpoint telezab/regions/get
Rework Active Triggers button now don't need subscription
Rework Help button
Add option to change what Notification type you want reciving All or Disaster Only
Rework Settings button removed some misc buttons
Rework Registration mechanism now using POST JSON users/add
Rework formating of Zabbix Triggers for Active triggers and Notification from Zabbix
2024-09-18 20:12:29 +05:00

24 lines
704 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Увеличение ширины колонки с регионами */
#region-list {
max-height: 600px; /* Устанавливаем максимальную высоту для вертикальной прокрутки */
overflow-y: auto;
}
#user-list {
max-height: 400px; /* Устанавливаем максимальную высоту для вертикальной прокрутки */
overflow-y: auto;
}
/* Стилизация заголовков и кнопок */
h3 {
margin-bottom: 20px;
}
#user-info {
margin-bottom: 20px;
}
.btn {
margin: 0 5px; /* Добавляем немного пространства между кнопками */
}