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 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. #aclmanager
  2. {
  3. position: relative;
  4. border: 1px solid #999;
  5. min-height: 302px;
  6. }
  7. #aclcontainer
  8. {
  9. overflow-x: auto;
  10. }
  11. #acltable
  12. {
  13. width: 100%;
  14. border-collapse: collapse;
  15. background-color: #F9F9F9;
  16. }
  17. #acltable td
  18. {
  19. width: 1%;
  20. white-space: nowrap;
  21. }
  22. #acltable thead td
  23. {
  24. padding: 0 4px 0 2px;
  25. }
  26. #acltable tbody td
  27. {
  28. text-align: center;
  29. padding: 2px;
  30. border-bottom: 1px solid #999999;
  31. cursor: default;
  32. }
  33. #acltable tbody td.user
  34. {
  35. width: 96%;
  36. text-align: left;
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. -o-text-overflow: ellipsis;
  40. }
  41. #acltable tbody td.partial
  42. {
  43. background: url(images/partial.png?v=05d7.389) center no-repeat;
  44. }
  45. #acltable tbody td.enabled
  46. {
  47. background: url(images/enabled.png?v=9d9a.674) center no-repeat;
  48. }
  49. #acltable tr.selected td
  50. {
  51. color: #FFFFFF;
  52. background-color: #CC3333;
  53. }
  54. #acltable tr.unfocused td
  55. {
  56. color: #FFFFFF;
  57. background-color: #929292;
  58. }
  59. #acladvswitch
  60. {
  61. position: absolute;
  62. right: 4px;
  63. text-align: right;
  64. line-height: 22px;
  65. }
  66. #acladvswitch input
  67. {
  68. vertical-align: middle;
  69. }
  70. #acladvswitch span
  71. {
  72. display: block;
  73. }
  74. #aclform
  75. {
  76. display: none;
  77. }
  78. #aclform div
  79. {
  80. padding: 0;
  81. text-align: center;
  82. clear: both;
  83. }