Файловый менеджер ⚬ 文件管理器 ⚬ File manager
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.

33 lines
525B

  1. .tm-sidebar-left
  2. {
  3. width: 240px !important;
  4. position: fixed;
  5. top: 0px;
  6. bottom: 0;
  7. padding: 40px;
  8. border-right: 1px #e5e5e5 solid;
  9. overflow: auto;
  10. }
  11. .tm-nav .uk-nav-header
  12. {
  13. padding: 8px 0;
  14. border-bottom: 1px #e5e5e5 solid;
  15. }
  16. #${содержимое}
  17. {
  18. width: calc(100% - 320px);
  19. height: calc(100% - 40px);
  20. position: fixed;
  21. top: 40px;
  22. left: 320px;
  23. right: 0;
  24. bottom: 0;
  25. overflow: auto;
  26. }
  27. .height40, .uk-navbar-nav > li > .height40
  28. {
  29. min-height: 40px;
  30. }