Commit 7a5db2e5254261616799b6b9e1e003ca9203ac33
Committed by
Thiago Ribeiro
1 parent
1b5749a4
Exists in
master
and in
9 other branches
Adding Edit Article/Blog pages style
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
css/edition-pages.css
| ... | ... | @@ -125,7 +125,7 @@ |
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | .controller-cms #content .main-content form label.formlabel, |
| 128 | -.controller-cms #content .main-content form .article-translation-field{ | |
| 128 | +.controller-cms #content .main-content form .article-translation-field { | |
| 129 | 129 | font-size: 14px; |
| 130 | 130 | margin-bottom: 5px; |
| 131 | 131 | color: #231f20; |
| ... | ... | @@ -249,3 +249,4 @@ |
| 249 | 249 | border-radius: 4px; |
| 250 | 250 | border: 1px solid #D3D6DE; |
| 251 | 251 | } |
| 252 | + | ... | ... |