diff options
Diffstat (limited to '3rd_party/static/testapi-ui/components/results/modal')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/results/modal/sharedModal.html | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html b/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html index 2f50b0c..5717b54 100644 --- a/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html +++ b/3rd_party/static/testapi-ui/components/results/modal/sharedModal.html @@ -1,19 +1,16 @@ <div> - - <h4>Enter user name or email</h4> - <input type="text" ng-model="ctrl.userName" /> - - <div style="text-align:center;margin-top:20px;"> - <button class="btn btn-default" ng-disabled="ctrl.userName==null || ctrl.userName==''" ng-click="ctrl.addSharedUser(ctrl.tempResult, ctrl.userName)">Commit</button> - </div> - + <h4>Enter user name or email</h4> + <input type="text" ng-model="ctrl.userName" /> + <div style="text-align: center; margin-top: 20px;"> + <button class="btn btn-default" ng-disabled="ctrl.userName==null || ctrl.userName==''" + ng-click="ctrl.addSharedUser(ctrl.tempResult, ctrl.userName)">Commit</button> + </div> </div> - <style> - input { - border-radius: 10px; - border: 1px solid #eeeeee; - width: 100%; - } + input { + border-radius: 10px; + border: 1px solid #eeeeee; + width: 100%; + } </style> |