diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index 9ce33468..c56a4a61 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -534,7 +534,7 @@ "PROJECT": { "WELCOME": "Welcome", "SECTION_PROJECTS": "Projects", - "HELP": "TODO. You can reorder your projects in your favorite way by drag&drop, Taiga will remember your order for every project list.\n Remember that the first ten projects will be shown in your rapid access menu in the top bar dropdown menu", + "HELP": "Reorder your projects to set in the top the most used ones.
The top 10 projects will appear in the top navigation bar project list", "PRIVATE": "Private project", "STATS": { "PROJECT": "project
points", diff --git a/app/modules/projects/listing/styles/project-list.scss b/app/modules/projects/listing/styles/project-list.scss index 9287be26..006e9f1a 100644 --- a/app/modules/projects/listing/styles/project-list.scss +++ b/app/modules/projects/listing/styles/project-list.scss @@ -11,13 +11,19 @@ margin: 0; } } - .import-project-button { - padding: .33rem .5rem; - &:hover { - background: $grayer; + .create-options a { + &.create-project-btn { + margin-right: .25rem; + padding: .6rem 2.5rem; } - .icon-upload { - margin: 0; + &.import-project-button { + padding: .53rem .8rem; + &:hover { + background: $grayer; + } + .icon-upload { + margin: 0; + } } } .project-list-section {