another solution for #105 thx @rozzin

This commit is contained in:
Hannes Mannerheim 2015-02-24 18:34:51 +01:00
parent 25207c89d1
commit 69c10f6df5
2 changed files with 4 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class QvitterAction extends ApiAction
print '<div id="site-notice">'.common_config('site', 'notice').'</div>';
}
?><div class="front-welcome-text">
?><div class="front-welcome-text <?php if ($registrationsclosed) { print 'registrations-closed'; } ?>">
<h1></h1>
<p></p>
</div>

View File

@ -4301,6 +4301,9 @@ body.rtl #feed-header-inner h2 {
height:320px;
overflow:hidden;
}
.front-welcome-text.registrations-closed {
height:35px;
}
#page-container {
margin-top:69px;
background-color:transparent;