From 83195bd5a6322665365df2d099749b8ad208ba91 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Tue, 8 May 2018 10:04:28 +0200 Subject: [PATCH] "5 in arow" --- static/styles/participate.css | 11 +++++++++-- templates/new_turn.html | 2 +- templates/turn_by_id.html | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/styles/participate.css b/static/styles/participate.css index 8119504..e230ce3 100644 --- a/static/styles/participate.css +++ b/static/styles/participate.css @@ -33,7 +33,8 @@ article > div.table_row > div.sheet_time, article > div.table_row > div.sheet_user1, article > div.table_row > div.sheet_user2, article > div.table_row > div.sheet_user3, -article > div.table_row > div.sheet_user4 { +article > div.table_row > div.sheet_user4, +article > div.table_row > div.sheet_user5 { width: 125px; text-align: left; padding: 5px 5px 5px 10px; @@ -42,7 +43,8 @@ article > div.table_row > div.sheet_user4 { article > div.table_row > div.sheet_user1:hover, article > div.table_row > div.sheet_user2:hover, article > div.table_row > div.sheet_user3:hover, -article > div.table_row > div.sheet_user4:hover { +article > div.table_row > div.sheet_user4:hover, +article > div.table_row > div.sheet_user5:hover { cursor: pointer; } @@ -65,3 +67,8 @@ article > div.table_row > div.sheet_user4 { text-align: center; width: 192px; } + +article > div.table_row > div.sheet_user5 { + text-align: center; + width: 100px; +} diff --git a/templates/new_turn.html b/templates/new_turn.html index e6d6b71..44b866f 100644 --- a/templates/new_turn.html +++ b/templates/new_turn.html @@ -16,7 +16,7 @@


-
+
diff --git a/templates/turn_by_id.html b/templates/turn_by_id.html index 424ced3..5f26974 100644 --- a/templates/turn_by_id.html +++ b/templates/turn_by_id.html @@ -24,7 +24,7 @@


-
+