Commit cca53e1633bf86e7cfd42616ca6f08309a53bc61

Authored by Álvaro Fernando Matos de Souza
1 parent 669145d6

Add bold to e-mail on new member task

src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
@@ -689,6 +689,6 @@ table.cms-articles td:first-child, table.cms-articles th:first-child { @@ -689,6 +689,6 @@ table.cms-articles td:first-child, table.cms-articles th:first-child {
689 color: #2C66CE; 689 color: #2C66CE;
690 } 690 }
691 691
692 -.action-tasks-index #content .main-content .task_boxes #task_email a {  
693 - color: #2C66CE; 692 +.action-tasks-index #content .main-content .task_boxes #task_email {
  693 + font-weight: bold;
694 } 694 }