Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ARI Data Table Minimum Height
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Data Table Minimum Height
#20902
ARI Data Table Minimum Height 12 Years, 6 Months ago Karma: 5
Hi

how can I adjust the Min height of a table to remove the padding as in the folling pic

Ive tried changing the min-height in "modules/mod_aridatatables/includes/assets/style.css" but it does not appear to change anything

thanks

trevor

Code:

DIV.adt-loading {
position: relative;
background: transparent url(images/loading.gif) no-repeat center center;
min-width: 200px;
min-height: 100px;
*width: 200px;
height: 10px;
margin: 0 auto;
overflow: hidden;
*position: static;

Last Edit: 2011/10/20 21:49 By trevor_stp.
The administrator has disabled public write access.
 
#20916
Re:ARI Data Table Minimum Height 12 Years, 6 Months ago Karma: 748
Hello,

Use the next CSS rule:

Code:


DIV.dataTables_wrapper
{
 min-height: inherit;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20945
Re:ARI Data Table Minimum Height 12 Years, 6 Months ago Karma: 5
perfect, thank you
The administrator has disabled public write access.
 
Go to topPage: 1