Closed (won't fix)
Project:
Simply Modern Theme
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2009 at 18:39 UTC
Updated:
26 Apr 2011 at 16:54 UTC
Tested in Firefox 3.5, Chrome 4.0 and Safari 4.0, there is a unaesthetic 15 px empty space between logo container and slogan header in administration pages only.
This is due to /modules/system/admin.css 1.18.2.1 Line 20 to 22 :
div.admin {
padding-top: 15px;
}
Attached is the proper patch to be applied to « simply_moderne/style.css » :
div.admin {
padding-top: 0px;
}
| Comment | File | Size | Author |
|---|---|---|---|
| style.patch | 243 bytes | Michel Poulain |
Comments
Comment #1
Corey Smith commented