From d6e7b55f3a57df1467952fb94765c8a3e83376e0 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Fri, 2 Oct 2015 12:10:51 -0300 Subject: [PATCH] Create pending task temporary style --- src/noosfero-spb-theme/css/administration-panel.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+), 0 deletions(-) diff --git a/src/noosfero-spb-theme/css/administration-panel.css b/src/noosfero-spb-theme/css/administration-panel.css index 558ffaf..2afa592 100644 --- a/src/noosfero-spb-theme/css/administration-panel.css +++ b/src/noosfero-spb-theme/css/administration-panel.css @@ -157,3 +157,26 @@ border: none; background: none; } + +/* Tasks - tmp adjust */ +.action-profile_editor-index #content .pending-tasks{ + max-width: 500px; + padding: 15px 20px; + margin: 20px 0 30px 0; + border: 1px dotted #ccc; + border-left: 5px solid #FF0366; + border-radius: 3px; + display: block; + background: #fff; + line-height: 20px; + font-size: 13px; +} + +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text{ + background: #3E67B1; + color: #FFF; +} + +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ + background: #5E82C6; +} -- libgit2 0.21.2