application.css 673 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* load the default Redmine stylesheet */
  2. @import url(../../../stylesheets/application.css);
  3. /* add a logo in the header */
  4. /*#header {
  5. background: #507AAA url(../images/meta-logo.png) no-repeat 2px;
  6. padding-left: 86px;
  7. }*/
  8. /* move the project menu to the right
  9. #main-menu {
  10. left: auto;
  11. right: 0px;
  12. }
  13. */
  14. tr.project td.name a {
  15. white-space: normal;
  16. }
  17. tr.issue td.project {
  18. white-space: initial;
  19. max-width: 23em;
  20. }
  21. #quick-search {
  22. float:left;
  23. width:100%;
  24. }
  25. #quick-search select {
  26. width: 30%;
  27. }
  28. @media screen and (max-width: 899px) {
  29. #header #quick-search select {
  30. color: #333 !important;
  31. }
  32. }