FIX width

This commit is contained in:
Krivchikov Dmitry 2014-06-01 12:45:29 +04:00
parent 085988dfdc
commit 3a1cb6726c
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ div#footer table{}
#wayPoints .wayPoint {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
#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 .popover-content {overflow-y: scroll; bottom: 45px; position: absolute; top: 36px;}
#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; width: 342px;}
#routeWindow .buttons {bottom: 3px; position: absolute;}
#routes {margin-bottom: 10px; height: 200px; background-color: #ff9999;}
#routes .route {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}