Skip to content
Snippets Groups Projects
Commit 272e7cba authored by Henry Oswald's avatar Henry Oswald
Browse files

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

parents 4ad2cfe2 76ff5728
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ define ["libs/algolia", "libs/angular", "libs/angular-autocomplete/angular-autoc ...@@ -16,7 +16,7 @@ define ["libs/algolia", "libs/angular", "libs/angular-autocomplete/angular-autoc
$scope.institutions = [] $scope.institutions = []
$scope.formVisable = false $scope.formVisable = false
$scope.hidePersonalInfoSection = true $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)-> $http.get("/user/personal_info").success (data)->
$scope.userInfoForm = $scope.userInfoForm =
......
...@@ -259,6 +259,9 @@ a.archived-projects { ...@@ -259,6 +259,9 @@ a.archived-projects {
} }
form { form {
margin:0px; margin:0px;
input {
width: 100%;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment