|
@@ -1,6 +1,6 @@
|
|
|
/* load the default Redmine stylesheet */
|
|
|
-@import url(../../../stylesheets/application.css);
|
|
|
|
|
|
+@import url(../../../stylesheets/application.css);
|
|
|
/* move the project menu to the right
|
|
|
#main-menu {
|
|
|
left: auto;
|
|
@@ -26,6 +26,10 @@ tr.issue td.project {
|
|
|
width: 30%;
|
|
|
}
|
|
|
|
|
|
+.controller-todo_list #todos_container ol.todo_lists > li {
|
|
|
+ margin: 2px 0 0 0;
|
|
|
+ padding: 2px 8px 2px 14px;
|
|
|
+}
|
|
|
|
|
|
@media screen and (max-width: 899px) {
|
|
|
#header #quick-search select {
|