You are here

services.admin.css in Services 6.3

/* Resource Table */
#resource-form-table th.select-all {
  width: 1em;
}
th.resource_test {
  width: 16em;
}

.resource-image {
  display: inline-block;
  cursor: pointer;
  width: 1em;
}
.resource-group-label label {
  display: inline;
  font-weight: bold;
}
.resource-test-label label {
  margin-left: 1em; /* LTR */
}
.resource-test-description .description {
  margin: 0;
}
#resource-form-table tr td {
  background-color: white;
  color: #494949;
  vertical-align: top;
}
#resource-form-table tr.resource-group td {
  background-color: #EDF5FA;
  color: #494949;
}

#resource-form-table tr.resource-method {
  border-bottom: 1px solid #494949;
}

#resource-form-table tr.resource-operation-class {
  border-bottom: 2px solid #494949;
  border-top: 2px solid #494949;
}


table#resource-form-table tr.resource-group label {
  display: inline;
}

div.message > div.item-list {
  font-weight: normal;
}
a.resource-collapse {
  height: 0;
  width: 0;
  top: -99em;
  position: absolute;
}
a.resource-collapse:focus,
a.resource-collapse:hover {
  font-size: 80%;
  top: 0px;
  height: auto;
  width: auto;
  overflow: visible;
  position: relative;
  z-index: 1000;
}
td.resource-group-alias {
  width:130px;
}
/* Zebra colors for resources admin table */
#resource-form-table tr.resource-even td {
  background: none repeat scroll 0 0 #F3F4EE;
}

File

css/services.admin.css
View source
  1. /* Resource Table */
  2. #resource-form-table th.select-all {
  3. width: 1em;
  4. }
  5. th.resource_test {
  6. width: 16em;
  7. }
  8. .resource-image {
  9. display: inline-block;
  10. cursor: pointer;
  11. width: 1em;
  12. }
  13. .resource-group-label label {
  14. display: inline;
  15. font-weight: bold;
  16. }
  17. .resource-test-label label {
  18. margin-left: 1em; /* LTR */
  19. }
  20. .resource-test-description .description {
  21. margin: 0;
  22. }
  23. #resource-form-table tr td {
  24. background-color: white;
  25. color: #494949;
  26. vertical-align: top;
  27. }
  28. #resource-form-table tr.resource-group td {
  29. background-color: #EDF5FA;
  30. color: #494949;
  31. }
  32. #resource-form-table tr.resource-method {
  33. border-bottom: 1px solid #494949;
  34. }
  35. #resource-form-table tr.resource-operation-class {
  36. border-bottom: 2px solid #494949;
  37. border-top: 2px solid #494949;
  38. }
  39. table#resource-form-table tr.resource-group label {
  40. display: inline;
  41. }
  42. div.message > div.item-list {
  43. font-weight: normal;
  44. }
  45. a.resource-collapse {
  46. height: 0;
  47. width: 0;
  48. top: -99em;
  49. position: absolute;
  50. }
  51. a.resource-collapse:focus,
  52. a.resource-collapse:hover {
  53. font-size: 80%;
  54. top: 0px;
  55. height: auto;
  56. width: auto;
  57. overflow: visible;
  58. position: relative;
  59. z-index: 1000;
  60. }
  61. td.resource-group-alias {
  62. width:130px;
  63. }
  64. /* Zebra colors for resources admin table */
  65. #resource-form-table tr.resource-even td {
  66. background: none repeat scroll 0 0 #F3F4EE;
  67. }