123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* load the default Redmine stylesheet */
- @import url(../../../stylesheets/application.css);
- .even {background-color: #ffffff;}
- /* move the project menu to the right
- #main-menu {
- left: auto;
- right: 0px;
- }
- */
- 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%;
- }
- .controller-todo_list #todos_container ol.todo_lists > li {
- margin: 2px 0 0 0 !important;
- padding: 2px 8px 2px 14px !important;
- }
- @media screen and (max-width: 899px) {
- #header #quick-search select {
- color: #333 !important;
- }
- }
- .tabular #all_attributes select {
- width:100%;
- }
- #issue_description_and_toolbar .textoverlay-wrapper {width: 95%;}
- #issue_description_and_toolbar .textoverlay {width: 95%;}
- #issue-form .textoverlay-wrapper {width: 95%;}
|