Forums

Display Bug

thyl123 03 Jan, 2013
Hey,

I think I found a bug. See the attachment. Can you fix this in the next version? Or can I solve the problem by myself?

Thanks a lot
GreyHead 03 Jan, 2013
Hi thyl123,

What is the bug that you've found?

Bob
thyl123 03 Jan, 2013
- Start
- Zurück
- 1
- 2
- Weiter
- Ende

see in the attachment.
GreyHead 03 Jan, 2013
Hi thyl123,

I think that is set by your template styling for pagination.

Bob
angelmorales 11 Mar, 2013
Hello BOB , CAN YOU HELP ME? , I HAVE THE SAME ERROR, CAN YOU TELL ME WICH FILE I HAVE TO MODIFY THE STYLING PAGINATION, TO CUZTOMIZE :

- Start
- Zurück
- 1
- 2
- Weiter
- Ende

ANY CLUE?¡¡? IM USING THE BEEZ20 TEMPLATE, THANKS!!!
angelmorales 11 Mar, 2013
HELLO thyl123 HAVE YOU FIND THE ANSWER TO THIS PROBLEM, CAN YOU HELP ME ¡?¡?
THANKS !!!
GreyHead 12 Mar, 2013
Hi angelmorales,

Please don't shout here.

As far as I know the pagination uses the template CSS. You can check with your browser web-developer tools to see exactly what CSS is being applied.

Bob
Max_admin 13 Mar, 2013
Hi,

this css code should fix the problem, you can add it to your template css file or to the extension's css file:


table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }
.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}
.pagination li {list-style: none;display:inline}
.pagination span, .pagination a {margin-right:5px;}

table.adminlist .list-footer { display:table; padding:0;  margin:0 auto;	 }
.list-footer div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}
.list-footer ul {list-style: none;display:inline}
.list-footer li {list-style: none;display:inline}
.list-footer span, .list-footer a {margin-right:5px;}


Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
angelmorales 14 Mar, 2013
Thanks Max you are awesome!!!, I am using the beez_20 template so I paste your code in the bottom of general css:
components\com_chronoconnectivity\css\general

And it work flawless ,i want to hug you!!!!😀 😀 😀 😀

Tell me when are you coming to Mexico ,so I can invite you a good Tequila and a Gordita de Chicharron!! THANKS!
This topic is locked and no more replies can be posted.