acp styling question

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
i've inserted a select box in my acp header
styling.webp

Code:
<div class="pageWidth">
            <a target="XenForo" href="http://xenforo.com"><img id="logo" src="styles/default/xenforo/XenForo-small.png"></a>
            <h2 id="version"><a target="XenForo" href="http://xenforo.com">XenForo</a> 1.0.3</h2>
            <form>
                    <select name="currentAddon" class="textCtrl" id="currentAddon">
<option value=""></option>
<option value="XenForo">XenForo</option>
<option value="ragtekDTFN">ragtek  Extended Forum Management</option>
...
</select>
            </form>
 
<a id="logoutLink" href="admin.php?login/logout&amp;_xfToken=1%2C1311859078%2C92800dabf605222e036e725dde86a41ed0879754">Log out ragtek</a>
        </div>

how can i place the box left to the log out link, so i don't waste the space with an new line?
 
Top Bottom