Page 1 of 1

RTL language Phoca download icon

Posted: 11 Dec 2014, 23:40
by hasanhasan
I try to float the pdf icon to right but its stile to left of title so what is the solution of this problem

.rtl .pd-filebox .pd-filenamebox {

float: right !important;

}

.rtl .pd-filebox .pd-buttons {

float: left !important;

}

Re: RTL language Phoca download icon

Posted: 12 Dec 2014, 00:39
by hasanhasan
other information:
I add this code to redirect the position of the icon to right but nothing chnage:

.rtl .phoca-dl-file-box-mod .pd-document64, #phoca-dl-file-box .pd-document64, #phoca-dl-category-box .pd-document64, #phoca-dl-most-viewed-box .pd-document64, #phoca-dl-download-box .pd-document64 {
background: url("../../images/icon-document-64.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
height: 100px;
line-height: 70px;
padding-left: 70px;
float: right;
direction: rtl;
position: relative;
}

Re: RTL language Phoca download icon

Posted: 12 Dec 2014, 13:54
by Jan
Hi, did you check if you have changed the right code, e.g. it is for items which have 64 large icon - did you see the source html code of your site if this is the code displayed in current site? Did you do the edit first per e.g. firebug, to see it live?

Jan

Re: RTL language Phoca download icon

Posted: 28 Dec 2014, 01:31
by hasanhasan
Dear Jan,
I try by using firebug, but nothing happened,

could you please help me to see the site please visit http://wtest.badil.org/ar/publications- ... apers.html

Regards,

Re: RTL language Phoca download icon

Posted: 28 Dec 2014, 02:32
by hasanhasan
Dear Jan,
When i make the icon static its float to right but how to be dynamic and i can change the icon,,

please send me you response as soon as possible

Re: RTL language Phoca download icon

Posted: 28 Dec 2014, 03:24
by hasanhasan
Dear Jan,

I complete the task every thing ok and happy for your help

the solution is:

/*Phoca Download RTL*/

.rtl .pd-filebox .pd-filenamebox {
float: right !important;

}

.rtl .pd-filebox .pd-buttons {
float: left !important;
}

.rtl .pd-filename a {

text-align:left;


}

.rtl .pd-document64 {
background-position: right !important;
padding-right: 70px;

}

Re: RTL language Phoca download icon

Posted: 02 Jan 2015, 01:09
by Jan
Hi, thank you very much for the guide.

Jan