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 | bccac276d46ee4fc109efb5a37eba9cbcfda2f08 (patch) | |
tree | 88762341af66bb87beab2bd2ccc37c2a9e69a123 /scss | |
parent | e36e48efcdf8ed7368404b57b2ca7f36dcd60e71 (diff) | |
download | Ishtar-bccac276d46ee4fc109efb5a37eba9cbcfda2f08.tar.bz2 Ishtar-bccac276d46ee4fc109efb5a37eba9cbcfda2f08.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{ |