Forum


List Manager Support

List Manager support
Forums
No se permite escribir sin estar logado. Por favor, login

Search and show all to properly display 25.01.2013 19:48

How can I have the header of my table properly displayed? See table developed at: http://dev4.janadians.com/general-infromation/licensed-blasters.html

You will note that the search, show, show all and pagination sections are not properly displayed as in your demo. It seems the height of the row is a bit higher than normal. Can you tell me how to correct.

Re: Search and show all to properly display 26.01.2013 11:40

Hello,
we've checked your page, and seems you have your display being changed with the styles inherited from your template.
The 'show' input has a padding located here:

http://dev4.janadians.com/templates/gk_music_free/css/joomla.css

(line 12)
textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {


....
padding: 0 12px;

}

that is moving the input text inside. You can remove the padding, or overwrite the default padding at lm css:


http://dev4.janadians.com/modules/mod_listmanager/assets/css/default.css

.lm_nav .lm_toolbar {
font-size: 0.9em;
padding: 0;
}



Also all your tables are set to add a big space as bottom margin, you can correct it here:


http://dev4.janadians.com/templates/gk_music_free/css/joomla.css (line 298)

table {
margin-bottom: 20px;
width: 100%;
}


And finally, your input fields are set to be always with a height of 35px, which is much bigger than default (about 20), you can correct it here:

http://dev4.janadians.com/templates/gk_music_free/css/joomla.css

(line 12)
textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {


....
height: 34px;
}


Hope this helps, regards
Moonsoft Team
www.moonsoft.es

Re: Search and show all to properly display 01.02.2013 05:21

Still having the same issue. Made the change according to your fix, but have the same result. The height of the header area within the list which has the "Search" field, "Show" and "Show All" is too high. Need it to be as neat as your demo (see http://dev4.janadians.com/general-infromation/fyi/licensed-blasters.html).

Re: Search and show all to properly display 01.02.2013 09:24

Hello,

We checked your page and some of the couldn´t see some of changes we suggested. For example:
table has margin-bottom: 20px; at http://dev4.janadians.com/templates/gk_music_free/css/joomla.css (line 298) and it´s not overwritten by other css.

Please check again changes suggested.

Regards,
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros