From: Lukasz Anwajler Date: Wed, 21 Jul 2010 09:50:06 +0000 (-0500) Subject: Messages become harder to miss. X-Git-Url: https://git.mdrn.pl/cas.git/commitdiff_plain/fb8d40c9ddc4534e8209649edf6eb8e03b242899 Messages become harder to miss. --- diff --git a/src/accounts/templates/account/profile.html b/src/accounts/templates/account/profile.html index 15e5eaf..46f5686 100644 --- a/src/accounts/templates/account/profile.html +++ b/src/accounts/templates/account/profile.html @@ -38,4 +38,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/src/cas/media/static/css/main.css b/src/cas/media/static/css/main.css index b2c7b75..e181e41 100644 --- a/src/cas/media/static/css/main.css +++ b/src/cas/media/static/css/main.css @@ -31,6 +31,16 @@ body { margin-bottom: 2em; } +#details .message { + border: 2px solid green; + font-size: 2em; + padding: 20px; +} + +#details h2 { + margin-top: 40px; +} + .user_avatar { float: left; margin: 1em;