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?

Column font size
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Column font size
#8694
Column font size 13 Years, 5 Months ago Karma: 0
Hello again..

maybe you are annoyed with me... but i swear that is this the last question I have to make.

I have placed an ARI DataTable module at:

nazo.housos.gr/index.php?option=com_content&view=article&id=140:etairiesenapgr&catid=59&Itemid=58

How can I make the first column fonts to be 1-2 size bigger than the other column fonts?

In my last question you gave me the following CSS code, which I have entered to the CSS styles area box.
---------------------------------------
.dataTables_wrapper
{
font-size: 10px;
}

body .floatbox
{
overflow-x: auto;
}

body .floatbox,
body div#wrapper div.wrapper-br
{
overflow: visible;
}
-----------------------------------------------

Now I want only the first column font, to be 11px and bold, and the other remain at 10px



Thanks in advanced,

Yours sincerely
Velissarios Housos

vhousos@gmail.com
The administrator has disabled public write access.
 
#8704
Re:Column font size 13 Years, 5 Months ago Karma: 748
Hello,

Use the following CSS rule:

Code:


.dataTables_wrapper TABLE TR TD.ari-tbl-col-0
{
 font-size: 11px;
 font-weight: bold;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8718
Re:Column font size 13 Years, 5 Months ago Karma: 0
Thank you very veru much.

It works !!!!!!!

Velissarios
The administrator has disabled public write access.
 
Go to topPage: 1