Commit d5911708e9784088ce9b257a5d942f6fc5fe5309
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,6 +60,7 @@ | ||
60 | } | 60 | } |
61 | 61 | ||
62 | .controller-cms #content .main-content .formfieldline textarea{ | 62 | .controller-cms #content .main-content .formfieldline textarea{ |
63 | + max-width: 500px; | ||
63 | padding: 6px; | 64 | padding: 6px; |
64 | color: #585858; | 65 | color: #585858; |
65 | background: none; | 66 | background: none; |
@@ -140,14 +141,19 @@ | @@ -140,14 +141,19 @@ | ||
140 | height: 30px; | 141 | height: 30px; |
141 | padding: 2px 15px; | 142 | padding: 2px 15px; |
142 | margin-right: 10px; | 143 | margin-right: 10px; |
143 | - color: #FFF; | ||
144 | - background: #3E67B1; | ||
145 | font-size: 15px; | 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 | .controller-cms #content .main-content form .button-bar input.button.with-text{ | 159 | .controller-cms #content .main-content form .button-bar input.button.with-text{ |
@@ -164,12 +170,6 @@ | @@ -164,12 +170,6 @@ | ||
164 | text-align: center; | 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 | .controller-cms #content .main-content form .box-title{ | 173 | .controller-cms #content .main-content form .box-title{ |
174 | font-size: 15px; | 174 | font-size: 15px; |
175 | font-family: Arial, helvetica; | 175 | font-family: Arial, helvetica; |