From fb8d40c9ddc4534e8209649edf6eb8e03b242899 Mon Sep 17 00:00:00 2001 From: Lukasz Anwajler Date: Wed, 21 Jul 2010 04:50:06 -0500 Subject: [PATCH] Messages become harder to miss. --- src/accounts/templates/account/profile.html | 2 +- src/cas/media/static/css/main.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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; -- 2.20.1