Advertisement
yesamarcos

Instruções

Oct 6th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /* TROCAR ESTA CLASSE NO STYLE.CSS */
  2.  
  3. #aparelhos .aparelhos-sidebar {
  4. width: 236px;
  5. height: 571px;
  6. margin-right: 32px;
  7. background: url("../imagens/fundo_formulario.jpg") no-repeat;
  8. padding: 0 20px 20px;
  9. }
  10.  
  11. /* ADICIONAR ESSA CLASSE ABAIXO DA CLASSE .aparelhos-sidebar */
  12.  
  13. .aparelhos-sidebar form input[type="text"]{
  14. height: 30px;
  15. line-height: 30px;
  16. padding: 5px 10px;
  17. width: 212px;
  18. margin-bottom: 15px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement