From fa28f7cc76a21967277f2b3a34341140516fced6 Mon Sep 17 00:00:00 2001 From: kunw Date: Tue, 28 Jun 2016 11:15:34 +0800 Subject: [PATCH] update for table scrolling style. --- static/resources/css/project.css | 8 ++++++-- .../replication/list-replication.directive.html | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/static/resources/css/project.css b/static/resources/css/project.css index de147126c0..0601d255e4 100644 --- a/static/resources/css/project.css +++ b/static/resources/css/project.css @@ -31,9 +31,13 @@ margin-bottom: 0; } -.table-body-full-width { +.table-head-container { + width: 98%; +} + +.table-body-container { overflow-y: auto; - width: 1075px; + width: 98%; } .gutter { diff --git a/static/resources/js/components/replication/list-replication.directive.html b/static/resources/js/components/replication/list-replication.directive.html index 7c5b1c369d..8a0eb05399 100644 --- a/static/resources/js/components/replication/list-replication.directive.html +++ b/static/resources/js/components/replication/list-replication.directive.html @@ -12,6 +12,7 @@
+
@@ -22,7 +23,8 @@
// 'name' | tr //// 'actions' | tr //
-
+
+
@@ -70,6 +72,7 @@
+
@@ -80,7 +83,8 @@
// 'name' | tr //// 'logs' | tr //
-
+
+