Commit fbbdd262a35db90538ac714fc4ca1261672f886d

Authored by Victor Costa
1 parent 120ff84f

hide control panel button

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
cabecalho.css
... ... @@ -569,6 +569,9 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/}
569 569 padding: 5px;
570 570 margin-left: 16px;
571 571 }
  572 +#theme-header .btn_control_panel #user .ctrl-panel {
  573 + display: none;
  574 +}
572 575  
573 576 /*
574 577 #theme-header .btn_control_panel #user a strong:hover {
... ...