Style and spelling tweaks

This commit is contained in:
James Allen 2014-06-17 11:33:37 +01:00
parent 3350b99ccf
commit 2bf25ab450
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%;
}
}
}