diff options
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{ | 
