Merge branch 'angular-info' of https://github.com/sharelatex/web-sharelatex into angular-info

This commit is contained in:
Henry Oswald 2014-06-17 11:33:56 +01:00
commit b54e2fc2d2
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@ define ["libs/algolia", "libs/angular", "libs/angular-autocomplete/angular-autoc
$scope.institutions = []
$scope.formVisable = false
$scope.hidePersonalInfoSection = true
$scope.roles = ["Student", "Post-graduate student", "Post-doctoral researcher", "Lecturer", "Proffessor"]
$scope.roles = ["Student", "Post-graduate student", "Post-doctoral researcher", "Lecturer", "Professor"]
$http.get("/user/personal_info").success (data)->
$scope.userInfoForm =

View file

@ -259,6 +259,9 @@ a.archived-projects {
}
form {
margin:0px;
input {
width: 100%;
}
}
}