МОРда МАджонга
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
306B

  1. #окно-раскладки
  2. {
  3. position: fixed;
  4. left: 1em;
  5. top: 3em;
  6. bottom: 3em;
  7. right: 1em;
  8. }
  9. #окно-раскладки-заголовок
  10. {
  11. float: right;
  12. }
  13. #кнопка-раскладки-скрыть
  14. {
  15. position: fixed;
  16. right: 0;
  17. bottom: 2em;
  18. margin: 1em;
  19. }