X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/67292724441a7a447a9ea579a36dee64825dedaf..292975b1d5c3ce46d4871a391a96ec4d087df849:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 69bac58b5..2590c2d5f 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 confirmation page */ div#contributorTerms {