Commit a41e2ee4df508ed9a8e282d0fa0398d6a83111cc

Authored by Juliana
Committed by Álvaro Fernando Matos de Souza
1 parent 23dff284

Formatting question mark for use report - #418

Signed-off-by: Bruna Moreira <brunanayaramlima@gmail.com>
Signed-off-by: Juliana Hilario <julianahdesousa@gmail.com>
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 {
... ...