summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-09-02 16:07:00 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-09-02 16:07:00 +0100
commit044daf4fe2d00ab5f4f906bdb9ecac17b3580c8c (patch)
tree5d23307206e306ac0989df28cdb731234bf92f14 /webclient/app.css
parentAttempt to make avatar change clearer (diff)
downloadsynapse-044daf4fe2d00ab5f4f906bdb9ecac17b3580c8c.tar.xz
make power level more visible
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css6
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 {