• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

To Farjad and ragtek

  • Thread starter Thread starter bogus
  • Start date Start date
B

bogus

Guest
I did not knew where to place this why i post this here. Basically, its a request.. to get this fixed either way
I just got an Info from one of my admins who wrote me that there are some Style Issues with ragtek´s Latest Posts Header Block.
I was on it half of today, reverting templates, changing DBs and so on.....Till i found what this is causing. Both addons are using dataTable tr.dataRow td

This is the CSS setting located in Farjad's Addon
Code:
.dataTable tr.dataRow td {
    text-align: center;
    vertical-align: top;
    width: 50%;
}
...what is causing the space and the centered look of all descriptions in ragtek´s Addon.
Here is a picture before and after the activation of Farjad's Addon
Unbenannt.webp

you can see it in the 2nd one.. width: 50%; and text-align: center;

I would really appreciate it if someone of you guys could update his addon, so it is possible to use both mods without any error. Thanks a lot
 
@ farjad:

add a own id to your donations part and add to the css
#foo .dataTable ....

IMHO you shouldn't change any default xf css classes with add-ons because it can break too much of the style...
create own or add unique identifiers so it only changes what it should
my 0.02$€
 
Top Bottom