16 lines
240 B
CSS
16 lines
240 B
CSS
#окно-управления
|
|
{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
#кнопка-раскладки-отобразить
|
|
{
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 2em;
|
|
margin: 1em;
|
|
} |