Layout datatable on firefox and chrome has difference

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
thiago.fukunaga
Posts: 5
Joined: 10 May 2017, 22:42

23 May 2017, 17:35

On Mozilla Firefox the datatable has a previous button higher than the next button, which is not the expected result. (you can notice it when you have a paginator with just 1 page!)

On Goggle Chrome you can see that both are in the same level, which is the expected result.

I didnt test in other browsers.

https://www.primefaces.org/verona/data.xhtml

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

24 May 2017, 09:02

Please try the following css;

Code: Select all

@-moz-document url-prefix() { 
    body .ui-paginator .ui-paginator-prev::before {
        top: 0px;
    }
    
    body .ui-paginator .ui-paginator-prev {
        font-size: 13px;
    }
}

thiago.fukunaga
Posts: 5
Joined: 10 May 2017, 22:42

26 May 2017, 22:11

aragorn wrote:
24 May 2017, 09:02
Please try the following css;

Code: Select all

@-moz-document url-prefix() { 
    body .ui-paginator .ui-paginator-prev::before {
        top: 0px;
    }
    
    body .ui-paginator .ui-paginator-prev {
        font-size: 13px;
    }
}
Hi Aragon,

The code solved the problem. Thank you!

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

27 May 2017, 21:02

Glad to hear, thanks for the update!

Post Reply

Return to “Verona - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests