Skip to content

Commit

Permalink
MDL-42711 theme port from LM: improve RSS client block styling
Browse files Browse the repository at this point in the history
This significantly increases the readability of items in the block.
  • Loading branch information
mudrd8mz committed Nov 13, 2013
1 parent 8bf5732 commit 24b65a4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions theme/bootstrapbase/less/moodle/blocks.less
Expand Up @@ -121,11 +121,17 @@
width: auto;
}
.block_rss_client {
.content li .link {
font-weight: inherit;
.content li {
margin-bottom: 10px;
padding: 5px;
border: 1px solid #ddd;
.border-radius(@baseBorderRadius);
.link {
font-weight: inherit;
}
}
.list li {
border-top-color: darken(@wellBackground, 7%);
.list li:first-child {
border-top-width: 1px; // undo the style provided by the block's styles.css
}
}

Expand Down

0 comments on commit 24b65a4

Please sign in to comment.