#3171 - global.css error possibly affecting .top_form and .top_search
| Identifier | #3171 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | global.css error possibly affecting .top_form and .top_search |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | core_primary_layout |
| Description | global.css line 578 (according to Winmerge) has a missing space between .top_form and .top_search
Line 578/579 Shows: 578 .global_navigation .top_form.top_search { 579 margin-top: 3px; /* To force it align correctly with the form in a different block (which is taller) */ I believe this should show: 578 .global_navigation .top_form .top_search { 579 margin-top: 3px; /* To force it align correctly with the form in a different block (which is taller) */ |
| Steps to reproduce | Check default global.css |
| Additional information | I found this after upgrading to Composr 10 Gold from 10 RC 29. I actually had to remove the top search box from global navigation due to space issues in the navbar, so I cannot confirm if this actually causes any problems. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Comments