You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

help.css 479B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /***** Roundcube|Mail Help task styles *****/
  2. #taskbar a.button-help
  3. {
  4. background-image: url('help.gif');
  5. }
  6. .extwin #tabsbar
  7. {
  8. top: 21px;
  9. left: 20px;
  10. right: 100px;
  11. border-bottom: 0;
  12. }
  13. .helpwin .closelink {
  14. position: absolute;
  15. top: 20px;
  16. right: 20px;
  17. }
  18. .help-box
  19. {
  20. overflow: auto;
  21. background-color: #F2F2F2;
  22. }
  23. #helplicense, #helpabout
  24. {
  25. width: 46em;
  26. padding: 1em 2em;
  27. }
  28. #helplicense a, #helpabout a
  29. {
  30. color: #900;
  31. }
  32. #helpabout
  33. {
  34. margin: 0 auto;
  35. }