diff --git a/public/css/style.css b/public/css/style.css index 317c805..d34926c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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;}