diff --git a/cabecalho.css b/cabecalho.css index 5f90935..8ba5a08 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -919,7 +919,7 @@ text-decoration: none; #control_panel_bar.show { padding-top: 0px; background-color: rgb(248, 248, 248); - height: 80px; + height: 60px; } #navigation { @@ -951,7 +951,7 @@ text-decoration: none; } #navigation ul li{ -border-left: 1px solid black; +border-left: 1px solid rgb(187, 187, 187); padding: 0 14px; width: auto; margin: 12px 0; @@ -1171,10 +1171,16 @@ float: right; } #control_panel_bar .control-panel a { - margin-bottom: 0; + margin: 0; border: 0; line-height: normal; background-color: transparent; + background-size: 32px; + padding: 0 0 0 36px; + width: 120px; + font-size: 13px; + background-position: 0 0; + color: rgb(60, 60, 60); } #control_panel_bar .control-panel span { background: none; -- libgit2 0.21.2