Search found 1 match

by ESGWeb
Thu Sep 30, 2004 10:13 pm
Forum: Bug reports
Topic: Small text area for News entry
Replies: 5
Views: 8257

Safari Login

The login problem in Safari is caused by the "clear:both" entry in the div.row class of admin.css in the template folder. Remove it and the login works!

div.row {
clear: both; <<---Remove this!
margin: 0px;
padding: 2px;
}