Author Topic: FF 3 and CSS issue in settings tab  (Read 6865 times)

Offline nervino

  • Newbie
  • *
  • Posts: 2
FF 3 and CSS issue in settings tab
« on: March 03, 2009, 11:48:54 AM »
Hi All, I've just upgraded to Roundcube 0.2 and I have noticed that using Firefox 3.0.6, in the personal settings area -> User preferences, the three divs on the right cross the three divs on the left. Internet Explorer correctly shows these divs.

I change the .userprefs-block class in /skins/default/settings.css:

from:
Code: [Select]
.userprefs-block
{
  float: left;
  margin-right: 14px;
  width: 520px;
}


to:
Code: [Select]
.userprefs-block
{
  float: left;
  margin-right: 14px;
 width: auto !important;
  width: 520px;
}


This hack seems to fix the problem.
Hope this helps..

Offline nervino

  • Newbie
  • *
  • Posts: 2
FF 3 and CSS issue in settings tab
« Reply #1 on: March 16, 2009, 03:04:55 PM »
Fixed in 0.2.1