Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?

Table align right
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Table align right
#1957
Table align right 2 Years, 8 Months ago Karma: 0
Hello

Is it possible to align right the text in
ARI JDataTable
ARI JFlexGrid
ARI JTableSorter
ARI MooTable
?

also is it possible to align left the arrow sorting icons?

Thanks
The administrator has disabled public write access.
 
#1959
Re:Table align right 2 Years, 8 Months ago Karma: 275
Hello,

You can do it with help 'CSS Template'. Create new 'CSS Template' on the component backend with the following text:

/* DataTable plugin */
.dataTables_wrapper TABLE.display TD
{
text-align: right;
}

.dataTables_wrapper TABLE.display THEAD TH
{
padding: 10px 3px 10px 17px;
background-position: left center;
}

/* TableSorter plugin */
TABLE.tablesorter TD
{
text-align: right;
}

TABLE.tablesorter THEAD TH
{
padding: 4px 4px 4px 17px !important;
background-position: left center !important;
}

/* FlexGrid plugin */
.bDiv TABLE DIV
{
text-align: right !important;
}

/* MooTable plugin */
TABLE.klonPadding TD DIV.cell SPAN
{
left: auto !important;
right: 5px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3224
Re:Table align right 1 Year, 11 Months ago Karma: 0
How to proceed if I want to decide for each table I use on my site separate, which column should be aligned left center or right.

Is there an easier way than choosing alignment for each cell separate?

Thank you!
The administrator has disabled public write access.
 
Go to topPage: 1