You are here

discussthis.css in Discuss This! 6

Same filename and directory in other branches
  1. 5 discussthis.css
.discussthis-admin ul {
  clear: both;
  list-style-type: none;
  list-style-image: none;
}

.discussthis-admin li {
  background: none;
  clear: both;
  list-style-type: none;
  list-style-image: none;
}

.discussthis-admin li div {
  display: block;
  float: left;
}

.discussthis-admin li span {
  float: right;
}

/* Use the following to reduce the width of the Forum & Format drop downs
 * This can be necessary with some "narrow" themes
.discussthis-admin select {
  width: 150px;
}
*/

.discussthis-admin .form-item {
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
}

.discussthis-admin ul.discussthis-help {
  list-style-type: disc;
  list-style-image: none;
}

.discussthis-admin ul.discussthis-help li {
  list-style-type: disc;
  list-style-image: none;
}

.discussthis-comments {
  margin: 15px;
}

File

discussthis.css
View source
  1. .discussthis-admin ul {
  2. clear: both;
  3. list-style-type: none;
  4. list-style-image: none;
  5. }
  6. .discussthis-admin li {
  7. background: none;
  8. clear: both;
  9. list-style-type: none;
  10. list-style-image: none;
  11. }
  12. .discussthis-admin li div {
  13. display: block;
  14. float: left;
  15. }
  16. .discussthis-admin li span {
  17. float: right;
  18. }
  19. /* Use the following to reduce the width of the Forum & Format drop downs
  20. * This can be necessary with some "narrow" themes
  21. .discussthis-admin select {
  22. width: 150px;
  23. }
  24. */
  25. .discussthis-admin .form-item {
  26. margin-bottom: 5px;
  27. margin-top: 5px;
  28. clear: both;
  29. }
  30. .discussthis-admin ul.discussthis-help {
  31. list-style-type: disc;
  32. list-style-image: none;
  33. }
  34. .discussthis-admin ul.discussthis-help li {
  35. list-style-type: disc;
  36. list-style-image: none;
  37. }
  38. .discussthis-comments {
  39. margin: 15px;
  40. }