application.css 926 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* load the default Redmine stylesheet */
  2. @import url(../../../stylesheets/application.css);
  3. .even {background-color: #ffffff;}
  4. /* move the project menu to the right
  5. #main-menu {
  6. left: auto;
  7. right: 0px;
  8. }
  9. */
  10. tr.project td.name a {
  11. white-space: normal;
  12. }
  13. tr.issue td.project {
  14. white-space: initial;
  15. max-width: 23em;
  16. }
  17. #quick-search {
  18. float:left;
  19. width:100%;
  20. }
  21. #quick-search select {
  22. width: 30%;
  23. }
  24. .controller-todo_list #todos_container ol.todo_lists > li {
  25. margin: 2px 0 0 0 !important;
  26. padding: 2px 8px 2px 14px !important;
  27. }
  28. @media screen and (max-width: 899px) {
  29. #header #quick-search select {
  30. color: #333 !important;
  31. }
  32. }
  33. .tabular #all_attributes select {
  34. width:100%;
  35. }
  36. #issue_description_and_toolbar .textoverlay-wrapper {width: 95%;}
  37. #issue_description_and_toolbar .textoverlay {width: 95%;}
  38. #issue-form .textoverlay-wrapper {width: 95%;}