X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/684aad13df709cb3e606be85dc29fcfc15341158..f85681c5cee9406aacc1745a3fb3bd0331d3c0e4:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c92d748e2..c61cf928b 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -562,6 +562,27 @@ hr { color: gray; } +/* Rules for the user list */ + +#user_list { + width: 100%; + font-size: small; +} + +#user_list tr { + vertical-align: center; +} + +#user_list p { + margin-top: 0px; + margin-bottom: 0px; +} + +#user_list_actions { + float: right; + margin-top: 10px; +} + /* Rules for the account settings page */ #accountForm td {