From 99731dccda7b2db6335fb3f8df38042d53d0e67d Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 4 Jan 2017 15:05:21 -0200 Subject: [PATCH] Adjusting profile functions presentation --- amadeus/static/css/base/amadeus.css | 10 +++++++++- users/templates/users/profile.html | 8 ++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 601bc0c..41d6387 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -798,4 +798,12 @@ ul, li { #panel2 .col-md-2, #panel2 .col-md-10{ padding-left: 0; -} \ No newline at end of file +} + +/* Profile */ +.profile_function { + padding-bottom: 7px; + font-size: 16px; + border-bottom: 1px solid #D2D2D2; +} +/* End Profile */ \ No newline at end of file diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 7f0a9c9..e3e5c23 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -38,19 +38,19 @@
- +

{{ user.is_admin }}

- +

{{ user|is_coordinator }}

- +

{{ user|is_professor }}

- +

{{ user|is_student }}

-- libgit2 0.21.2