Изменения от Главреда ГитЖС | Changes of GitJS Glavred

This commit is contained in:
Главред | Glavred
2020-12-08 15:42:32 +03:00
parent 622bbe977f
commit 1bc30f3b89
8 changed files with 82 additions and 6 deletions

24
🙈.css Normal file
View File

@@ -0,0 +1,24 @@
.окно-с-отступами
{
position: fixed;
left: 1em;
top: 1em;
bottom: 1em;
right: 1em;
}
.прокрутка
{
overflow: auto;
height: 100%;
}
.ширина-по-содержимому
{
display: inline-block;
}
.выбранный-элемент-таблицы
{
background: #eeeeee;
}