metatag.admin.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. div.metatag-config-label {
  2. padding-left: 20px;
  3. }
  4. div.metatag-config-label > a {
  5. font-weight: bold;
  6. }
  7. .metatag-config-label.collapsed {
  8. background-image: url('arrow-right.png');
  9. background-repeat: no-repeat;
  10. background-position: center left;
  11. }
  12. .metatag-config-label.expanded {
  13. background-image: url('arrow-down.png');
  14. background-repeat: no-repeat;
  15. background-position: center left;
  16. }
  17. table.metatag-config-overview > tbody > tr > td:first-child {
  18. width: 60%;
  19. }
  20. table.metatag-config-overview > tbody > tr > td {
  21. vertical-align: top;
  22. }
  23. table.metatag-config-overview tbody div.indent {
  24. margin-left: 20px;
  25. }
  26. table.metatag-config-overview tr.disabled > td:first-child a {
  27. color: #999;
  28. }
  29. div.metatag-config-details {
  30. color: #666;
  31. margin-left: 20px;
  32. }
  33. div.metatag-config-details p {
  34. margin: 0.75em 0;
  35. }
  36. div.metatag-config-details div.inheritance {
  37. font-style: italic;
  38. }
  39. div.metatag-config-details table.metatag-value-summary {
  40. border: none;
  41. width: auto;
  42. margin: 0.75em 0;
  43. }
  44. div.metatag-config-details table.metatag-value-summary td {
  45. padding: 0 0.5em 0 0;
  46. color: #666;
  47. }
  48. div.metatag-config-details table.metatag-value-summary tr,
  49. div.metatag-config-details table.metatag-value-summary tr td:last-child {
  50. background-color: transparent;
  51. border: none;
  52. }
  53. div.metatag-config-details table.metatag-value-summary tr td:first-child {
  54. font-weight: bold;
  55. padding-right: 2em;
  56. }
  57. /*div.metatag-config-details ul {
  58. margin-left: 2em;
  59. }
  60. div.metatag-config-details ul li {
  61. line-height: 105%;
  62. }
  63. div.metatag-config-details > p {
  64. margin: 0.25em 0;
  65. }*/
  66. /* For the advanced settings page */
  67. .metatag-bundle-checkbox {
  68. margin-left: 2em;
  69. }