watchedthreads.less 673 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Watched threads
  2. // -------------------------
  3. .watched-threads {
  4. table {
  5. .watched-thread-flags {
  6. overflow: auto;
  7. form {
  8. float: right;
  9. margin: 0px;
  10. padding: 0px;
  11. .btn {
  12. float: right;
  13. padding: 3px 5px;
  14. padding-bottom: 0px;
  15. margin-right: @baseFontSize + 2px;
  16. }
  17. }
  18. }
  19. .thread-replies {
  20. color: @grayLight;
  21. text-align: right;
  22. }
  23. .thread-forum {
  24. a:link, a:visited {
  25. color: @gray;
  26. font-weight: bold;
  27. }
  28. a:active, a:hover {
  29. color: @textColor;
  30. }
  31. }
  32. }
  33. }