Commit 96b8575444f1d03cedc8d949c75d6569554ab7b7
Committed by
Álvaro Fernando Matos de Souza
1 parent
03752b2a
Exists in
master
and in
21 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,13 +344,17 @@ | ||
344 | #content .star-rate-form .star-comment-container .star-tooltip { | 344 | #content .star-rate-form .star-comment-container .star-tooltip { |
345 | cursor: default; | 345 | cursor: default; |
346 | content: '?'; | 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 | .ratings-list { | 360 | .ratings-list { |