Commit 1f25453dc1dd2bc2d0282aebf178746b0afc4efa
1 parent
5e9672c1
Exists in
fix_javascript
and in
1 other branch
Adjusting some text boxes and check boxes on blog edit page
Showing
1 changed file
with
21 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -3099,3 +3099,24 @@ li.folder-item:first-child { |
3099 | 3099 | height: 10px; |
3100 | 3100 | padding-right: 0px; |
3101 | 3101 | } |
3102 | + | |
3103 | +#content #content-inner #boxes #fetch-external-feed > input { | |
3104 | + margin: 0px; | |
3105 | + margin-right: 5px; | |
3106 | + vertical-align: middle; | |
3107 | + width: 20px; | |
3108 | +} | |
3109 | + | |
3110 | +#boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once input { | |
3111 | + width: 20px; | |
3112 | + vertical-align: middle; | |
3113 | + margin-bottom: 5px; | |
3114 | +} | |
3115 | + | |
3116 | +#boxes #fetch-external-feed #external-feed-options #external-feed-options-only-once label { | |
3117 | + margin-right: 250px; | |
3118 | +} | |
3119 | + | |
3120 | +#content #article-formitem #article_slug { | |
3121 | + width: 20%; | |
3122 | +} | |
3102 | 3123 | \ No newline at end of file | ... | ... |