application.css 581 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. @media screen and (max-width: 899px) {
  24. #header #quick-search select {
  25. color: #333 !important;
  26. }
  27. }
  28. .tabular #all_attributes select {
  29. width:100%;
  30. }