МОРда МАджонга
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.

34 lines
559B

  1. #окно-управления
  2. {
  3. position: absolute;
  4. left: 0;
  5. top: 0;
  6. right: 0;
  7. bottom: 0;
  8. }
  9. #кнопка-темы-отобразить
  10. {
  11. position: fixed;
  12. left: 0;
  13. bottom: 1.25em;
  14. font-size: 2em;
  15. padding: 0.25em 0.25em;
  16. margin-left: 0.33em;
  17. }
  18. #кнопка-раскладки-отобразить
  19. {
  20. /*
  21. position: fixed;
  22. right: 0;
  23. bottom: 2em;
  24. margin: 1em;
  25. */
  26. position: fixed;
  27. right: 0;
  28. bottom: 1.25em;
  29. font-size: 2em;
  30. padding: 0.25em 0.25em;
  31. margin-right: 0.33em;
  32. }