diff options
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 |
commit | ca0ffc80337fc00bf355c40a15b2a1b34774c05d (patch) | |
tree | 88762341af66bb87beab2bd2ccc37c2a9e69a123 /scss | |
parent | c0019aa0def2914cd4a211519c9edcde832263d1 (diff) | |
download | Ishtar-ca0ffc80337fc00bf355c40a15b2a1b34774c05d.tar.bz2 Ishtar-ca0ffc80337fc00bf355c40a15b2a1b34774c05d.zip |
Map: improve layout on map windows
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 17 |
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{ |