Minor style fixes in create project options bar

stable
Xavier Julián 2015-05-04 09:40:37 +02:00 committed by Juanfran
parent ad2d1d766f
commit 62ee94f214
2 changed files with 13 additions and 7 deletions

View File

@ -534,7 +534,7 @@
"PROJECT": { "PROJECT": {
"WELCOME": "Welcome", "WELCOME": "Welcome",
"SECTION_PROJECTS": "Projects", "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.<br/> The top 10 projects will appear in the top navigation bar project list",
"PRIVATE": "Private project", "PRIVATE": "Private project",
"STATS": { "STATS": {
"PROJECT": "project<br/> points", "PROJECT": "project<br/> points",

View File

@ -11,13 +11,19 @@
margin: 0; margin: 0;
} }
} }
.import-project-button { .create-options a {
padding: .33rem .5rem; &.create-project-btn {
&:hover { margin-right: .25rem;
background: $grayer; padding: .6rem 2.5rem;
} }
.icon-upload { &.import-project-button {
margin: 0; padding: .53rem .8rem;
&:hover {
background: $grayer;
}
.icon-upload {
margin: 0;
}
} }
} }
.project-list-section { .project-list-section {