application.css 642 B

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