css-team: move search bar to the left of the nav menu
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@51 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
af7fe39e48
commit
053fc3648c
2 changed files with 2 additions and 3 deletions
site
|
@ -3,6 +3,7 @@
|
|||
<a href="/index.html"><img src="/assets/style/logo_white.png" height="50"></a>
|
||||
</div>
|
||||
<div class="fill-space"></div>
|
||||
<div class="search-box"><input type="text" id="search-bar"><label for="search-bar"><img src="/assets/style/search_icon.png"></label></div>
|
||||
<nav class="nav-menu">
|
||||
<div>Learn
|
||||
<ul>
|
||||
|
@ -22,7 +23,5 @@
|
|||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<!-- TODO: talk about positioning of menu and search box -->
|
||||
<div class="search-box"><label for="search-bar"><img src="/assets/style/search_icon.png"></label><input type="text" id="search-bar"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.nav-menu {
|
||||
margin-right: 10px;
|
||||
margin-right: 100px;
|
||||
margin-left: 10px;
|
||||
display: inline-table;
|
||||
|
||||
|
|
Loading…
Reference in a new issue