Commit 64e485feaebef4c3935236bbceeb05dac261f6e4
Merge branch 'gridissueonmac' into Develop-IPAD-MAC
Showing
1 changed file
with
7 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -1033,10 +1033,10 @@ background-size:cover; |
1033 | 1033 | { |
1034 | 1034 | z-index:100000; |
1035 | 1035 | } |
1036 | - .GridViewDataDivHeight | |
1036 | + /*.GridViewDataDivHeight | |
1037 | 1037 | { |
1038 | 1038 | height:175px; |
1039 | - } | |
1039 | + }*/ | |
1040 | 1040 | |
1041 | 1041 | #exportlogo |
1042 | 1042 | { |
... | ... | @@ -1112,3 +1112,8 @@ a[disabled] { |
1112 | 1112 | pointer-events : none; |
1113 | 1113 | opacity : 0.5; |
1114 | 1114 | } |
1115 | +.GridViewDataDivHeight .thumbnail img | |
1116 | + { | |
1117 | + height:150px; | |
1118 | + } | |
1119 | + | |
1115 | 1120 | \ No newline at end of file | ... | ... |