New forum! Post bugs & errors in here *CHECK FIRST POST FOR ISSUES FIRST - P.S. THE MM IS OPEN*

Status
Not open for further replies.
One of the few "joys" of being in the IT dept is I can do what I like pretty much on my VM while everyone else in the company has to use what they're told on XenApp.
 
Is anyone else still getting email notifications even though I have turned them off in preferences?

Had a quick check on post 1 and dont see this mentioned.
 
Is anyone else still getting email notifications even though I have turned them off in preferences?

Had a quick check on post 1 and dont see this mentioned.

Didnt even see the email notifications

Oh well, they can go on the forever growing pile of FB e-mail notifications...

unread.png
 
I reckon you need to reduce the size of the forum description text. Currently the title of a forum and the description are both 13px. Previously the description was a fair bit smaller which made the front page much easier to read.

Something like...

o_1b93v1ihq42hq7b5th1ha61d7ef.PNG


I also removed the padding from around the entire thing, so the forum category name background (the darker blue behind the bit that says 'Hardware') touch the left and right.

That's already more readable/clearer imo - it follows the same sizing as the old forum. 10px for the descriptions, 10pt for the titles.

Code:
.sectionMain {
    background-color: rgb(28, 87, 128);
    /*padding: 10px;*/
    margin: 10px auto;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
}

.node .nodeDescription {
    font-size: 13px; -> font-size: 10px;
    font-family: verdana;
}

.node .nodeStats {
    font-size: 13px; -> font-size: 10px;
    font-family: verdana;
}
 
Last edited:
Wished they took the opportunity to change from the mafia stuff to something to do with computers. They should do a poll for it.

Look forward to getting the turn off avatar only button in preferences.
 
Status
Not open for further replies.
Back
Top Bottom