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,8 +145,8 @@ | ||
145 | line-height: 14px; | 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 | .controller-cms #content .main-content form .button-bar input:hover, | 152 | .controller-cms #content .main-content form .button-bar input:hover, |
@@ -161,8 +161,7 @@ | @@ -161,8 +161,7 @@ | ||
161 | } | 161 | } |
162 | 162 | ||
163 | .controller-cms #content .main-content form .button-bar a.button{ | 163 | .controller-cms #content .main-content form .button-bar a.button{ |
164 | - height: 30px; | ||
165 | - padding: 2px 15px; | 164 | + padding: 5px 15px; |
166 | color: #3E67B1; | 165 | color: #3E67B1; |
167 | background: #FFF; | 166 | background: #FFF; |
168 | border: 1px solid #3E67B1; | 167 | border: 1px solid #3E67B1; |
src/noosfero-spb/noosfero-spb-theme/css/main-content.css
@@ -149,8 +149,8 @@ | @@ -149,8 +149,8 @@ | ||
149 | #content .button-bar .button.with-text.icon-save.submit{ | 149 | #content .button-bar .button.with-text.icon-save.submit{ |
150 | height: 30px; | 150 | height: 30px; |
151 | padding: 5px 15px; | 151 | padding: 5px 15px; |
152 | - background: #FFF none; | ||
153 | - color: #3E67B1; | 152 | + background: #3E67B1 none; |
153 | + color: #FFF; | ||
154 | border-radius: 4px; | 154 | border-radius: 4px; |
155 | border: 1px solid #3E67B1; | 155 | border: 1px solid #3E67B1; |
156 | font-size: 14px; | 156 | font-size: 14px; |
@@ -178,15 +178,15 @@ | @@ -178,15 +178,15 @@ | ||
178 | } | 178 | } |
179 | 179 | ||
180 | #content form input.button.with-text{ | 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 | background: #FFF none; | 184 | background: #FFF none; |
185 | color: #3E67B1; | 185 | color: #3E67B1; |
186 | border-radius: 4px; | 186 | border-radius: 4px; |
187 | border: 1px solid #3E67B1; | 187 | border: 1px solid #3E67B1; |
188 | font-size: 14px; | 188 | font-size: 14px; |
189 | - line-height: 32px; | 189 | + line-height: 14px; |
190 | } | 190 | } |
191 | 191 | ||
192 | #content .button-bar .button.with-text.icon-save.submit:hover, | 192 | #content .button-bar .button.with-text.icon-save.submit:hover, |
@@ -194,8 +194,9 @@ | @@ -194,8 +194,9 @@ | ||
194 | #content a.button:hover, | 194 | #content a.button:hover, |
195 | #content #article-actions a.button.with-text:hover, | 195 | #content #article-actions a.button.with-text:hover, |
196 | #content input.button.with-text:hover{ | 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 | /* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ | 202 | /* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ |