Style fixes on subsilver2

Discussion about the website and the forum goes here.
Post Reply
User avatar
T.M.
Immortal
Posts: 960
Joined: 29 Jan 2010, 15:00
Location: F21B3EED

Style fixes on subsilver2

Post 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...
Post Reply