Admin interface right justfied, not with bluemarine
mdlueck - June 16, 2007 - 21:10
| Project: | Andreas09 |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Surf to ?q=admin
The right col is right justified, not so with bluemarine
I tracked the behavior down to this line, and commented it:
style.css
/*** MDL commented the following rule that align=right the admin pages ***/
/*** .right {text-align:right;} ***/
That fixes this page of the Drupal admin. Not sure if that rule being commented out "breaks" anything. So opening a ticket to allow you to review.

#1
I have added one new line, which change align for right admin panel
#2
#3
Commited
#4