mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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;
|
background-color: #fefefe;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
margin-top: 10px;
|
margin-top: 30px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
height: auto;
|
height: 1000px;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
@ -2592,9 +2592,10 @@ div#agent_wizard_subtabs {
|
|||||||
#container_servicemap_legend {
|
#container_servicemap_legend {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background: #F4F4F4;
|
background: #FFF;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
|
border: 1px solid #E2E2E2;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
opacity: .90;
|
opacity: .90;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user