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.
 
 
 
 

90 line
1.1 KiB

  1. /* CSS used here will be applied after bootstrap.css */
  2. .underline {
  3. text-decoration: underline;
  4. }
  5. .project-item:hover {
  6. background-color: #f7f7f7;
  7. }
  8. .project-item {
  9. color: #6c7680;
  10. font-size: 14px;
  11. }
  12. .task-subject
  13. {
  14. margin: 0px;
  15. }
  16. .item-timestamp
  17. {
  18. font-size: 10px;
  19. margin-left: 15px;
  20. }
  21. .page-container .project-item {
  22. padding-top: 5px;
  23. padding-bottom: 5px;
  24. }
  25. #project-search {
  26. position: relative;
  27. outline:none;
  28. border:none;
  29. }
  30. .task-link, .timelog-link {
  31. font-weight: bold;
  32. }
  33. .task-link.seen, .timelog-link.seen {
  34. font-weight: normal;
  35. }
  36. .row-header {
  37. font-size: 14px;
  38. font-weight: 500;
  39. padding-bottom: 8px;
  40. border-bottom: 2px solid #d1d8dd;
  41. margin: 0!important;
  42. }
  43. .content_display{
  44. padding: 5px;
  45. font-weight: normal;
  46. font-size: 12px;
  47. vertical-align: middle;
  48. color: #6c7680;
  49. }
  50. .close-btn{
  51. display: none;
  52. }
  53. .content_display:hover .close-btn{
  54. display : block;
  55. }
  56. .btn-link{
  57. padding: 0 10px 0 0;
  58. }
  59. .bold {
  60. font-weight: bold;
  61. }
  62. .task-btn, .issue-btn, .timelog-btn{
  63. padding: 8px;
  64. }
  65. .gravatar-top{
  66. margin-top:8px;
  67. }
  68. .progress-hg{
  69. margin-bottom: 30!important;
  70. height:2px;
  71. }