You are here

node.css in Drupal 6

Same filename and directory in other branches
  1. 5 modules/node/node.css
  2. 7 modules/node/node.css
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}

File

modules/node/node.css
View source
  1. .node-unpublished {
  2. background-color: #fff4f4;
  3. }
  4. .preview .node {
  5. background-color: #ffffea;
  6. }
  7. #node-admin-filter ul {
  8. list-style-type: none;
  9. padding: 0;
  10. margin: 0;
  11. width: 100%;
  12. }
  13. #node-admin-buttons {
  14. float: left; /* LTR */
  15. margin-left: 0.5em; /* LTR */
  16. clear: right; /* LTR */
  17. }
  18. td.revision-current {
  19. background: #ffc;
  20. }
  21. .node-form .form-text {
  22. display: block;
  23. width: 95%;
  24. }
  25. .node-form .container-inline .form-text {
  26. display: inline;
  27. width: auto;
  28. }
  29. .node-form .standard {
  30. clear: both;
  31. }
  32. .node-form textarea {
  33. display: block;
  34. width: 95%;
  35. }
  36. .node-form .attachments fieldset {
  37. float: none;
  38. display: block;
  39. }
  40. .terms-inline {
  41. display: inline;
  42. }