remove 4px margin of cdm.expanded
This commit is contained in:
parent
8e46857a75
commit
f6e287df11
|
@ -100,8 +100,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cdm.expanded {
|
.cdm.expanded {
|
||||||
margin-top : 4px;
|
/*margin-top : 4px;
|
||||||
margin-bottom : 4px;
|
margin-bottom : 4px;*/
|
||||||
|
|
||||||
.collapse, .excerpt {
|
.collapse, .excerpt {
|
||||||
display : none;
|
display : none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -234,7 +234,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||||
e.offsetTop < ctr.scrollTop) {
|
e.offsetTop < ctr.scrollTop) {
|
||||||
|
|
||||||
// expanded cdm has a 4px margin now
|
// expanded cdm has a 4px margin now
|
||||||
ctr.scrollTop = parseInt(e.offsetTop) - 4;
|
ctr.scrollTop = e.offsetTop;
|
||||||
|
|
||||||
Element.hide("floatingTitle");
|
Element.hide("floatingTitle");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue