diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css index 4a3a95f04..015f41c5f 100644 --- a/app/static/css/scodoc.css +++ b/app/static/css/scodoc.css @@ -31,11 +31,19 @@ div#gtrcontent { margin-bottom: 4ex; } -.gtrcontent_std { +.gtrcontent { margin-left: 140px; height: 100%; margin-bottom: 10px; } +.gtrcontent a, .gtrcontent a:visited { + color: rgb(4,16,159); + text-decoration: none; +} +.gtrcontent a:hover { + color: rgb(153,51,51); + text-decoration: underline; +} .scotext { font-family : TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; @@ -186,15 +194,15 @@ div.sidebar { display:none; } } -a.sidebar:link { +a.sidebar:link, .sidebar a:link { color: rgb(4,16,159); text-decoration:none; } -a.sidebar:visited { +a.sidebar:visited, .sidebar a:visited { color: rgb(4,16,159); text-decoration: none; } -a.sidebar:hover { +a.sidebar:hover, .sidebar a:hover { color: rgb(153,51,51); text-decoration: underline; } @@ -928,13 +936,13 @@ tr.moyenne td { font-weight: bold; } -table.notes_evaluation th.eval_complete a.sortheader { - color: green; +table.notes_evaluation th.eval_complete { + color: rgb(6, 90, 6); } -table.notes_evaluation th.eval_incomplete a.sortheader { +table.notes_evaluation th.eval_incomplete { color: red; } -table.notes_evaluation th.eval_attente a.sortheader { +table.notes_evaluation th.eval_attente { color: rgb(215, 90, 0);; } table.notes_evaluation tr td a.discretelink:hover { diff --git a/app/templates/sco_page.html b/app/templates/sco_page.html index 71e7016e5..0ebe6e195 100644 --- a/app/templates/sco_page.html +++ b/app/templates/sco_page.html @@ -20,7 +20,7 @@ {% include "sidebar.html" %} {% endblock %} -
+
{% with messages = get_flashed_messages() %} {% if messages %}