Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10429

Padding for navbar icons is too short

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Invalid
    • 3.0.9
    • 3.0.11-RC1
    • Styles
    • None

    Description

      Hello,

      I think than the padding between navbar icons and text is too short. I suggest this solution:

      Find:

      buttons.css

      .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
      .icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
      	background-position: 0 50%;
      	background-repeat: no-repeat;
      	background-image: none;
      	padding: 1px 0 0 17px;
      }

      Replace with:

      buttons.css

      .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
      .icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
      	background-position: 0 50%;
      	background-repeat: no-repeat;
      	background-image: none;
      	padding: 1px 0 0 20px;
      }

      Best regards.

      Attachments

        Activity

          People

            Arty Vjacheslav Trushkin [X] (Inactive)
            Dakin Quelia Daniel Chalsèche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: