Issue Details (XML | Word | Printable)

Key: MDL-12184
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Tim Hunt
Reporter: Urs Hunkler
Votes: 0
Watchers: 0
Operations

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

text alignment CSS never put in block styles.php

Created: 15/Nov/07 04:45 PM   Updated: 03/Feb/09 04:06 PM
Component/s: Blocks, Themes
Affects Version/s: 2.0
Fix Version/s: None

Issue Links:
Relates
 

Participants: Tim Hunt and Urs Hunkler
Security Level: None
Affected Branches: MOODLE_20_STABLE


 Description  « Hide
text alignment CSS never put in block styles.php. Alignment is a overall aspect and should not be set in the block special CSS.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Urs Hunkler added a comment - 15/Nov/07 04:46 PM
Found one example:

.block_news_items .newlink {
text-align: center;
}


Tim Hunt added a comment - 03/Feb/09 04:06 PM
I don't understand what you are requesting be done here. Are you saying that this CSS should be moved to theme/standard/styles_layout.php?