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>
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 64458cd..75fc931 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 56e2aa7..74480c0 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 73358cc..3b70bc9 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 ef05aa5..29284b9 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>