Fixed heigth in pure view when see a services map. Tiquet: #2470

This commit is contained in:
m-lopez-f 2015-07-17 10:04:40 +02:00
parent 902dd189d5
commit aeedcd0ec3
1 changed files with 1 additions and 1 deletions

View File

@ -1486,7 +1486,7 @@ div#main_pure {
margin-top: 10px; margin-top: 10px;
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
height: auto; height: 1000px;
width: 98%; width: 98%;
position: static; position: static;
} }