X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/54bed8e9c0d97f18abee13f8e424ac981c5826d2..d1eb6d6041d34d98558ada41696e06f7a4d74ca3:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index b6ee99712..73f0fb788 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 {