diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-09-02 16:07:00 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-09-02 16:07:00 +0100 |
commit | 044daf4fe2d00ab5f4f906bdb9ecac17b3580c8c (patch) | |
tree | 5d23307206e306ac0989df28cdb731234bf92f14 | |
parent | Attempt to make avatar change clearer (diff) | |
download | synapse-044daf4fe2d00ab5f4f906bdb9ecac17b3580c8c.tar.xz |
make power level more visible
-rwxr-xr-x | webclient/app.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webclient/app.css b/webclient/app.css index dd70f996b8..425d5bb11a 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -270,9 +270,9 @@ a:active { color: #000; } .userAvatar .userPowerLevel { position: absolute; - bottom: 20px; - height: 1px; - background-color: red; + bottom: 0px; + height: 2px; + background-color: #f00; } .userPresence { |