Commit da80ef7c0b110b20073b0ab0798c5721224e9c6e

Authored by Melissa Wen
1 parent 6761ccd7

Reduce size of buttons

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
css/main-content.css
... ... @@ -94,6 +94,18 @@
94 94 text-transform: uppercase;
95 95 }
96 96  
  97 +#content .button-bar a.button.with-text{
  98 + height: auto;
  99 + border: 1px solid #D3D6DE;
  100 + font-size: 12px;
  101 + line-height: normal;
  102 + text-transform: none;
  103 +}
  104 +
  105 +#content .button-bar a.button.with-text:hover{
  106 + border-color: #3E67B1;
  107 +}
  108 +
97 109 #content form input.button.with-text{
98 110 height: 42px;
99 111 max-height: 42px;
... ...