Commit 48cbf74ba4ff4e6245a5922c5bf455be2ad5d90a
1 parent
1f25453d
Exists in
fix_javascript
and in
1 other branch
Fixing checkbox and radio button size on External Feed Builder field on blog's edition page
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
style.css
@@ -3101,16 +3101,16 @@ li.folder-item:first-child { | @@ -3101,16 +3101,16 @@ li.folder-item:first-child { | ||
3101 | } | 3101 | } |
3102 | 3102 | ||
3103 | #content #content-inner #boxes #fetch-external-feed > input { | 3103 | #content #content-inner #boxes #fetch-external-feed > input { |
3104 | - margin: 0px; | ||
3105 | - margin-right: 5px; | 3104 | + height: 13px; |
3105 | + margin: 8px; | ||
3106 | vertical-align: middle; | 3106 | vertical-align: middle; |
3107 | - width: 20px; | 3107 | + width: 13px; |
3108 | } | 3108 | } |
3109 | 3109 | ||
3110 | #boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once input { | 3110 | #boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once input { |
3111 | - width: 20px; | 3111 | + margin-right: 3px; |
3112 | + width: 13px; | ||
3112 | vertical-align: middle; | 3113 | vertical-align: middle; |
3113 | - margin-bottom: 5px; | ||
3114 | } | 3114 | } |
3115 | 3115 | ||
3116 | #boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once label { | 3116 | #boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once label { |