Changes for the table header CSS improvement for the res mgr.
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Mon, 26 Sep 2016 10:19:59 +0000 (18:19 +0800)
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Mon, 26 Sep 2016 10:19:59 +0000 (18:19 +0800)
Change-Id: If9297ea66596b426a918784bde6bb8729b52909b
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/link.html
openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/ne.html
openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html
openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html

index 64458cd..75fc931 100644 (file)
                 }\r
             };\r
         </script>\r
+        <style>\r
+            .fixed-table-container tbody td .th-inner,\r
+            .fixed-table-container thead th .th-inner {\r
+                line-height: 4px;\r
+            }\r
+            .fixed-table-pagination .pagination-info {\r
+                display: none !important;\r
+            }\r
+            .table tbody tr:hover td,\r
+            .table tbody tr.odd:hover td {\r
+                background-color: #e6fbe0 !important;\r
+            }\r
+            table tr.openoTable_row_selected td {\r
+                background: #e8f8fe!important;\r
+                border-bottom: 1px solid #e8e8e8!important;\r
+            }\r
+            .container-fluid {\r
+                padding-left: 30px;\r
+                padding-right: 0px;\r
+            }\r
+            .modal-footer > .btn {\r
+                width: 80px;\r
+                padding: 4px;\r
+            }\r
+        </style>\r
     </head>\r
 <body id="open_base_site_cotentBody" class="cotentBody ng-scope">\r
 <div class="container-fluid ms-controller">\r
                     <table id="link" data-pagination="true" data-page-size="5" data-pagination-first-text="First"\r
                            data-pagination-pre-text="Previous" data-pagination-next-text="Next"\r
                            data-pagination-last-text="Last">\r
-                        <thead id="link" class="openo-table-thead">\r
+                        <thead id="link" class="openo-table-thead" style="background:#ECECEC;">\r
                         <tr class="active">\r
                             <th class="openo-table-state-default openo-table-th openo-table-disable-element  leftHeaderAlign"\r
                                 data-field="name" data-sortable="true">\r
index 56e2aa7..74480c0 100644 (file)
             };\r
 \r
         </script>\r
+        <style>\r
+            .fixed-table-container tbody td .th-inner,\r
+            .fixed-table-container thead th .th-inner {\r
+                line-height: 4px;\r
+            }\r
+            .fixed-table-pagination .pagination-info {\r
+                display: none !important;\r
+            }\r
+            .table tbody tr:hover td,\r
+            .table tbody tr.odd:hover td {\r
+                background-color: #e6fbe0 !important;\r
+            }\r
+            table tr.openoTable_row_selected td {\r
+                background: #e8f8fe!important;\r
+                border-bottom: 1px solid #e8e8e8!important;\r
+            }\r
+            .container-fluid {\r
+                padding-left: 30px;\r
+                padding-right: 0px;\r
+            }\r
+            .modal-footer > .btn {\r
+                width: 80px;\r
+                padding: 4px;\r
+            }\r
+        </style>\r
     </head>\r
 <body id="open_base_site_cotentBody" class="cotentBody ng-scope">\r
 <div class="container-fluid ms-controller">\r
                     <table id="ne" data-row-style="rowStyle" data-pagination="true" data-page-size="5"\r
                            data-pagination-first-text="First" data-pagination-pre-text="Previous"\r
                            data-pagination-next-text="Next" data-pagination-last-text="Last">\r
-                        <thead class="openo-table-thead">\r
+                        <thead class="openo-table-thead" style="background:#ECECEC;">\r
                         <tr class="active">\r
                             <th class="openo-table-state-default openo-table-th openo-table-disable-element  leftHeaderAlign"\r
                                 data-field="name" data-sortable="true">\r
index 73358cc..3b70bc9 100644 (file)
                 }\r
             };\r
         </script>\r
+        <style>\r
+            .fixed-table-container tbody td .th-inner,\r
+            .fixed-table-container thead th .th-inner {\r
+                line-height: 4px;\r
+            }\r
+            .fixed-table-pagination .pagination-info {\r
+                display: none !important;\r
+            }\r
+            .table tbody tr:hover td,\r
+            .table tbody tr.odd:hover td {\r
+                background-color: #e6fbe0 !important;\r
+            }\r
+            table tr.openoTable_row_selected td {\r
+                background: #e8f8fe!important;\r
+                border-bottom: 1px solid #e8e8e8!important;\r
+            }\r
+            .container-fluid {\r
+                padding-left: 30px;\r
+                padding-right: 0px;\r
+            }\r
+            .modal-footer > .btn {\r
+                width: 80px;\r
+                padding: 4px;\r
+            }\r
+        </style>\r
     </head>\r
 <body id="open_base_site_cotentBody" class="cotentBody ng-scope">\r
 \r
                 <table id="port" data-pagination="true" data-page-size="5" data-pagination-first-text="First"\r
                        data-pagination-pre-text="Previous" data-pagination-next-text="Next"\r
                        data-pagination-last-text="Last">\r
-                    <thead id="portTable_thead" class="openo-table-thead">\r
+                    <thead id="portTable_thead" class="openo-table-thead" style="background:#ECECEC;">\r
                     <tr class="active">\r
                         <th class="openo-table-state-default openo-table-th openo-table-disable-element  leftHeaderAlign"\r
                             data-field="name" data-sortable="true">\r
index ef05aa5..29284b9 100644 (file)
                 }\r
             };\r
         </script>\r
+        <style>\r
+            .fixed-table-container tbody td .th-inner,\r
+            .fixed-table-container thead th .th-inner {\r
+                line-height: 4px;\r
+            }\r
+            .fixed-table-pagination .pagination-info {\r
+                display: none !important;\r
+            }\r
+            .table tbody tr:hover td,\r
+            .table tbody tr.odd:hover td {\r
+                background-color: #e6fbe0 !important;\r
+            }\r
+            table tr.openoTable_row_selected td {\r
+                background: #e8f8fe!important;\r
+                border-bottom: 1px solid #e8e8e8!important;\r
+            }\r
+            .container-fluid {\r
+                padding-left: 30px;\r
+                padding-right: 0px;\r
+            }\r
+            .modal-footer > .btn {\r
+                width: 80px;\r
+                padding: 4px;\r
+            }\r
+        </style>\r
     </head>\r
 <body id="open_base_site_cotentBody" class="cotentBody ng-scope">\r
 <div class="container-fluid ms-controller">\r
                            data-pagination="true" data-page-size="5" data-pagination-first-text="First"\r
                            data-pagination-pre-text="Previous" data-pagination-next-text="Next"\r
                            data-pagination-last-text="Last">\r
-                        <thead>\r
+                        <thead style="background:#ECECEC;">\r
                         <tr class="active">\r
                             <th data-field="name" data-sortable="true">Name</th>\r
                             <th data-field="type" data-sortable="true">Type</th>\r