From 8d011e03d26a22f8e12eef945d113008f757227d Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 6 Mar 2019 09:46:57 +0100 Subject: [PATCH] [IMP] runbot_merge: styling of awaiting and blocked lists on dashboard --- runbot_merge/views/templates.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/runbot_merge/views/templates.xml b/runbot_merge/views/templates.xml index 4a085ce6..5a11b855 100644 --- a/runbot_merge/views/templates.xml +++ b/runbot_merge/views/templates.xml @@ -24,6 +24,9 @@ .batch a:not(:last-of-type) a:after { content: ","; } + .pr-listing > * { display: inline-block; } + .pr-awaiting { opacity: 0.8; } + .pr-blocked { opacity: 0.6; } @@ -50,26 +53,30 @@ ('staging_id', '=', False), ]) "/> - -
Awaiting
-
    -
  • + + +
    +
    Awaiting
    + -
    Blocked
    -
      -
    • +
    +
    +
    Blocked
    + - +