New project page improved. User profile improved. Show issues, participant on Milestone show page.
This commit is contained in:
parent
af99e4afe1
commit
c9af8e7579
20 changed files with 200 additions and 117 deletions
|
@ -13,3 +13,28 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new_project,
|
||||
.edit_project {
|
||||
.project_name_holder {
|
||||
input,
|
||||
label {
|
||||
font-size:16px;
|
||||
line-height:20px;
|
||||
padding:8px;
|
||||
}
|
||||
label {
|
||||
color:#888;
|
||||
}
|
||||
.btn {
|
||||
padding:6px;
|
||||
margin-left:10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new_project {
|
||||
.field_with_errors {
|
||||
display:inline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue