page_notes.css 515 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #pageNotesHost {
  2. font-size: 12px;
  3. color:#333;
  4. height: 100%;
  5. }
  6. #pageNotesScrollContainer
  7. {
  8. overflow: auto;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. #pageNotesContainer
  13. {
  14. padding: 10px 10px 10px 10px;
  15. }
  16. #pageNameHeader
  17. {
  18. font-size: 13px;
  19. font-weight: bold;
  20. height: 23px;
  21. white-space: nowrap;
  22. }
  23. #pageNotesContent
  24. {
  25. overflow: visible;
  26. }
  27. .pageNoteName
  28. {
  29. font-size: 12px;
  30. margin-bottom: 5px;
  31. text-decoration: underline;
  32. white-space: nowrap;
  33. }
  34. .pageNote
  35. {
  36. margin-bottom: 10px;
  37. }