a6e6s / slimstat

Automatically exported from code.google.com/p/slimstat
GNU General Public License v2.0
1 stars 0 forks source link

Styles sheets improvement #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When showing the login page on IE browsers

What is the expected output? What do you see instead?

* No vertical scroll bar on the login form visible into the "content" div

What version of the product are you using? On what operating system?

* Latest beta v2.2b1

Please provide any additional information below.

* To avoid that effect I added this property (/slimstats/styles.css line #77 
see last rule):

fieldset {
    border: none;
    margin: 0;
    padding: 0;
    overflow:hidden; }

Best regards,
Patrickk.

Original issue reported on code.google.com by patrick....@gmail.com on 11 Jun 2010 at 11:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r108.

Original comment by step...@wettone.com on 11 Jun 2010 at 1:22