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

View File

@ -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 {