Commit d5911708e9784088ce9b257a5d942f6fc5fe5309

Authored by Melissa Wen
1 parent f711d8ad
Exists in pkg_fixes

Reduce button size and change color of edition pages buttons

Showing 1 changed file with 11 additions and 11 deletions   Show diff stats
css/edition-pages.css
... ... @@ -60,6 +60,7 @@
60 60 }
61 61  
62 62 .controller-cms #content .main-content .formfieldline textarea{
  63 + max-width: 500px;
63 64 padding: 6px;
64 65 color: #585858;
65 66 background: none;
... ... @@ -140,14 +141,19 @@
140 141 height: 30px;
141 142 padding: 2px 15px;
142 143 margin-right: 10px;
143   - color: #FFF;
144   - background: #3E67B1;
145 144 font-size: 15px;
  145 + line-height: 14px;
146 146 }
147 147  
148   -.controller-cms #content .main-content form .button-bar input:hover{
149   - background: #5E82C6;
150   - border: none;
  148 +.controller-cms #content .main-content form .button-bar a span{
  149 + line-height: 32px;
  150 +}
  151 +
  152 +.controller-cms #content .main-content form .button-bar input:hover,
  153 +.controller-cms #content .main-content form .button-bar a.button:hover{
  154 + background: #3E67B1;
  155 + border-color: #3E67B1;
  156 + color: #FFF;
151 157 }
152 158  
153 159 .controller-cms #content .main-content form .button-bar input.button.with-text{
... ... @@ -164,12 +170,6 @@
164 170 text-align: center;
165 171 }
166 172  
167   -.controller-cms #content .main-content form .button-bar a.button:hover{
168   - background: none;
169   - color: #3E67B1;
170   - border-color: #3E67B1;
171   -}
172   -
173 173 .controller-cms #content .main-content form .box-title{
174 174 font-size: 15px;
175 175 font-family: Arial, helvetica;
... ...