Files
MOPMA/🙈.css

24 lines
335 B
CSS
Raw Permalink 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.

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