From bec27933d2700378f5fa4d0134d03116d3bb2dc0 Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 6 Dec 2017 17:14:00 +0530 Subject: [PATCH] this is solution for ci ca grid view space issue on Mac --- 400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 509993a..cd8322f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -1033,10 +1033,10 @@ background-size:cover; { z-index:100000; } - .GridViewDataDivHeight + /*.GridViewDataDivHeight { height:175px; - } + }*/ #exportlogo { @@ -1112,3 +1112,8 @@ a[disabled] { pointer-events : none; opacity : 0.5; } +.GridViewDataDivHeight .thumbnail img + { + height:150px; + } + \ No newline at end of file -- libgit2 0.21.4