Commit cc7fa1580c7999f2f7d24aa18f424dd580fb5060
Merge branch 'branch' of http://192.168.1.195:9998/web_developers/javaplatform.git into branch
Showing
1 changed file
with
4 additions
and
3 deletions
css/libCss/common.css
| @@ -108,9 +108,10 @@ section{ | @@ -108,9 +108,10 @@ section{ | ||
| 108 | 108 | ||
| 109 | overflow-x: auto; | 109 | overflow-x: auto; |
| 110 | overflow-y: auto; | 110 | overflow-y: auto; |
| 111 | - height: calc(100% - 80px); | ||
| 112 | - height: -webkit-calc(100% - 80px); | ||
| 113 | - height: -moz-calc(100% - 80px); | 111 | + height: 100%; |
| 112 | + /*height: calc(100% - 80px);*/ | ||
| 113 | + /*height: -webkit-calc(100% - 80px);*/ | ||
| 114 | + /*height: -moz-calc(100% - 80px);*/ | ||
| 114 | width:calc(100% - 200px); | 115 | width:calc(100% - 200px); |
| 115 | width:-webkit-calc(100% - 200px); | 116 | width:-webkit-calc(100% - 200px); |
| 116 | width:-moz-calc(100% - 200px); | 117 | width:-moz-calc(100% - 200px); |