Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18006 closed Cleanup/optimization (needsinfo)

admin small design change

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.4
Severity: Normal Keywords:
Cc: rabshakeh Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Probably a frequently debated subject, my apologies upfront but hy is the header bar not in line with the rest of the admin, two small changes will suffice.

In base.css (781 and 831)

#header {

background: #7CA0C7 url(../img/default-bg.gif) top left repeat-x;
color: #ffc;
overflow: hidden;

}

#content-related .module h2 {

background: #eee url(../img/nav-bg.gif) bottom left repeat-x;
color: #666;

}

Attachments (2)

Screen Shot 2012-03-29 at 29 March 2012-2.25 .png (51.2 KB ) - added by anonymous 12 years ago.
base.css (13.8 KB ) - added by anonymous 12 years ago.

Download all attachments as: .zip

Change History (5)

by anonymous, 12 years ago

Attachment: base.css added

comment:1 by rabshakeh, 12 years ago

Cc: rabshakeh added
Type: UncategorizedCleanup/optimization

comment:2 by Preston Holmes, 12 years ago

Resolution: needsinfo
Status: newclosed

The design aspects of base.css has been hardly changed since it's beginning.

It's not clear what you mean by "in line"? Are you talking about the left justification?

comment:3 by rabshakeh, 12 years ago

Well i ment the color of the top bar compared to the application bars. Did you see the screenshot?

Note: See TracTickets for help on using tickets.
Back to Top