39 coaches online • Server time: 13:48
Forum Chat
Log in
Recent Forum Topics goto Post Secret League Americ...goto Post DOTP Season 4goto Post Skittles' Centu...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
Christer



Joined: Aug 02, 2003

Post   Posted: Feb 19, 2012 - 17:14
FUMBBL Staff
Reply with quote Back to top

Today, I bit the bullet and did a few changes to the website CSS files. For those of you who're interested, I added a CSS reset and forced a box-sizing setting. The intent is to make things function more predictably across browsers.

However, this means that effectively the whole site layout has been affected. If you find things that render improperly, I would appreciate a post in this thread detailing the issue. Before you report a problem, please make sure that you have done the following:

1. Hold the shift-key and click the reload button in your browser and verify that the issue persists. This effectively bypasses your browser cache and reloads everyhing again from the site and ensures that you have the latest CSS and javascript files from the site.

2. Make sure your browser is properly updated and one of the currently supported browsers:
- Chrome, fully updated.
- Firefox 10 or higher.
- Internet Explorer 8 or higher.
- Opera 11 or higher.
- Safari 5 or higher.

3. Make sure you are using the pastel theme. This is the only theme that is currently supported.

If the issue you have persists, please write a report here, including the following information:
- OS, including version (For example, OS X Lion, or Windows 7).
- Browser, including version (Firefox Aurora, IE 9).
- Description of the issue.
- Screenshot if possible.

Thank you for your patience.
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Feb 19, 2012 - 17:36 Reply with quote Back to top

Noticed when adding some tables from my scripts, the bio generates alot of empty space on the bottom. It might be something wrong in the table, and I will do some tests, but in case it's not, I just wanted to make you and anybody using my scripts aware.

_________________
Image
Christer



Joined: Aug 02, 2003

Post   Posted: Feb 19, 2012 - 17:40
FUMBBL Staff
Reply with quote Back to top

I'm sure you'll find that the changed CSS context is likely to mess things up for you. Let me know if you find something that is clearly wrong Smile
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Feb 19, 2012 - 17:46 Reply with quote Back to top

Did you change any global table css settings? Seems like it's the table itself making the emptiness:
Simple table, no css: https://fumbbl.com/FUMBBL.php?page=team&team_id=670428

Code:
empty line<br />empty line<br />empty line<br />empty line<br />empty line<br />empty line<br />empty line<br /><table><tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr><tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr><tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr><tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr></table>End of bio


edit: This might also explain weird looking yearbooks.

_________________
Image


Last edited by Shraaaag on Feb 19, 2012 - 17:55; edited 1 time in total
Panda_



Joined: Jul 14, 2004

Post   Posted: Feb 19, 2012 - 17:48 Reply with quote Back to top

Shraaaag wrote:
Noticed when adding some tables from my scripts, the bio generates alot of empty space on the bottom. It might be something wrong in the table, and I will do some tests, but in case it's not, I just wanted to make you and anybody using my scripts aware.


I've identified the issue : it's inherited from body (reset.css:31): body { line-height: 1.25;}

It should be something higher level in the fumbbl layout.

_________________
"Rien ne sert de partir a point, il vaut mieux courir."
jarvis_pants



Joined: Oct 30, 2008

Post   Posted: Feb 19, 2012 - 17:48
FUMBBL Staff
Reply with quote Back to top

At the top of each team page the team name and race over lap.

example

http://www.fumbbl.com/FUMBBL.php?page=team&op=view&team_id=683627

_________________
"May Nuffle have mercy on your rolls." - St.Basher
Christer



Joined: Aug 02, 2003

Post   Posted: Feb 19, 2012 - 17:49
FUMBBL Staff
Reply with quote Back to top

That was an issue with vertical align on images, not tables themselves. Fixed that one.
Christer



Joined: Aug 02, 2003

Post   Posted: Feb 19, 2012 - 17:54
FUMBBL Staff
Reply with quote Back to top

Fixed the name on team pages.
jarvis_pants



Joined: Oct 30, 2008

Post   Posted: Feb 19, 2012 - 17:55
FUMBBL Staff
Reply with quote Back to top

also player name and rating on home page

_________________
"May Nuffle have mercy on your rolls." - St.Basher
jarvis_pants



Joined: Oct 30, 2008

Post   Posted: Feb 19, 2012 - 17:58
FUMBBL Staff
Reply with quote Back to top

some players have a huge black box and others dont is this for later?

does not http://www.fumbbl.com/FUMBBL.php?page=player&player_id=8468916
does http://www.fumbbl.com/FUMBBL.php?page=player&player_id=8517532

_________________
"May Nuffle have mercy on your rolls." - St.Basher
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Feb 19, 2012 - 17:58 Reply with quote Back to top

I should mention that I'm using Chrome. It appears to look alright in other browsers, so could be a chrome thing

_________________
Image
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 19, 2012 - 17:58 Reply with quote Back to top

table seem to be a bit off on the whole. a lot of the league pages are not displaying as they were. like this one - http://fumbbl.com/FUMBBL.php?page=group&op=view&group=7734

The buttons are no longer central either when they were prior to the change.

also the buttons on the log in page have moved to the left as well, instead of being central.

Cheers Smile
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 19, 2012 - 18:02 Reply with quote Back to top

also someone posted this in a another thread, not sure if it helps or not

Quote:
Btw, I've identified the issue : it's inherited from body (reset.css:31): body { line-height: 1.25;}

_________________
Image
jarvis_pants



Joined: Oct 30, 2008

Post   Posted: Feb 19, 2012 - 18:03
FUMBBL Staff
Reply with quote Back to top

ohh and same for

Currently active games
See the Java Web Start page for help if the spectate link doesn't work

in the current games page

ed/ and game finder

_________________
"May Nuffle have mercy on your rolls." - St.Basher
Christer



Joined: Aug 02, 2003

Post   Posted: Feb 19, 2012 - 18:09
FUMBBL Staff
Reply with quote Back to top

Garion wrote:
table seem to be a bit off on the whole. a lot of the league pages are not displaying as they were. like this one - http://fumbbl.com/FUMBBL.php?page=group&op=view&group=7734

The buttons are no longer central either when they were prior to the change.


That page relied on CSS context to center the buttons. It also has custom CSS specified and I'm sure the organizers can fix that particular issue.
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic