Commit
703749333b78b62a3dff5b5a4a81bc6cbeef8178
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
Fix ridiculous layout bug in the default theme
The right edge of the user form (login/logout + search) is not aligned
to the right edge of the navigation bar.
|
| @@ -75,7 +75,7 @@ body, th, td, input { |
| @@ -75,7 +75,7 @@ body, th, td, input { |
|
75
| #user { |
75
| #user { |
|
76
| text-align: right; |
76
| text-align: right; |
|
77
| position: absolute; |
77
| position: absolute; |
|
78
| - right: 20px; |
78
| + right: 10px; |
|
79
| z-index: 10; |
79
| z-index: 10; |
|
80
| } |
80
| } |
|
81
| |
81
| |