Нет описания

resourceinfo.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. @charset "utf-8";
  2. .sys_resourceinfo_index .tpl-btns .row {
  3. padding-left: 10px;
  4. }
  5. .sys_resourceinfo_index th.opt-check {
  6. width: 35px;
  7. }
  8. .sys_resourceinfo_index .table {
  9. table-layout: fixed;
  10. }
  11. .sys_resourceinfo_index .orderBy .icon-close{
  12. display: none;
  13. }
  14. .sys_resourceinfo_index .number {
  15. width: 4%;
  16. }
  17. .sys_resourceinfo_index .table-opt .name {
  18. cursor: pointer;
  19. }
  20. .sys_resourceinfo_sort {
  21. width: 600px;
  22. height: 200px;
  23. }
  24. .sys_resourceinfo_subject {
  25. width: 600px;
  26. height: 300px;
  27. }
  28. .sys_resourceinfo_sort .content,.sys_resourceinfo_subject .content{
  29. font-size: 25px;
  30. font-weight: bold;
  31. }
  32. .sys_resourceinfo_subject .orgSize.dyn-mselect .icon-drop {
  33. display: none !important;
  34. }
  35. .sys_resourceinfo_subject .orgSize.dyn-mselect .dd-drop {
  36. display: none !important;
  37. }
  38. .sys_resourceinfo_subject .orgSize.dyn-mselect .placeholder {
  39. display: none !important;
  40. }
  41. .sys_resourceinfo_contacts {
  42. width:800px;
  43. height: 480px;
  44. }
  45. .sys_resourceinfo_contacts .table {
  46. table-layout: fixed;
  47. }
  48. .sys_resourceinfo_contacts .container {
  49. padding-right: 20px;
  50. padding-left: 20px;
  51. margin-right: auto;
  52. margin-left: auto;
  53. }
  54. .sys_resourceinfo_contacts .row {
  55. margin-right: 10px;
  56. margin-left: -10px;
  57. overflow: visible;
  58. }
  59. .sys_resourceinfo_contacts .number{
  60. width:60px;
  61. }