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