diff --git a/src/noosfero-spb/noosfero-spb-theme/style.css b/src/noosfero-spb/noosfero-spb-theme/style.css index 1f00af6..a3f11df 100644 --- a/src/noosfero-spb/noosfero-spb-theme/style.css +++ b/src/noosfero-spb/noosfero-spb-theme/style.css @@ -210,4 +210,68 @@ iframe{ border-width: 0; border-style:none; } +.action-tasks-index .task_date{ + position: absolute; + left: 80px; +} + +.task_boxes .task_box .task_title{ + margin-right: 197px; + position: absolute; + left: 80px; + margin-top: 10px; +} + +.organization-rating-comment-body .aditional-informations{ + font-weight: 900; +} + +.organization-rating-comment-body .aditional-informations span{ + font-weight: 100; +} +.organization-rating-comment-body .aditional-informations .comments-people-benefited{ + float: left; + width: 50%; +} + +.organization-rating-comment-body .aditional-informations .comments-people-benefited .comments-people-benefited span{ + font-weight: 100; +} + +.organization-rating-comment-body .aditional-informations .comments-people-benefited .comments-saved-value span{ + font-weight: 100; +} + +.organization-rating-comment-body .aditional-informations{ + margin-top: 10px; + margin-bottom: 10px; + border-bottom: 1px solid #cdcdcd; + padding-bottom: 20px; +} + +.organization-rating-comment-body .task-comment span{ + font-weight: 900; + color: #8C8C8C; +} + +.organization-rating-comment-body .task-comment p{ + font-size: 12px; + font-family: Arial; +} + +.organization-rating-comment-body .rating-notice{ + background: #edebeb; + padding: 5px 10px; + display: block; + color: #F11467; +} + +.organization-rating-comment-body .task-star-container{ + padding-bottom: 10px; + margin-top: 10px; +} + +.action-tasks-index .task_box{ + border-radius: 6px; +} -- libgit2 0.21.2