Author Topic: Solution for too small strategus map size  (Read 817 times)

0 Members and 1 Guest are viewing this topic.

Offline Garrus

  • Knight
  • ***
  • Renown: 39
  • Infamy: 3
  • cRPG Player
  • Imperial Potato Peeler
    • View Profile
  • Faction: Great Khans
  • Game nicks: GK_Vakarian, GK_Garrus, Puncinella, GK_DrZoidberg
  • IRC nick: Garrus
Solution for too small strategus map size
« on: August 13, 2011, 01:22:51 am »
0
Dear Developers,
please apply this modifications in your strategus.css

Thanks,
Dear User

Change .game from this (LN:13)
Code: [Select]
.game{
    width:700px;
    height:100%;
    overflow:auto;
    position:relative; 
}


to this
Code: [Select]
.game{
    width:100%;
    height:100%;
    overflow:auto;
    position:absolute;
    left:290px;
}


This fix makes the map window render in the desired size. I only tested it in chrome, hope works everywhere!

-Dear User
« Last Edit: August 13, 2011, 01:24:53 am by Garrus »
visitors can't see pics , please register or login

Offline Dehitay

  • Baron
  • ****
  • Renown: 121
  • Infamy: 48
  • cRPG Player
    • View Profile
  • Faction: Fallen Brigade
Re: Solution for too small strategus map size
« Reply #1 on: August 13, 2011, 01:56:47 am »
0
I would like the map to fill up the width of the browser instead of being about half the height. But something tells me even with the code layed out for them, we may not see this implemented

Offline Harald

  • The old
  • Marshall
  • ********
  • Renown: 996
  • Infamy: 22
  • cRPG Player
    • View Profile
Re: Solution for too small strategus map size
« Reply #2 on: August 13, 2011, 02:14:17 am »
0