diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-06-13 17:11:51 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-06-13 17:11:51 +0200 |
| commit | 571b3ce7234551b02bb8deca36b81177a5e256d3 (patch) | |
| tree | 7026b0f44118dbc7401d36fb410cf2a066cc5c61 /webclient/index.html | |
| parent | d4ecf728109619d34c1781a069793a37c8d9b8e7 (diff) | |
| download | alias-571b3ce7234551b02bb8deca36b81177a5e256d3.tar.gz | |
Some significant and much needed design changes enforced by Enguerrand.
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> |
