Commit efa3ca870c2beacf45f97d77db36daf9a179c1c2

Authored by Hebert Santos
1 parent 015e3ca3

Minor fix in the tree of items categories.

Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
... ... @@ -433,6 +433,7 @@
433 433  
434 434 .action-categories-index .treeitem span{
435 435 font-weight: 600;
  436 + font-size: 14px;
436 437 }
437 438  
438 439 .action-categories-index .treeitem div{
... ... @@ -468,13 +469,13 @@
468 469 }
469 470  
470 471 .action-account-change_password input{
471   -padding: 6px;
472   -color: #585858;
473   -background: #FFF;
474   -border: 1px solid #ccc;
475   -border-radius: 4px;
476   -font-size: 15px;
477   -font-family: Arial, helvetica;
  472 + padding: 6px;
  473 + color: #585858;
  474 + background: #FFF;
  475 + border: 1px solid #ccc;
  476 + border-radius: 4px;
  477 + font-size: 15px;
  478 + font-family: Arial, helvetica;
478 479 }
479 480  
480 481 /* Members management */
... ...