Commit e556d107790eb02a51d56eb10bc6248fe573f451
1 parent
a38b76d8
Exists in
master
and in
1 other branch
Adição do "Sobre o Ases" e correção de css.
Showing
2 changed files
with
6 additions
and
4 deletions
Show diff stats
src/main/webapp/WEB-INF/tags/baseLayout.tag
... | ... | @@ -121,6 +121,8 @@ |
121 | 121 | <li id="portalservicos-criterios" class="portalservicos-item"><a |
122 | 122 | href="${pageContext.request.contextPath}/criteriosSucesso">Critérios |
123 | 123 | de sucesso</a></li> |
124 | + <li id="versaoAses" class="portalservicos-item"><a | |
125 | + href="http://softwarepublico.gov.br/social/ases">Sobre o Ases (Link para um novo sítio)</a></li> | |
124 | 126 | </ul> |
125 | 127 | </nav> |
126 | 128 | ... | ... |
src/main/webapp/inicial_arquivos/css/default.css
... | ... | @@ -186,8 +186,8 @@ |
186 | 186 | } |
187 | 187 | #menu ul { |
188 | 188 | margin: 0; |
189 | - margin-left: 55%; | |
190 | - width: 400px; | |
189 | + margin-left: 50%; | |
190 | + width: 460px; | |
191 | 191 | } |
192 | 192 | |
193 | 193 | #menu li |
... | ... | @@ -475,8 +475,8 @@ |
475 | 475 | #menu ul { |
476 | 476 | position: relative; |
477 | 477 | margin: 0; |
478 | - margin-left: auto; | |
479 | - width: 400px; | |
478 | + margin-left: auto; | |
479 | + width: 460px; | |
480 | 480 | margin-left: auto; |
481 | 481 | } |
482 | 482 | #menu li { | ... | ... |