diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-02 17:00:47 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-02 17:00:47 +0200 |
commit | d3c75673699183c0707b281a98c71d245d927462 (patch) | |
tree | 948b0750ad600773825face86f256358f0b6d7df /webclient/app.css | |
parent | BF: Reset base timer time ($scope.now) everytime last_active_ago is touched (diff) | |
download | synapse-d3c75673699183c0707b281a98c71d245d927462.tar.xz |
Attempt to make avatar change clearer
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index c27ec797a4..dd70f996b8 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -525,3 +525,13 @@ a:active { color: #000; } font-size: 24px; } +#user-displayname-input { + width: 160px; + max-width: 155px; +} + +#user-save-button { + width: 160px; + font-size: 14px; +} + |