aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-26 18:19:59 +0800
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-26 18:19:59 +0800
commitb441b1ff3ec3c2bc9e88e3a917067bcfacc5a063 (patch)
tree7fe18728372036a68306488d4b282a57ee9886dc /openo-portal/portal-resmgr
parent6182f9dd5671a8004b5e05eea47b1bafeaf10a90 (diff)
Changes for the table header CSS improvement for the res mgr.
Change-Id: If9297ea66596b426a918784bde6bb8729b52909b Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-resmgr')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/link.html27
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/ne.html27
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html27
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html27
4 files changed, 104 insertions, 4 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/link.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/link.html
index 64458cd5..75fc931b 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/link.html
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/link.html
@@ -54,6 +54,31 @@
}
};
</script>
+ <style>
+ .fixed-table-container tbody td .th-inner,
+ .fixed-table-container thead th .th-inner {
+ line-height: 4px;
+ }
+ .fixed-table-pagination .pagination-info {
+ display: none !important;
+ }
+ .table tbody tr:hover td,
+ .table tbody tr.odd:hover td {
+ background-color: #e6fbe0 !important;
+ }
+ table tr.openoTable_row_selected td {
+ background: #e8f8fe!important;
+ border-bottom: 1px solid #e8e8e8!important;
+ }
+ .container-fluid {
+ padding-left: 30px;
+ padding-right: 0px;
+ }
+ .modal-footer > .btn {
+ width: 80px;
+ padding: 4px;
+ }
+ </style>
</head>
<body id="open_base_site_cotentBody" class="cotentBody ng-scope">
<div class="container-fluid ms-controller">
@@ -83,7 +108,7 @@
<table id="link" data-pagination="true" data-page-size="5" data-pagination-first-text="First"
data-pagination-pre-text="Previous" data-pagination-next-text="Next"
data-pagination-last-text="Last">
- <thead id="link" class="openo-table-thead">
+ <thead id="link" class="openo-table-thead" style="background:#ECECEC;">
<tr class="active">
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign"
data-field="name" data-sortable="true">
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/ne.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/ne.html
index 56e2aa78..74480c03 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/ne.html
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/ne.html
@@ -53,6 +53,31 @@
};
</script>
+ <style>
+ .fixed-table-container tbody td .th-inner,
+ .fixed-table-container thead th .th-inner {
+ line-height: 4px;
+ }
+ .fixed-table-pagination .pagination-info {
+ display: none !important;
+ }
+ .table tbody tr:hover td,
+ .table tbody tr.odd:hover td {
+ background-color: #e6fbe0 !important;
+ }
+ table tr.openoTable_row_selected td {
+ background: #e8f8fe!important;
+ border-bottom: 1px solid #e8e8e8!important;
+ }
+ .container-fluid {
+ padding-left: 30px;
+ padding-right: 0px;
+ }
+ .modal-footer > .btn {
+ width: 80px;
+ padding: 4px;
+ }
+ </style>
</head>
<body id="open_base_site_cotentBody" class="cotentBody ng-scope">
<div class="container-fluid ms-controller">
@@ -82,7 +107,7 @@
<table id="ne" data-row-style="rowStyle" data-pagination="true" data-page-size="5"
data-pagination-first-text="First" data-pagination-pre-text="Previous"
data-pagination-next-text="Next" data-pagination-last-text="Last">
- <thead class="openo-table-thead">
+ <thead class="openo-table-thead" style="background:#ECECEC;">
<tr class="active">
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign"
data-field="name" data-sortable="true">
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html
index 73358cce..3b70bc93 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html
@@ -54,6 +54,31 @@
}
};
</script>
+ <style>
+ .fixed-table-container tbody td .th-inner,
+ .fixed-table-container thead th .th-inner {
+ line-height: 4px;
+ }
+ .fixed-table-pagination .pagination-info {
+ display: none !important;
+ }
+ .table tbody tr:hover td,
+ .table tbody tr.odd:hover td {
+ background-color: #e6fbe0 !important;
+ }
+ table tr.openoTable_row_selected td {
+ background: #e8f8fe!important;
+ border-bottom: 1px solid #e8e8e8!important;
+ }
+ .container-fluid {
+ padding-left: 30px;
+ padding-right: 0px;
+ }
+ .modal-footer > .btn {
+ width: 80px;
+ padding: 4px;
+ }
+ </style>
</head>
<body id="open_base_site_cotentBody" class="cotentBody ng-scope">
@@ -82,7 +107,7 @@
<table id="port" data-pagination="true" data-page-size="5" data-pagination-first-text="First"
data-pagination-pre-text="Previous" data-pagination-next-text="Next"
data-pagination-last-text="Last">
- <thead id="portTable_thead" class="openo-table-thead">
+ <thead id="portTable_thead" class="openo-table-thead" style="background:#ECECEC;">
<tr class="active">
<th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign"
data-field="name" data-sortable="true">
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
index ef05aa5a..29284b9d 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
@@ -59,6 +59,31 @@
}
};
</script>
+ <style>
+ .fixed-table-container tbody td .th-inner,
+ .fixed-table-container thead th .th-inner {
+ line-height: 4px;
+ }
+ .fixed-table-pagination .pagination-info {
+ display: none !important;
+ }
+ .table tbody tr:hover td,
+ .table tbody tr.odd:hover td {
+ background-color: #e6fbe0 !important;
+ }
+ table tr.openoTable_row_selected td {
+ background: #e8f8fe!important;
+ border-bottom: 1px solid #e8e8e8!important;
+ }
+ .container-fluid {
+ padding-left: 30px;
+ padding-right: 0px;
+ }
+ .modal-footer > .btn {
+ width: 80px;
+ padding: 4px;
+ }
+ </style>
</head>
<body id="open_base_site_cotentBody" class="cotentBody ng-scope">
<div class="container-fluid ms-controller">
@@ -98,7 +123,7 @@
data-pagination="true" data-page-size="5" data-pagination-first-text="First"
data-pagination-pre-text="Previous" data-pagination-next-text="Next"
data-pagination-last-text="Last">
- <thead>
+ <thead style="background:#ECECEC;">
<tr class="active">
<th data-field="name" data-sortable="true">Name</th>
<th data-field="type" data-sortable="true">Type</th>