diff options
Diffstat (limited to 'resmgr/src')
-rw-r--r-- | resmgr/src/main/webapp/resmgr/css/style.css | 21 | ||||
-rw-r--r-- | resmgr/src/main/webapp/resmgr/index.html | 1 | ||||
-rw-r--r-- | resmgr/src/main/webapp/resmgr/templates/resource.html | 2 |
3 files changed, 23 insertions, 1 deletions
diff --git a/resmgr/src/main/webapp/resmgr/css/style.css b/resmgr/src/main/webapp/resmgr/css/style.css new file mode 100644 index 00000000..97faca8a --- /dev/null +++ b/resmgr/src/main/webapp/resmgr/css/style.css @@ -0,0 +1,21 @@ +/* Copyright 2017, Huawei Technologies Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+.containerheight{
+ background-color:white !important;
+ min-height:500px;
+
+}
\ No newline at end of file diff --git a/resmgr/src/main/webapp/resmgr/index.html b/resmgr/src/main/webapp/resmgr/index.html index 69a41ea7..b0e82587 100644 --- a/resmgr/src/main/webapp/resmgr/index.html +++ b/resmgr/src/main/webapp/resmgr/index.html @@ -32,6 +32,7 @@ <!--<link rel="stylesheet" href="framework/css/RMain.css"> <link rel="stylesheet" href="framework/css/VMMain.css">--> <link href="/openoui/framework/css/open-ostyle.css" rel="stylesheet"/> + <link href="/openoui/resmgr/css/style.css" rel="stylesheet"/> <!--<link href="css/style.css" rel="stylesheet"/>--> <!--TODO: <script src="../common/thirdparty/js/angular.min.js"></script>--> diff --git a/resmgr/src/main/webapp/resmgr/templates/resource.html b/resmgr/src/main/webapp/resmgr/templates/resource.html index 3428c96d..cb01af39 100644 --- a/resmgr/src/main/webapp/resmgr/templates/resource.html +++ b/resmgr/src/main/webapp/resmgr/templates/resource.html @@ -14,7 +14,7 @@ */-->
-<div class="homecontent center">
+<div class="homecontent center containerh">
<div class="col-md-12 col-sm-12 col-lg-12 container">
<div class="row">
<div class="col-sm-4 col-md-2 col-lg-2">
|