Author Topic: Quick-reply field fix  (Read 4991 times)

0 Members and 2 Guests are viewing this topic.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Quick-reply field fix
« Reply #15 on: December 02, 2011, 11:19:23 pm »
2012? The beginning of the end?
Would be symbolic. The end of the world is the beginning of Evil-Zone.
:D

PublicEnemy

  • Guest
Re: Quick-reply field fix
« Reply #16 on: December 02, 2011, 11:36:47 pm »
Maybe the beginning of Evil-Zone will cause the end of the world.

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Quick-reply field fix
« Reply #17 on: December 03, 2011, 12:19:11 pm »
Find:
Code: [Select]
#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}

Replace:
Code: [Select]
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}

Ande this shall do it i guess
~Factionwars

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Quick-reply field fix
« Reply #18 on: December 06, 2011, 04:02:42 pm »
Find:
Code: [Select]
#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}

Replace:
Code: [Select]
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}

Ande this shall do it i guess

Fixolinî.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Quick-reply field fix
« Reply #19 on: December 06, 2011, 06:39:45 pm »
le lock
~Factionwars