FIX width
This commit is contained in:
parent
085988dfdc
commit
3a1cb6726c
|
|
@ -27,8 +27,8 @@ div#footer table{}
|
||||||
#wayPoints .wayPoint {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
|
#wayPoints .wayPoint {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
|
||||||
#wayPoints .wayPoint span {font-weight: bold; color: red;}
|
#wayPoints .wayPoint span {font-weight: bold; color: red;}
|
||||||
|
|
||||||
#routeWindow {display: none;position: absolute; top: 35px; right: 7px; left: auto; max-width: 320px; width: 320px; bottom: 55px;}
|
#routeWindow {display: none;position: absolute; top: 35px; right: 7px; left: auto; max-width: none; width: 345px; bottom: 55px;}
|
||||||
#routeWindow .popover-content {overflow-y: scroll; bottom: 45px; position: absolute; top: 36px;}
|
#routeWindow .popover-content {overflow-y: scroll; bottom: 45px; position: absolute; top: 36px; width: 342px;}
|
||||||
#routeWindow .buttons {bottom: 3px; position: absolute;}
|
#routeWindow .buttons {bottom: 3px; position: absolute;}
|
||||||
#routes {margin-bottom: 10px; height: 200px; background-color: #ff9999;}
|
#routes {margin-bottom: 10px; height: 200px; background-color: #ff9999;}
|
||||||
#routes .route {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
|
#routes .route {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue