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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 13 Years, 1 Month 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 13 Years, 1 Month ago Karma: 760
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 13 Years, 1 Month ago Karma: 5
perfect, thank you
The administrator has disabled public write access.
 
Go to topPage: 1