Commit 55fc89bad1080b6959cfa97cd53b7b3b7656f670

Authored by Victor Costa
1 parent 36c29d1d

improve context menu

Showing 1 changed file with 9 additions and 3 deletions   Show diff stats
cabecalho.css
... ... @@ -919,7 +919,7 @@ text-decoration: none;
919 919 #control_panel_bar.show {
920 920 padding-top: 0px;
921 921 background-color: rgb(248, 248, 248);
922   - height: 80px;
  922 + height: 60px;
923 923 }
924 924  
925 925 #navigation {
... ... @@ -951,7 +951,7 @@ text-decoration: none;
951 951 }
952 952  
953 953 #navigation ul li{
954   -border-left: 1px solid black;
  954 +border-left: 1px solid rgb(187, 187, 187);
955 955 padding: 0 14px;
956 956 width: auto;
957 957 margin: 12px 0;
... ... @@ -1171,10 +1171,16 @@ float: right;
1171 1171 }
1172 1172  
1173 1173 #control_panel_bar .control-panel a {
1174   - margin-bottom: 0;
  1174 + margin: 0;
1175 1175 border: 0;
1176 1176 line-height: normal;
1177 1177 background-color: transparent;
  1178 + background-size: 32px;
  1179 + padding: 0 0 0 36px;
  1180 + width: 120px;
  1181 + font-size: 13px;
  1182 + background-position: 0 0;
  1183 + color: rgb(60, 60, 60);
1178 1184 }
1179 1185 #control_panel_bar .control-panel span {
1180 1186 background: none;
... ...