Cloudy layout fix for public and showstream pages when user is not
signed in
This commit is contained in:
parent
9a7a2f2ff4
commit
79751d6b23
|
@ -1554,6 +1554,15 @@ padding-top:12.5em;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#public #core,
|
||||||
|
#showstream #core {
|
||||||
|
margin-top:10em;
|
||||||
|
}
|
||||||
|
#public.user_in #core,
|
||||||
|
#showstream.user_in #core {
|
||||||
|
margin-top:0;
|
||||||
|
}
|
||||||
|
|
||||||
#jOverlayContent #core #content {
|
#jOverlayContent #core #content {
|
||||||
padding-top:11px;
|
padding-top:11px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user