mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
merged from 1.5:
_ some space above the userpiicture added in #user-edit and user-view. _ rmoved the border above the link in the rss sideblock
This commit is contained in:
parent
bc5799f3fc
commit
36f0d1acbb
1 changed files with 6 additions and 2 deletions
|
@ -166,6 +166,10 @@ h6.main {
|
||||||
#site-index #content {
|
#site-index #content {
|
||||||
margin:0
|
margin:0
|
||||||
}
|
}
|
||||||
|
#user-edit .userpicture,
|
||||||
|
#user-view .userpicture {
|
||||||
|
margin-top:10px
|
||||||
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Admin
|
*** Admin
|
||||||
|
@ -232,8 +236,8 @@ h6.main {
|
||||||
padding-bottom:0.2em;
|
padding-bottom:0.2em;
|
||||||
border-bottom:1px solid
|
border-bottom:1px solid
|
||||||
}
|
}
|
||||||
.block_rss_client .title {
|
.block_rss_client .link {
|
||||||
padding-top:0
|
border-top:0 none
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue