Jump to content

Ary Braga

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Ary Braga

  1. Thanks for reply my friend, unfortunately this code did not serve, but for those that we need, the code would be working well and this below.

     

    .ipsDataItem_subList{ overflow: hidden; }
     
            html[dir="ltr"] .ipsApp .ipsDataItem_subList,
            html[dir="rtl"] .ipsApp .ipsDataItem_subList{
                background: none;
                line-height: 220%;
                padding-left: 0 !important;
                padding-right: 0 !important;
                padding-bottom: 4px;
            }
            
            .ipsDataItem_subList li{
                float: left;
                width: calc(100% / 1 - 5px);
            }
     
            html[dir="rtl"].ipsDataItem_subList li{ float: right; }
            
            .ipsDataItem_subList li a:after{ display: none; }
        
            html[dir="rtl"] .ipsDataItem_subList.ipsList_inline > li{ margin-left: 0; padding-bottom: 4px;}

     

  2. I do not know if it's just me, but the application shows a number of posters only "0" even if you posted, the application is showing ten more posted, however, if you are not in the top ten, the system does not show your amount of poster, a picture to better explain below.

    errorp.png

×
×
  • Create New...