Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Small cosmetic "bug" in theme: the_wall + fix

    webGUI
    1
    1
    1492
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Superman
      last edited by

      I was reading the post in this forum about the Code-Red theme and noticed mention of the_wall theme. I hadn't noticed that it had been added so I tried it out. I really like it, and it seems very responsive as well!! :D

      I noticed a small "glitch" in that the "home" link was no longer over the pfSense logo. I set out to see if I could fix it. I think I found the solution. I resized the transparent image and made some small changes to the all.css.

      Original all.css excerpt:

      #header-left #status-link {
      	position: relative;
      	top: 110px;
      	left: 6px;
      }
      
      

      Changed to:

      
      #header-left #status-link {
      	position: relative;
      	top: 85px;
      	left: 20px;
      }
      

      Find the resized transparent.gif attached!

      The only other thing I noticed was that all the rounded letters at the end of words in the drop-down menu seemed to get cropped. Oh and the same old "frustratingly difficult to use" factor on IE. (Not my browser of choice, but causes has caused problems for others who insist on using it.)

      As always thanks for the rockin' firewall!! :D


      1 Reply Last reply Reply Quote 0
      • First post
        Last post