Commit d7c8bf5d by Damien Moulard

BDM: manage makeups upgrade style

parent 349a141a
Pipeline #2430 passed with stage
in 1 minute 26 seconds
...@@ -71,4 +71,9 @@ ...@@ -71,4 +71,9 @@
.member_name { .member_name {
font-weight: bold; font-weight: bold;
}
.title_center {
display: flex;
justify-content: center;
} }
\ No newline at end of file
...@@ -56,7 +56,7 @@ function display_makeups_members() { ...@@ -56,7 +56,7 @@ function display_makeups_members() {
columns: [ columns: [
{ {
data: "id", data: "id",
title: '', title: "",
className: "dt-body-center", className: "dt-body-center",
orderable: false, orderable: false,
render: function (data) { render: function (data) {
...@@ -80,7 +80,7 @@ function display_makeups_members() { ...@@ -80,7 +80,7 @@ function display_makeups_members() {
}, },
{ {
data: "date_delay_stop", data: "date_delay_stop",
title: "Limite du délai", title: "<div class='title_center'>Limite du délai</div>",
className: "dt-body-center", className: "dt-body-center",
width: "10%", width: "10%",
render: function (data) { render: function (data) {
...@@ -89,7 +89,7 @@ function display_makeups_members() { ...@@ -89,7 +89,7 @@ function display_makeups_members() {
}, },
{ {
data: "shift_type", data: "shift_type",
title: "Nb de points", title: "<div class='title_center'>Nb de points</div>",
className: "dt-body-center", className: "dt-body-center",
width: "5%", width: "5%",
render: function (data, type, row) { render: function (data, type, row) {
...@@ -104,7 +104,7 @@ function display_makeups_members() { ...@@ -104,7 +104,7 @@ function display_makeups_members() {
}, },
{ {
data: "makeups_to_do", data: "makeups_to_do",
title: "Nb rattrapages", title: "<div class='title_center'>Nb rattrapages</div>",
className: "dt-body-center", className: "dt-body-center",
width: "10%", width: "10%",
render: function (data, type, full) { render: function (data, type, full) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment