Fixed heigth in pure view when view services map. Tiquet: #2470
This commit is contained in:
parent
cde2fb5a7b
commit
82354079ce
|
@ -1507,10 +1507,10 @@ div#main_pure {
|
|||
background-color: #fefefe;
|
||||
text-align: left;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 10px;
|
||||
margin-top: 30px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
height: auto;
|
||||
height: 1000px;
|
||||
width: 98%;
|
||||
position: static;
|
||||
}
|
||||
|
@ -2592,9 +2592,10 @@ div#agent_wizard_subtabs {
|
|||
#container_servicemap_legend {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
background: #F4F4F4;
|
||||
background: #FFF;
|
||||
margin-top: 10px;
|
||||
right: 2px;
|
||||
border: 1px solid #E2E2E2;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
opacity: .90;
|
||||
|
|
Loading…
Reference in New Issue