Page 1 of 1

Style fixes on subsilver2

Posted: 20 Jun 2012, 12:23
by T.M.
You can add this code to the "Stylish" Firefox plugin and the PM and forum reply textarea width and smilies area height gets fixed with small window widths:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("gtamp.com") {

td.row2 table tbody tr td textarea {
    width: 100% !important;
    min-width:0px !important;
    max-width:5000px !important;
}
.gensmall {
    min-width: 150px !important;
}

}
Edit: hmm, could add max-width something else than 5000px though! but for me it doesnt matter...