| | |
| | | font-size: 14px; |
| | | |
| | | position: absolute; |
| | | width: 300px; |
| | | right: -315px; |
| | | width: 350px; |
| | | right: -365px; |
| | | top: 0; |
| | | bottom: 0; |
| | | |
| | | transition: right .4s; |
| | | transition: width .4s; |
| | | transition: right .4s, width .4s; |
| | | |
| | | opacity: .8; |
| | | opacity: .85; |
| | | |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | #popup.show { |
| | |
| | | |
| | | @media (max-width: 600px) { |
| | | #popup { |
| | | width: 90%; |
| | | width: 80%; |
| | | right: -100%; |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .close { |
| | | float: right; |
| | | cursor: pointer; |
| | | font-size: 20px; |
| | | padding: 0px 10px; |
| | | } |
| | | #fail .close { |
| | | font-size: inherit; |
| | | height: 1em; |
| | | } |
| | | #popup .type { |
| | | padding-bottom: 0; |
| | | color: #444; |
| | |
| | | } |
| | | #popup .vehicleInfo { |
| | | font-size: 21px; |
| | | margin: -4px 0 -5px; |
| | | } |
| | | #popup table { |
| | | margin-top: 3px; |
| | | border-top: 1px solid gray; |
| | | width: 100%; |
| | | border-collapse: collapse; |
| | | } |
| | | #popup table th { |
| | | text-align: left; |
| | | border-bottom: 1px solid #999; |
| | | padding-top: 5px; |
| | | } |
| | | #popup table td { |
| | | vertical-align: top; |
| | | } |
| | | #popup .active { |
| | | background: #f5f5f5; |
| | | color: gray; |
| | | } |
| | | #popup .success { |
| | | background: #dff0d8; |
| | | } |
| | | #popup .warning { |
| | | background: #fcf8e3; |
| | | } |
| | | #popup .danger { |
| | | background: #f2dede; |
| | | } |
| | | #popup table .vehicleInfo { |
| | | float: right; |
| | | } |
| | | |
| | | #title { |
| | |
| | | font-weight: bold; |
| | | background-color: rgba(255,255,255,.6); |
| | | } |
| | | #fail { |
| | | top: -10em; |
| | | right: 0.5em; |
| | | |
| | | #fail, #popup .error { |
| | | background: red; |
| | | color: white; |
| | | font-weight: bold; |
| | | padding: 5px; |
| | | } |
| | | #fail { |
| | | top: -10em; |
| | | right: 0.5em; |
| | | } |
| | | .ol-zoom { |
| | | top: 2.2em; |
| | | } |
| | | #track { |
| | | top: 6em; |
| | | left: 0.5em; |
| | | } |
| | | .ol-touch #track { |
| | | top: 7em; |
| | | } |
| | | |
| | | .ol-control button svg * { |
| | | stroke: white; |
| | | stroke-width: 5%; |
| | | fill: none; |
| | | } |
| | | .ol-control button svg .fill { |
| | | fill: white; |
| | | } |
| | | .ol-control button.clicked { |
| | | background-color: black; |
| | | } |
| | | .ol-control button.clicked:hover, .ol-control button.clicked:active { |
| | | background-color: rgba(0,0,0,.5); |
| | | } |
| | | .ol-control button.hidden { |
| | | display: none; |
| | | } |
| | | |
| | | a { |
| | | color: #337ab7; |
| | | text-decoration: none; |
| | | cursor: pointer; |
| | | } |
| | | a:hover { |
| | | text-decoration: underline; |
| | | } |
| | | |
| | | .small { |
| | | font-size: 80%; |
| | | } |