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

24 lines
335B

  1. .окно-с-отступами
  2. {
  3. position: fixed;
  4. left: 1em;
  5. top: 1em;
  6. bottom: 1em;
  7. right: 1em;
  8. }
  9. .прокрутка
  10. {
  11. overflow: auto;
  12. height: 100%;
  13. }
  14. .ширина-по-содержимому
  15. {
  16. display: inline-block;
  17. }
  18. .выбранный-элемент-таблицы
  19. {
  20. background: #eeeeee;
  21. }