Commit ace3140102d719f0694cd55c9b48ad129d6ee4da
1 parent
a811abaf
Exists in
fix_javascript
and in
1 other branch
Fixing style of help's edit page
Showing
1 changed file
with
20 additions
and
0 deletions
Show diff stats
style.css
@@ -3068,3 +3068,23 @@ li.folder-item:first-child { | @@ -3068,3 +3068,23 @@ li.folder-item:first-child { | ||
3068 | color: #FF0366; | 3068 | color: #FF0366; |
3069 | font-weight: 500; | 3069 | font-weight: 500; |
3070 | } | 3070 | } |
3071 | + | ||
3072 | +#content .article-translation-field #article_language { | ||
3073 | + margin-top: 10px; | ||
3074 | +} | ||
3075 | + | ||
3076 | +#content #article_image_builder_uploaded_data { | ||
3077 | + text-indent: 2px; | ||
3078 | +} | ||
3079 | + | ||
3080 | +#content #edit-article-options div div { | ||
3081 | + margin-top: 13px; | ||
3082 | + margin-bottom: 13px; | ||
3083 | +} | ||
3084 | + | ||
3085 | +#content .formfield input { | ||
3086 | + border: 1px solid #ccc; | ||
3087 | + border-radius: 4px; | ||
3088 | + height: 19px; | ||
3089 | + padding: 6px; | ||
3090 | +} |