You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2016/11/30 21:49:21 UTC

[4/5] flink git commit: [hotfix] [webfrontend] Rebuild

[hotfix] [webfrontend] Rebuild


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7de7bfd8
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7de7bfd8
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7de7bfd8

Branch: refs/heads/release-1.1
Commit: 7de7bfd82663e5bf2a23b137a87b5be02a2664c8
Parents: 357b932
Author: Greg Hogan <co...@greghogan.com>
Authored: Wed Nov 30 15:30:12 2016 -0500
Committer: Greg Hogan <co...@greghogan.com>
Committed: Wed Nov 30 15:30:12 2016 -0500

----------------------------------------------------------------------
 flink-runtime-web/web-dashboard/web/css/index.css  |  3 ---
 flink-runtime-web/web-dashboard/web/css/vendor.css |  2 +-
 flink-runtime-web/web-dashboard/web/js/index.js    |  2 +-
 flink-runtime-web/web-dashboard/web/js/vendor.js   | 10 +++++-----
 4 files changed, 7 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7de7bfd8/flink-runtime-web/web-dashboard/web/css/index.css
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/css/index.css b/flink-runtime-web/web-dashboard/web/css/index.css
index 52a5631..49449f2 100644
--- a/flink-runtime-web/web-dashboard/web/css/index.css
+++ b/flink-runtime-web/web-dashboard/web/css/index.css
@@ -228,7 +228,6 @@
   overflow: hidden;
   padding: 2px 4px;
   font-size: 14px;
-  -webkit-border-radius: 2px;
   border-radius: 2px;
   margin-top: -3px;
 }
@@ -496,7 +495,6 @@ pre {
 }
 .nav-tabs.tabs-vertical li > a {
   margin-right: 0;
-  -webkit-border-radius: 0;
   border-radius: 0;
   border-bottom: none;
   border-left: 2px solid transparent;
@@ -541,7 +539,6 @@ livechart {
   padding-right: 0.4em;
   margin: 0;
   border-right: 1px solid #fff;
-  -webkit-border-radius: 0;
   border-radius: 0;
 }
 .label-group .label.label-black {