What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Fixed Typos In Album_list_item.css

Discussion in 'Bug Reports' started by Arty, Feb 28, 2014.

  1. Arty

    Arty Authorized Member Authorized

    There are couple of typos in xonnb_xengallery_album_list_item.css

    1.
    Code:
      @property "sonnbXenGalleryGridItemShadowHover";
    -moz-
       -webkit-
    
       -moz-
       -webkit-
    
       -moz-
       -webkit-
    
       -moz-
       -webkit-
    
       -moz-
       -webkit-
    box-shadow: 0px 3px 5px #666;
       -moz-box-shadow: 0px 3px 5px #666;
       -webkit-box-shadow: 0px 3px 5px #666;
       @property "/sonnbXenGalleryGridItemShadowHover";
    
    Weird empty prefixes

    2.
    Code:
        @property "sonnbXenGalleryGridItemActions";
         background-color: @pageBackground;
         line-height: 30px;
         overflow: hidden;
         width: @sonnb_xengallery_itemwidth\9;
         height: 30px;
         @property "/sonnbXenGalleryGridItemActions";;
    
    Two errors there: \9 after width and double ; at last line. Bug with double ; after properties appears in other places as well
     
  2. sonnb

    sonnb Administrator Staff Member

    Thank you, Arty.

    The first one was generated by XenForo, even you deleted it, it still generate that. Seem a kind of bugs?
    The \9 is being used to fix issue with IE (some kind of CSS hack for IE). I will check the ; but it is not an issue ;)
     

Share This Page