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 Tables : CSS style of Ari Tiny Table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Data Tables : CSS style of Ari Tiny Table
#27576
ARI Data Tables : CSS style of Ari Tiny Table 12 Years, 7 Months ago Karma: 0
Hi from Italy.

I use in my website the module ARI Data Table and i chosse as type "ARI Tiny Table" (as file PDF attacched)

I would like know if it's possible :

- set the font dimension in the header
- set the header hight
- set the rows hight
- set the column width
- set the font dimension of the data inside the table


If it's not possible in the Tiny Table is possible in any other type ?

Thanks.


Leonardo
File Attachment:
File Name: Tyni_Table.zip
File Size: 46276
Last Edit: 2012/04/24 16:23 By leokid71.
The administrator has disabled public write access.
 
#27616
Re:ARI Data Tables : CSS style of Ari Tiny Table 12 Years, 7 Months ago Karma: 760
Hello,

Add the next code to "CSS Styles" parameter in module settings:

Code:


{$id} THEAD TR TH DIV
{
 font-size: 20px;
 height: 40px;
 line-height: 40px;
}

{$id} TBODY TR TD
{
 height: 50px;
 font-size: 16px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#39634
Re:ARI Data Tables : CSS style of Ari Tiny Table 11 Years, 7 Months ago Karma: 0
I have tried following your code instruction and i'm not succeeding in getting my 5th column (Class Registered) width wider. I can change the font and height but when I enter width there is no change. Would you mind providing more detailed information based on my table?

Thanks
Alana
The administrator has disabled public write access.
 
#39650
Re:ARI Data Tables : CSS style of Ari Tiny Table 11 Years, 7 Months ago Karma: 760
Is it possible to see the table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39659
Re:ARI Data Tables : CSS style of Ari Tiny Table 11 Years, 7 Months ago Karma: 0
Here are the screen shots. I'm not allowed to share restricted student information.

Table and Module settings

thanks
File Attachment:
File Name: screenshot_table1.zip
File Size: 184769
Last Edit: 2013/04/13 17:09 By amheng5.
The administrator has disabled public write access.
 
#39676
Re:ARI Data Tables : CSS style of Ari Tiny Table 11 Years, 7 Months ago Karma: 760
Set "HTML table settings -> Advanced styling" parameter to "Yes" and use the following code in "CSS Styles" parameter:

{$id} THEAD TH.ari-tbl-col-4,
{$id} TBODY TD.ari-tbl-col-4
{
width: 500px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12