Commit c4b1716743a8532f31c3490c357b6088308fb050
1 parent
d1a1242a
Exists in
changes_in_buttons_on_content_panel
Apply design in button on content panel.
Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com>
Showing
2 changed files
with
12 additions
and
12 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
... | ... | @@ -145,8 +145,8 @@ |
145 | 145 | line-height: 14px; |
146 | 146 | } |
147 | 147 | |
148 | -.controller-cms #content .main-content form .button-bar a span{ | |
149 | - line-height: 32px; | |
148 | +.controller-cms #content .main-content form .button-bar .icon-delete{ | |
149 | + float: left; | |
150 | 150 | } |
151 | 151 | |
152 | 152 | .controller-cms #content .main-content form .button-bar input:hover, |
... | ... | @@ -161,8 +161,7 @@ |
161 | 161 | } |
162 | 162 | |
163 | 163 | .controller-cms #content .main-content form .button-bar a.button{ |
164 | - height: 30px; | |
165 | - padding: 2px 15px; | |
164 | + padding: 5px 15px; | |
166 | 165 | color: #3E67B1; |
167 | 166 | background: #FFF; |
168 | 167 | border: 1px solid #3E67B1; | ... | ... |
src/noosfero-spb/noosfero-spb-theme/css/main-content.css
... | ... | @@ -149,8 +149,8 @@ |
149 | 149 | #content .button-bar .button.with-text.icon-save.submit{ |
150 | 150 | height: 30px; |
151 | 151 | padding: 5px 15px; |
152 | - background: #FFF none; | |
153 | - color: #3E67B1; | |
152 | + background: #3E67B1 none; | |
153 | + color: #FFF; | |
154 | 154 | border-radius: 4px; |
155 | 155 | border: 1px solid #3E67B1; |
156 | 156 | font-size: 14px; |
... | ... | @@ -178,15 +178,15 @@ |
178 | 178 | } |
179 | 179 | |
180 | 180 | #content form input.button.with-text{ |
181 | - height: 42px; | |
182 | - max-height: 42px; | |
183 | - padding: 5px 15px; | |
181 | + height: 30px; | |
182 | + max-height: 30px; | |
183 | + padding: 5px 10px; | |
184 | 184 | background: #FFF none; |
185 | 185 | color: #3E67B1; |
186 | 186 | border-radius: 4px; |
187 | 187 | border: 1px solid #3E67B1; |
188 | 188 | font-size: 14px; |
189 | - line-height: 32px; | |
189 | + line-height: 14px; | |
190 | 190 | } |
191 | 191 | |
192 | 192 | #content .button-bar .button.with-text.icon-save.submit:hover, |
... | ... | @@ -194,8 +194,9 @@ |
194 | 194 | #content a.button:hover, |
195 | 195 | #content #article-actions a.button.with-text:hover, |
196 | 196 | #content input.button.with-text:hover{ |
197 | - background-color: #3E67B1; | |
198 | - color: #FFF; | |
197 | + background-color: #FFF; | |
198 | + color: #3E67B1; | |
199 | + border: 1px solid #3E67B1; | |
199 | 200 | } |
200 | 201 | |
201 | 202 | /* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ | ... | ... |