Commit 15cad2e5e701b3c8d7082e86aa84253bba5f1fac
Manually Merged this branch: gridissueonmac
Showing
1 changed file
with
7 additions
and
8 deletions
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -998,10 +998,10 @@ background-size:cover; |
998 | 998 | { |
999 | 999 | z-index:100000; |
1000 | 1000 | } |
1001 | - .GridViewDataDivHeight | |
1001 | + /*.GridViewDataDivHeight | |
1002 | 1002 | { |
1003 | 1003 | height:175px; |
1004 | - } | |
1004 | + }*/ | |
1005 | 1005 | |
1006 | 1006 | #exportlogo |
1007 | 1007 | { |
... | ... | @@ -1077,11 +1077,11 @@ a[disabled] { |
1077 | 1077 | pointer-events : none; |
1078 | 1078 | opacity : 0.5; |
1079 | 1079 | } |
1080 | -.loginBox input::-ms-clear{display:none;} | |
1081 | - | |
1082 | - | |
1083 | -/*06-12-2017*/ | |
1084 | -.customTable .table-responsive{padding-left:0; padding-right:0;width: 99%; margin-left: 11px;} | |
1080 | +.GridViewDataDivHeight .thumbnail img | |
1081 | + { | |
1082 | + height:150px; | |
1083 | + } | |
1084 | + | |
1085 | 1085 | .customTable .table-fixed .table { |
1086 | 1086 | max-width:980px; |
1087 | 1087 | table-layout:fixed; |
... | ... | @@ -1108,4 +1108,3 @@ a[disabled] { |
1108 | 1108 | width:100%; |
1109 | 1109 | table-layout:fixed; |
1110 | 1110 | } |
1111 | - | ... | ... |