Commit 6f057ba132ffe148bee904f5dd8f9436d9fbccc9
1 parent
cd3b09a6
Exists in
master
and in
7 other branches
Correção no layout no IE
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
datadownload.htm
... | ... | @@ -13,9 +13,9 @@ P |
13 | 13 | #banner |
14 | 14 | {position:absolute;top:0px;left:0px;} |
15 | 15 | #arvoreTemas |
16 | -{overflow:auto;height:400px;width:280px;left:0px;top:-40px;} | |
16 | +{overflow:auto;height:400px;width:280px;left:10px;top:120px;position:absolute;} | |
17 | 17 | #arvoreDir |
18 | -{overflow:auto;height:120px;top:10px;width:280px;left:0px;} | |
18 | +{text-align:left;overflow:auto;height:120px;top:10px;width:280px;left:10px;position:absolute;} | |
19 | 19 | #corpo |
20 | 20 | {text-align:left;font-size:12px;width:480px;position:absolute;top:20px;left:285px;background:rgb(250,250,250);} |
21 | 21 | </style> | ... | ... |