X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/54bed8e9c0d97f18abee13f8e424ac981c5826d2..ae8c0b3baff821423ef4830abab075ffb8f4ead9:/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 {