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

16 lines
238B

  1. #окно-управления
  2. {
  3. position: absolute;
  4. left: 0;
  5. top: 0;
  6. right: 0;
  7. bottom: 0;
  8. }
  9. #кнопка-раскладки-отобразить
  10. {
  11. position: fixed;
  12. right: 0;
  13. bottom: 0;
  14. margin: 1em;
  15. }