16 lines
235 B
CSS
16 lines
235 B
CSS
#окно-раскладки
|
|
{
|
|
position: fixed;
|
|
left: 1em;
|
|
top: 1em;
|
|
bottom: 1em;
|
|
right: 1em;
|
|
}
|
|
|
|
#кнопка-раскладки-скрыть
|
|
{
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 2em;
|
|
margin: 1em;
|
|
} |