Commit 098bd2c2810f43bc158ec93196edc3939cdf3ba8
1 parent
73084a02
Exists in
master
alteração no botão voltar
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
WebContent/css/default.css
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | background-color: #FEEFB3; |
60 | 60 | } |
61 | 61 | |
62 | - #painelSucesso{ | |
62 | + .painelSucesso{ | |
63 | 63 | text-align: center; |
64 | 64 | color: #050080; |
65 | 65 | padding-top: 30px; |
... | ... | @@ -97,6 +97,11 @@ |
97 | 97 | text-align:center; |
98 | 98 | padding-top: 10px; |
99 | 99 | } |
100 | + | |
101 | + #botaoVoltar{ | |
102 | + text-align:center; | |
103 | + padding-top:10px; | |
104 | + } | |
100 | 105 | |
101 | 106 | .button{ |
102 | 107 | width: 350px; | ... | ... |