diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 04:40:39 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 04:40:39 +0000 |
commit | e9d5a91def0aedbabf0de3d16d2e54fc46abde6a (patch) | |
tree | 841f18714f24c23dac7ed5f1168e459a377805ee /syweb | |
parent | major CSS overhaul to try to make things look a bit cleaner (diff) | |
download | synapse-e9d5a91def0aedbabf0de3d16d2e54fc46abde6a.tar.xz |
fix button spacing
Diffstat (limited to 'syweb')
-rwxr-xr-x | syweb/webclient/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index e2f99f3975..0409aaafa8 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -473,8 +473,8 @@ textarea, input { border: 0px; width: 30px; height: 30px; - padding-left: 3px; - padding-right: 3px; + margin-left: 3px; + margin-right: 3px; } /*** Participant list ***/ |