Commit 703749333b78b62a3dff5b5a4a81bc6cbeef8178

Authored by Antonio Terceiro
1 parent fd24173c

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.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/designs/themes/base/style.css
... ... @@ -75,7 +75,7 @@ body, th, td, input {
75 75 #user {
76 76 text-align: right;
77 77 position: absolute;
78   - right: 20px;
  78 + right: 10px;
79 79 z-index: 10;
80 80 }
81 81  
... ...