A couple of minor issues after 4.1.5 -4.1.12

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hamish Gill
    Member
    • Jun 2010
    • 69
    • 4.0.0

    [Suite] A couple of minor issues after 4.1.5 -4.1.12

    Only a couple of things I could do with a quick hand with

    1: I can now see all the edit 'pencil' icons without having to hover - is that normal now?
    2: its nice to see quotes in article excerpts ... but they dont wrap around my images

    both issues can be seen in this screen shot


    thanks
  • Maurd
    Senior Member
    • Jun 2011
    • 672
    • 4.1.x

    #2
    First issue sounds like a modification, I do not believe they were ever hover.

    Though, you get try to do this to do it again. Add this to your additional.css template:
    Code:
    .title img.editimage { visibility: hidden; }
    .title:hover img.editimage { visibility: visible; }

    Second issue is a known bug: http://tracker.vbulletin.com/browse/VBIV-14438
    - Maurice Workin' in the Jira mine, goin' down, down, down

    Comment

    • Hamish Gill
      Member
      • Jun 2010
      • 69
      • 4.0.0

      #3
      Thank you for that!!

      Comment

      Related Topics

      Collapse

      Working...