Commit 9a9d77bc7e3c7c60aae048f32d65f018d9fcc31d
1 parent
654b8077
Exists in
organization_rating_style_changes
New changes in positions, colors and tags.
Showing
1 changed file
with
64 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/style.css
@@ -210,4 +210,68 @@ iframe{ | @@ -210,4 +210,68 @@ iframe{ | ||
210 | border-width: 0; border-style:none; | 210 | border-width: 0; border-style:none; |
211 | } | 211 | } |
212 | 212 | ||
213 | +.action-tasks-index .task_date{ | ||
214 | + position: absolute; | ||
215 | + left: 80px; | ||
216 | +} | ||
217 | + | ||
218 | +.task_boxes .task_box .task_title{ | ||
219 | + margin-right: 197px; | ||
220 | + position: absolute; | ||
221 | + left: 80px; | ||
222 | + margin-top: 10px; | ||
223 | +} | ||
224 | + | ||
225 | +.organization-rating-comment-body .aditional-informations{ | ||
226 | + font-weight: 900; | ||
227 | +} | ||
228 | + | ||
229 | +.organization-rating-comment-body .aditional-informations span{ | ||
230 | + font-weight: 100; | ||
231 | +} | ||
213 | 232 | ||
233 | +.organization-rating-comment-body .aditional-informations .comments-people-benefited{ | ||
234 | + float: left; | ||
235 | + width: 50%; | ||
236 | +} | ||
237 | + | ||
238 | +.organization-rating-comment-body .aditional-informations .comments-people-benefited .comments-people-benefited span{ | ||
239 | + font-weight: 100; | ||
240 | +} | ||
241 | + | ||
242 | +.organization-rating-comment-body .aditional-informations .comments-people-benefited .comments-saved-value span{ | ||
243 | + font-weight: 100; | ||
244 | +} | ||
245 | + | ||
246 | +.organization-rating-comment-body .aditional-informations{ | ||
247 | + margin-top: 10px; | ||
248 | + margin-bottom: 10px; | ||
249 | + border-bottom: 1px solid #cdcdcd; | ||
250 | + padding-bottom: 20px; | ||
251 | +} | ||
252 | + | ||
253 | +.organization-rating-comment-body .task-comment span{ | ||
254 | + font-weight: 900; | ||
255 | + color: #8C8C8C; | ||
256 | +} | ||
257 | + | ||
258 | +.organization-rating-comment-body .task-comment p{ | ||
259 | + font-size: 12px; | ||
260 | + font-family: Arial; | ||
261 | +} | ||
262 | + | ||
263 | +.organization-rating-comment-body .rating-notice{ | ||
264 | + background: #edebeb; | ||
265 | + padding: 5px 10px; | ||
266 | + display: block; | ||
267 | + color: #F11467; | ||
268 | +} | ||
269 | + | ||
270 | +.organization-rating-comment-body .task-star-container{ | ||
271 | + padding-bottom: 10px; | ||
272 | + margin-top: 10px; | ||
273 | +} | ||
274 | + | ||
275 | +.action-tasks-index .task_box{ | ||
276 | + border-radius: 6px; | ||
277 | +} |