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;
}
RTL language Phoca download icon
-
- Phoca Newbie
- Posts: 5
- Joined: 11 Dec 2014, 23:36
Re: RTL language Phoca download icon
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;
}
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;
}
- Jan
- Phoca Hero
- Posts: 48566
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: RTL language Phoca download icon
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 11 Dec 2014, 23:36
Re: RTL language Phoca download icon
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,
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,
-
- Phoca Newbie
- Posts: 5
- Joined: 11 Dec 2014, 23:36
Re: RTL language Phoca download icon
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
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
-
- Phoca Newbie
- Posts: 5
- Joined: 11 Dec 2014, 23:36
Re: RTL language Phoca download icon
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;
}
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;
}
- Jan
- Phoca Hero
- Posts: 48566
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: RTL language Phoca download icon
Hi, thank you very much for the guide.
Jan
Jan
If you find Phoca extensions useful, please support the project