updates for scroll action of UI.

This commit is contained in:
kunw 2016-05-18 01:52:28 +08:00
parent 5896c4be1f
commit f54a46b6c4
4 changed files with 17 additions and 9 deletions

View File

@ -8,7 +8,9 @@ body {
.container-fluid-custom {
background-color: #EFEFEF;
height: 100%;
height: 90%;
max-height: 100%;
overflow-y: auto;
}
.up-section {

View File

@ -4,7 +4,10 @@
}
.extend-height {
height: 100%;
height: 100%;
min-height: 680px;
overflow-y: auto;
margin-bottom: 30px;
}
.section {
@ -14,6 +17,9 @@
background-color: #FFFFFF;
height: 100%;
width: 100%;
max-height: 680px;
}
.search-pane {
@ -35,13 +41,12 @@
}
.pane {
min-height: 500px;
overflow-y: auto;
height: 520px;
}
.sub-pane {
margin: 0 10px 0 10px;
min-height: 500px;
height: 85%;
overflow-y: auto;
}

View File

@ -3,7 +3,7 @@
<div class="row extend-height">
<div class="section">
<h1 class="col-md-12 col-md-offset-2 main-title title-color">// 'account_setting' | tr //</h1>
<div class="row">
<div class="col-md-12 col-md-offset-2 main-content">
<form name="form" class="form-horizontal" ng-submit="form.$valid && vm.changeProile(user)" >
<div class="form-group">
@ -113,7 +113,7 @@
</div>
</form>
</div>
</div>
</div>
</div>
</div>

View File

@ -1,7 +1,7 @@
<div class="container-fluid container-fluid-custom" ng-controller="ProjectController as vm">
<div class="container container-custom">
<div class="row extend-height">
<div class="col-xs-12 col-md-12 extend-height">
<div class="col-xs-12 col-md-12">
<div class="section">
<h4 class="page-header">
<span ng-show="!vm.publicity">// 'my_projects' | tr //</span>
@ -38,8 +38,9 @@
</tr>
</tbody>
</table>
</div>
<div class="col-xs-4 col-md-12 well well-sm well-custom"><div class="col-md-offset-10">//vm.projects ? vm.projects.length : 0// // 'items' | tr //</div></div>
<div class="col-xs-4 col-md-12 well well-sm well-custom"><div class="col-md-offset-10">//vm.projects ? vm.projects.length : 0// // 'items' | tr //</div></div>
</div>
</div>
</div>