Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56285

Timestamp plugin compatability (Tiny css style change)

XMLWordPrintable

      This is a request to make a tiny change to the style used to highlight the error, thereby making it compatible with the Timestamp plugin.

       

      Currently highlight link is inserted with this code:

      <a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:block;position:relative;top:-2em;visibility:hidden">&nbsp;</a>
      

      Resulting in this output:

       

      The request is simply to not change the original flow of the text, by switching from display:block to display:inline-block, while also removing the forced one-character indentation caused by the  , like this:

      <a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:inline-block;position:relative;top:-2em;visibility:hidden"></a>
      

      Resulting in this output:

       

       

       

            Unassigned Unassigned
            fsteff Flemming Steffensen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: