Commit c01926400360a73af0dcb61d1b8b2b95a231db81
Committed by
Melissa Wen
1 parent
94738abb
Exists in
master
and in
22 other branches
Formatting question mark for use report - #418
Signed-off-by: Bruna Moreira <brunanayaramlima@gmail.com> Signed-off-by: Juliana Hilario <julianahdesousa@gmail.com>
Showing
1 changed file
with
11 additions
and
7 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... | ... | @@ -344,13 +344,17 @@ |
344 | 344 | #content .star-rate-form .star-comment-container .star-tooltip { |
345 | 345 | cursor: default; |
346 | 346 | content: '?'; |
347 | - border-radius: 90%; | |
348 | - font-size: 12px; | |
349 | - font-weight: 700; | |
350 | - background: #3867b7; | |
351 | - color: #fff; | |
352 | - margin-left: 4px; | |
353 | - padding: 0px 6px; | |
347 | + padding-top: 2px; | |
348 | + background-color: #3867b7; | |
349 | + color: #ffffff; | |
350 | + font-weight: bold; | |
351 | + cursor: pointer; | |
352 | + height: 15px; | |
353 | + font-family: arial; | |
354 | + width: 17px; | |
355 | + display: inline-block; | |
356 | + text-align: center; | |
357 | + border-radius: 50% | |
354 | 358 | } |
355 | 359 | |
356 | 360 | .ratings-list { | ... | ... |