1
chefry
Problems with layouts
  • 2011/7/31 16:25

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


I'm having some problems on a xoops 2.4.4 site I'm building

There is a problem with the "Search" screen and the same thing is happening with CBB 3.08

I'm using the "rational" theme

Resized Image


Does anyone have a suggestion?

TIA!!!
Frank

2
novlang1984
Re: Problems with layouts

I don't use Xoops 2.4 but take a look to www/xoops.css stylesheet. May be a bad instruction inside about forms...

3
chefry
Re: Problems with layouts
  • 2011/7/31 20:55

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


I forgot to mention, this happens ONLY with the Xoops search and CBB 3.08

All other modules I've tested work fine

4
novlang1984
Re: Problems with layouts

your theme says

le="color: #000000"><?php input[type=text], input[type=password], input[type=checkbox], textarea { margin: 2px 0; padding-left: .2em; color: #333; background-color: #fff; border: 1px solid #999; }


Try to change it or make a global search with input[type=checkbox]


Another tip

Quote:
label {
display: block;
padding: 0;
background: transparent;
}

5
chefry
Re: Problems with layouts
  • 2011/8/1 12:38

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


so how do i do that?

6
novlang1984
Re: Problems with layouts

Have you simply tried
/* display: block; */ ?