This commit is contained in:
Emmanuel Viennet 2021-12-08 15:11:05 +01:00
parent 36b432839a
commit 45f4fe3e12
2 changed files with 17 additions and 9 deletions

View File

@ -31,11 +31,19 @@ div#gtrcontent {
margin-bottom: 4ex; margin-bottom: 4ex;
} }
.gtrcontent_std { .gtrcontent {
margin-left: 140px; margin-left: 140px;
height: 100%; height: 100%;
margin-bottom: 10px; 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 { .scotext {
font-family : TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-family : TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
@ -186,15 +194,15 @@ div.sidebar {
display:none; display:none;
} }
} }
a.sidebar:link { a.sidebar:link, .sidebar a:link {
color: rgb(4,16,159); color: rgb(4,16,159);
text-decoration:none; text-decoration:none;
} }
a.sidebar:visited { a.sidebar:visited, .sidebar a:visited {
color: rgb(4,16,159); color: rgb(4,16,159);
text-decoration: none; text-decoration: none;
} }
a.sidebar:hover { a.sidebar:hover, .sidebar a:hover {
color: rgb(153,51,51); color: rgb(153,51,51);
text-decoration: underline; text-decoration: underline;
} }
@ -928,13 +936,13 @@ tr.moyenne td {
font-weight: bold; font-weight: bold;
} }
table.notes_evaluation th.eval_complete a.sortheader { table.notes_evaluation th.eval_complete {
color: green; color: rgb(6, 90, 6);
} }
table.notes_evaluation th.eval_incomplete a.sortheader { table.notes_evaluation th.eval_incomplete {
color: red; color: red;
} }
table.notes_evaluation th.eval_attente a.sortheader { table.notes_evaluation th.eval_attente {
color: rgb(215, 90, 0);; color: rgb(215, 90, 0);;
} }
table.notes_evaluation tr td a.discretelink:hover { table.notes_evaluation tr td a.discretelink:hover {

View File

@ -20,7 +20,7 @@
{% include "sidebar.html" %} {% include "sidebar.html" %}
{% endblock %} {% endblock %}
<div id="gtrcontent" class="gtrcontent_std"> <div id="gtrcontent" class="gtrcontent">
<div class="container"> <div class="container">
{% with messages = get_flashed_messages() %} {% with messages = get_flashed_messages() %}
{% if messages %} {% if messages %}