Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf5732
)
MDL-42711 theme port from LM: improve RSS client block styling
author
David Mudrák
<david@moodle.com>
Wed, 13 Nov 2013 01:03:02 +0000
(
02:03
+0100)
committer
David Mudrák
<david@moodle.com>
Wed, 13 Nov 2013 01:03:02 +0000
(
02:03
+0100)
This significantly increases the readability of items in the block.
theme/bootstrapbase/less/moodle/blocks.less
patch
|
blob
|
blame
|
history
diff --git
a/theme/bootstrapbase/less/moodle/blocks.less
b/theme/bootstrapbase/less/moodle/blocks.less
index
537a353
..
943f99d
100644
(file)
--- a/
theme/bootstrapbase/less/moodle/blocks.less
+++ b/
theme/bootstrapbase/less/moodle/blocks.less
@@
-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
}
}