123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @import url(../../../stylesheets/application.css);
- tr.project td.name a {
- white-space: normal;
- }
- tr.issue td.project {
- white-space: initial;
- max-width: 23em;
- }
- #quick-search {
- float:left;
- width:100%;
- }
- #quick-search select {
- width: 30%;
- }
- @media screen and (max-width: 899px) {
- #header #quick-search select {
- color: #333 !important;
- }
- }
|