From 9b0b007a5da75d70ec25b141c2a47b1b0010f5a3 Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 5 Aug 2016 12:47:34 +0200 Subject: change some style --- web/src/css/flowdetail.less | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to 'web/src/css/flowdetail.less') diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index b4c7047b..421630eb 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -5,8 +5,7 @@ .flow-detail { width: 100%; - overflow-x: auto; - overflow-y: scroll; + overflow:hidden; nav { background-color: #F2F2F2; @@ -41,6 +40,28 @@ } +.flowview-container{ + display: flex; + flex-direction: column; + padding: 0 !important; + height:95%; +} + +.flowview-body{ + position:relative; + flex: 1 1 auto; + overflow: auto; + padding: 5px 12px 0; +} + +.flowview-footer{ + flex: 0 0 auto; + box-shadow: 0 0 3px gray; + padding: 2px; + margin: 0; + height:23px; +} + .inline-input { display: inline; margin: 0 -3px; @@ -64,13 +85,9 @@ } } -.view-options { - margin-bottom: 10px; - margin-top: 10px; -} - .view-all-content-btn{ float: right; + margin-bottom: 12px; } .flow-detail table { -- cgit v1.2.3