summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-26 11:59:03 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:38:57 +0200
commitca0ffc80337fc00bf355c40a15b2a1b34774c05d (patch)
tree88762341af66bb87beab2bd2ccc37c2a9e69a123 /scss/custom.scss
parentc0019aa0def2914cd4a211519c9edcde832263d1 (diff)
downloadIshtar-ca0ffc80337fc00bf355c40a15b2a1b34774c05d.tar.bz2
Ishtar-ca0ffc80337fc00bf355c40a15b2a1b34774c05d.zip
Map: improve layout on map windows
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss17
1 files changed, 14 insertions, 3 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 9e50c4205..443802c62 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -794,17 +794,28 @@ ul.compact{
/* map */
+.ishtar-table-map, .window-map{
+ border: solid 1px $gray-500;
+ background: url(../media/images/map-background.jpg) repeat;
+}
+
.window-map{
width: 100%;
height: 300px;
- padding-bottom: 1em;
+ margin-bottom: 0.5em;
+}
+
+.sheet .ishtar-table-map{
+ display: none;
}
.ishtar-table-map{
width: 100%;
height: 50%;
- border: solid 1px $gray-500;
- background: url(../media/images/map-background.jpg) repeat;
+}
+
+.sheet .ishtar-table-map{
+ height: 300px;
}
.ishtar-map-top{