| | |
| | | right: auto; |
| | | } |
| | | |
| | | .close, .hide { |
| | | float: right; |
| | | cursor: pointer; |
| | | font-size: 1.5em; |
| | | padding-left: 1em; |
| | | color: black; |
| | | } |
| | | #fail .close { |
| | | font-size: inherit; |
| | | height: 1em; |
| | | color: black; |
| | | } |
| | | |
| | | .panel { |
| | | opacity: .85; |
| | | color: black; |
| | |
| | | .panel.expanded { |
| | | right: 0; |
| | | } |
| | | |
| | | .panel .hide { |
| | | display: none; |
| | | padding: 0px 1em; |
| | | } |
| | | .panel.enabled .hide { |
| | | display: block; |
| | |
| | | right: 80%; |
| | | margin-right: 10px; |
| | | } |
| | | } |
| | | |
| | | .close, .hide { |
| | | float: right; |
| | | cursor: pointer; |
| | | font-size: 20px; |
| | | padding: 0px 10px; |
| | | } |
| | | #fail .close { |
| | | font-size: inherit; |
| | | height: 1em; |
| | | } |
| | | .panel .type { |
| | | padding-bottom: 0; |
| | |
| | | } |
| | | .panel table .vehicleInfo { |
| | | float: right; |
| | | } |
| | | |
| | | .post-nav { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | } |
| | | .post-nav > * { |
| | | flex-basis: 0; |
| | | flex-grow: 1; |
| | | } |
| | | |
| | | .left { |
| | | text-align: left; |
| | | } |
| | | .center { |
| | | text-align: center; |
| | | } |
| | | .right { |
| | | text-align: right; |
| | | } |
| | | |
| | | .icon, .icon-loc, .icon-pin, .icon-zoom { |
| | |
| | | display: none; |
| | | } |
| | | |
| | | a { |
| | | a, .close:hover, .hide:hover { |
| | | color: #337ab7; |
| | | text-decoration: none; |
| | | cursor: pointer; |