mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 09:08:26 +01:00
update for pane position style.
This commit is contained in:
parent
384c470bb3
commit
8ea9cc436d
@ -28,7 +28,7 @@
|
||||
margin-top: 20px;
|
||||
background-color: #FFFFFF;
|
||||
height: 100%;
|
||||
min-height: 640px;
|
||||
min-height: 672px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<div class="well panel-group well-custom" style="margin-left: 0;">
|
||||
<div class="well panel-group well-custom" style="margin-left: 0; position: absolute; width: 98%;">
|
||||
<div class="row">
|
||||
<div class="pull-right clearfix"><a href="javascript:void(0);" ng-click="vm.close()"><span class="glyphicon glyphicon-remove-circle"></span></a></div>
|
||||
<div class="col-xs-10 col-md-10">
|
||||
|
@ -158,6 +158,7 @@
|
||||
element.find('#toDatePicker').on('blur', function(){
|
||||
ctrl.pickUp({'key': 'toDate', 'value': $(this).val()});
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<div class="well panel-group well-custom" style="margin: 0;">
|
||||
<div class="well panel-group well-custom" style="margin: 0; position: absolute; width: 98%;">
|
||||
<div class="row">
|
||||
<form name="form" class="css-form form-custom" novalidate>
|
||||
<div class="col-xs-10 col-md-10">
|
||||
|
@ -12,7 +12,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<div class="well well-custom">
|
||||
<div class="well well-custom" style="position: absolute; margin-left: 10px; margin-top: 5px; width: 96%;">
|
||||
<form name="form" class="css-form form-custom" novalidate>
|
||||
<div class="row">
|
||||
<div class="col-xs-10 col-md-10">
|
||||
|
@ -88,7 +88,7 @@
|
||||
$scope.$on('addedSuccess', function(e, val) {
|
||||
vm.retrieve();
|
||||
});
|
||||
|
||||
|
||||
function showAddProject() {
|
||||
if(vm.isOpen){
|
||||
vm.isOpen = false;
|
||||
|
Loading…
Reference in New Issue
Block a user