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

Placeholder for a logo

    XMLWordPrintable

Details

    Description

      I'd like some placeholder for a logo in the markup so that I can brand the view with a company logo via the css. Currently there is no suitable element to put the logo on, if I use body the gradient background color disappears and if I use component I get one logo for each component which kind of clutters the UI a bit if I have multiple components in the same view. Suggestion is to have an empty div somewhere with a dedicated style class that you can brand, e.g. having it floating in the top left or right corner with a image background as a logo.

      Attachments

        Activity

          By adding the following css a logo will appear:

          .pipeline-logo {
          background-image: url("http://www.diabol.se/images/diabollogo.jpg");
          background-repeat: no-repeat;
          background-position: center center;
          height: 70px;
          width: 300px;
          float: right;
          }

          patbos Patrik Boström added a comment - By adding the following css a logo will appear: .pipeline-logo { background-image: url("http://www.diabol.se/images/diabollogo.jpg"); background-repeat: no-repeat; background-position: center center; height: 70px; width: 300px; float: right; }

          Fixed

          patbos Patrik Boström added a comment - Fixed

          People

            patbos Patrik Boström
            patbos Patrik Boström
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: