Commit dbe9de6eb5b1b1db1d37a9762f09c34c2e4d1c35

Authored by AntonioTerceiro
1 parent 68f54838

ActionItem152: making better buttons; Aurelio must still touch them, though;


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1210 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/forms.css
@@ -35,12 +35,3 @@ @@ -35,12 +35,3 @@
35 text-align: center; 35 text-align: center;
36 } 36 }
37 37
38 -.submit {  
39 - border: 1px solid #777;  
40 - cursor: pointer;  
41 - color: #505050;  
42 - background: #BBB url("../images/bt-bg.png") top left repeat-x;  
43 - padding: 0px 30px;  
44 - margin: auto;  
45 -}  
46 -  
public/stylesheets/button.css
@@ -21,7 +21,7 @@ input.button { @@ -21,7 +21,7 @@ input.button {
21 .button, .button:visited { 21 .button, .button:visited {
22 color: black; 22 color: black;
23 text-decoration: none; 23 text-decoration: none;
24 - border: 1px solid transparent; 24 + border: 1px solid #ccc;
25 } 25 }
26 26
27 .button:hover { 27 .button:hover {