Commit f711d8ad5bc071603a9b3b3075b56c3ca1f8e4e6

Authored by Melissa Wen
1 parent a752bd69
Exists in pkg_fixes

Reduce button size

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
css/main-content.css
... ... @@ -97,6 +97,7 @@
97 97 line-height: 32px;
98 98 }
99 99  
  100 +#content .button-bar a.button.with-text,
100 101 #content #article-actions a.button.with-text{
101 102 display: inline-block;
102 103 height: 18px;
... ... @@ -111,6 +112,18 @@
111 112 text-transform: none;
112 113 }
113 114  
  115 +#content .button-bar .button.with-text.icon-save.submit{
  116 + height: 30px;
  117 + padding: 5px 15px;
  118 + background: #FFF none;
  119 + color: #3E67B1;
  120 + border-radius: 4px;
  121 + border: 1px solid #3E67B1;
  122 + font-size: 14px;
  123 + line-height: 14px;
  124 +}
  125 +
  126 +#content .button-bar a.button.with-text span,
114 127 #content #article-actions a.button.with-text span{
115 128 padding: 0;
116 129 }
... ... @@ -125,6 +138,7 @@
125 138 .action-profile-members #content .page-profile-header a.button.with-text{
126 139 border:none;
127 140 }
  141 +
128 142 .action-profile-members #content .button-bar a.button.with-text:hover{
129 143 border-color: #3E67B1;
130 144 }
... ... @@ -141,6 +155,8 @@
141 155 line-height: 32px;
142 156 }
143 157  
  158 +#content .button-bar .button.with-text.icon-save.submit:hover,
  159 +#content .button-bar a.button.with-text:hover,
144 160 #content a.button:hover,
145 161 #content #article-actions a.button.with-text:hover,
146 162 #content input.button.with-text:hover{
... ...