diff options
Diffstat (limited to 'webclient/index.html')
| -rw-r--r-- | webclient/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webclient/index.html b/webclient/index.html index 4d8ccc3..85ff64e 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -35,6 +35,7 @@ </div> <div id="header"> + <img src="style/images/logo.png" height=60 style="padding-left:20px"/> <span id="logo">Alias</span> <span id="status"></span> </div> @@ -63,9 +64,8 @@ </div> <div id='left'> + <h2>Contacts</h2> <div id='roster'> - - <h2>Contacts</h2> <input type="text" id="rosterfilter" name="test"/> <ul> </ul> @@ -77,7 +77,8 @@ <ul class="tabbar"> <li><a href="#profile">Profile</a></li> </ul> - <div id='profile' class="tab"> + <div style="clear:both"/> + <div id='profile' class="tab"> </div> </div> </div> |
