Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 04/03/2010 ARI Slider v. 1.3.0

    ARI Slider v. 1.3.0 is available. New version of the extension can display menu items title in nice tooltip. See demo here.

  • 26/02/2010 Joomla! popup extensions

    ARI Colorbox, ARI Sexy Lightbox, ARI Fancybox and ARI Pretty Photo have been updated. Now these provide ability of using pretty lightbox in any Joomla! content, for example in VirtueMart product description or in other content. Extensions also can create thumbnails and create popups with large images from inline content images. Only wrap necessary content with plugin tag.


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 9 Months, 2 Weeks 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 9 Months, 2 Weeks ago Karma: 25
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 4 Weeks 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
Moderators: admin