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.

acl.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. #aclcontainer
  2. {
  3. overflow-x: auto;
  4. border: 1px solid #CCDDE4;
  5. background-color: #D9ECF4;
  6. height: 272px;
  7. box-shadow: none;
  8. }
  9. #acllist-content
  10. {
  11. position: relative;
  12. height: 230px;
  13. background-color: white;
  14. }
  15. #acllist-footer
  16. {
  17. position: relative;
  18. }
  19. #acltable
  20. {
  21. width: 100%;
  22. border-collapse: collapse;
  23. border: none;
  24. }
  25. #acltable th,
  26. #acltable td
  27. {
  28. white-space: nowrap;
  29. text-align: center;
  30. }
  31. #acltable thead tr th
  32. {
  33. font-size: 11px;
  34. font-weight: bold;
  35. }
  36. #acltable tbody td
  37. {
  38. text-align: center;
  39. height: 16px;
  40. cursor: default;
  41. }
  42. #acltable thead tr > .user
  43. {
  44. width: 30%;
  45. border-left: none;
  46. }
  47. #acltable.advanced thead tr > .user {
  48. width: 25%;
  49. }
  50. #acltable tbody td.user
  51. {
  52. text-align: left;
  53. }
  54. #acltable tbody td.partial
  55. {
  56. background-image: url(images/partial.png?v=05d7.389);
  57. background-position: center;
  58. background-repeat: no-repeat;
  59. }
  60. #acltable tbody td.enabled
  61. {
  62. background-image: url(images/enabled.png?v=9d9a.674);
  63. background-position: center;
  64. background-repeat: no-repeat;
  65. }
  66. #acltable tbody tr.selected td.partial
  67. {
  68. background-color: #019bc6;
  69. background-image: url(images/partial.png?v=05d7.389), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
  70. background-image: url(images/partial.png?v=05d7.389), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
  71. background-image: url(images/partial.png?v=05d7.389), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
  72. background-image: url(images/partial.png?v=05d7.389), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
  73. background-image: url(images/partial.png?v=05d7.389), linear-gradient(top, #019bc6 0%, #017cb4 100%);
  74. }
  75. #acltable tbody tr.selected td.enabled
  76. {
  77. background-color: #019bc6;
  78. background-image: url(images/enabled.png?v=9d9a.674), -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
  79. background-image: url(images/enabled.png?v=9d9a.674), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
  80. background-image: url(images/enabled.png?v=9d9a.674), -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
  81. background-image: url(images/enabled.png?v=9d9a.674), -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
  82. background-image: url(images/enabled.png?v=9d9a.674), linear-gradient(top, #019bc6 0%, #017cb4 100%);
  83. }
  84. #aclform
  85. {
  86. display: none;
  87. }
  88. #aclform div
  89. {
  90. padding: 0;
  91. text-align: center;
  92. clear: both;
  93. }
  94. #aclform ul
  95. {
  96. list-style: none;
  97. margin: 0.2em;
  98. padding: 0;
  99. }
  100. #aclform ul li label
  101. {
  102. margin-left: 0.5em;
  103. }
  104. ul.toolbarmenu li span.delete {
  105. background-position: 0 -1509px;
  106. }