diff options
author | David Baker <dbkr@matrix.org> | 2014-09-01 17:15:26 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-01 17:16:27 +0100 |
commit | 57f047a05a310883d534a6b01ac99916586fa584 (patch) | |
tree | d69f36cd696ae91686823f9e5601920b5615553e /webclient/app.css | |
parent | Flesh out Room Events. (diff) | |
download | synapse-57f047a05a310883d534a6b01ac99916586fa584.tar.xz |
Fairly simple move of the call status widget to the header bar (and therefore into the index page rather than the rooms page).
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index cd1820e155..8685032d72 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -43,6 +43,10 @@ a:active { color: #000; } height: 32px; } +#callBar { + float: left; +} + #headerContent { color: #ccc; max-width: 1280px; |