[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:
fkloft
2015-04-20 20:59:04 +02:00
parent 5bc45b43c3
commit 59659a944d
8 changed files with 172 additions and 21 deletions

View File

@ -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;