Issue Details (XML | Word | Printable)

Key: MDL-19607
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Patrick Malley
Reporter: Wen Hao Chuang
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Cornflower theme some icon alignment issues

Created: 24/Jun/09 06:34 AM   Updated: 26/Jun/09 11:56 AM
Return to search
Component/s: Themes
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5
Fix Version/s: 1.7.7, 1.8.9, 1.9.5, 2.0

File Attachments: None
Image Attachments:

1. theme_icon_alignment_issues.png
(13 kB)

Database: Any
Participants: Patrick Malley and Wen Hao Chuang
Security Level: None
Resolved date: 26/Jun/09
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
Tested with the official 1.9.5 release and the latest 1.9.5+ build (6/23/2009), both behave the same. See screenshot.

When you choose "cornflower" them and the click on the "Turn editing on" button, you will see the "Assign roles" and other icons mis-aligned. For the "Search Forums" block it's even worse - the "Assign roles" icon would be cut off. Just a quick FYI

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Patrick Malley added a comment - 24/Jun/09 11:32 AM
The solution is to remove this bit from the cornflower.css:

.sideblock .header .commands {
float: right;
margin-top: 0.3em;
}

There is no reason for the command menu to be floated.