[missions] use android panes. show missions in pane to allow switching between mission view and map
mission lists are still displayed in dialogs
This commit is contained in:
@ -1,3 +1,14 @@
|
||||
.plugin-mission-pane {
|
||||
background: transparent;
|
||||
border: 0 none !important;
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
top: 0 !important;
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.plugin-mission-summary {
|
||||
padding: 5px;
|
||||
border-top: black solid 1px;
|
||||
|
Reference in New Issue
Block a user