Cloudy theme fixes: show notice form only on appropriate pages; IE fix for top padding.
This commit is contained in:
parent
84331ca7bd
commit
5f409a0d7c
|
@ -1513,6 +1513,27 @@ width:auto;
|
|||
min-width:0;
|
||||
}
|
||||
|
||||
#form_notice {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#public.user_in #form_notice,
|
||||
#groups.user_in #form_notice,
|
||||
#publictagcloud.user_in #form_notice,
|
||||
#featured.user_in #form_notice,
|
||||
#favorited.user_in #form_notice,
|
||||
#all.user_in #form_notice,
|
||||
#replies.user_in #form_notice,
|
||||
#showstream.user_in #form_notice,
|
||||
#showfavorites.user_in #form_notice,
|
||||
#subscriptions.user_in #form_notice,
|
||||
#subscribers.user_in #form_notice,
|
||||
#showgroup.user_in #form_notice,
|
||||
#conversation.user_in #form_notice,
|
||||
#attachment.user_in #form_notice {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#public.user_in #content,
|
||||
#groups.user_in #content,
|
||||
#publictagcloud.user_in #content,
|
||||
|
@ -1532,38 +1553,6 @@ min-width:0;
|
|||
padding-top:12.5em;
|
||||
}
|
||||
|
||||
#profilesettings #form_notice,
|
||||
#avatarsettings #form_notice,
|
||||
#passwordsettings #form_notice,
|
||||
#emailsettings #form_notice,
|
||||
#openidsettings #form_notice,
|
||||
#othersettings #form_notice,
|
||||
#smssettings #form_notice,
|
||||
#twittersettings #form_notice,
|
||||
#imsettings #form_notice,
|
||||
#userdesignsettings #form_notice,
|
||||
#groupdesignsettings #form_notice,
|
||||
#grouplogo #form_notice,
|
||||
#editgroup #form_notice,
|
||||
#blockedfromgroup #form_notice,
|
||||
#groupmembers #form_notice,
|
||||
#doc #form_notice,
|
||||
#usergroups #form_notice,
|
||||
#invite #form_notice,
|
||||
#deletenotice #form_notice,
|
||||
#newgroup #form_notice,
|
||||
#register #form_notice,
|
||||
#shownotice #form_notice,
|
||||
#confirmaddress #form_notice,
|
||||
#tag #form_notice,
|
||||
#siteadminpanel #form_notice,
|
||||
#designadminpanel #form_notice,
|
||||
#useradminpanel #form_notice,
|
||||
#pathsadminpanel #form_notice,
|
||||
#adminprofileflag #form_notice {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#public #core,
|
||||
#showstream #core,
|
||||
#showgroup #core {
|
||||
|
|
|
@ -52,19 +52,22 @@ width:181px;
|
|||
top:190px;
|
||||
}
|
||||
|
||||
#public #content,
|
||||
#groups #content,
|
||||
#publictagcloud #content,
|
||||
#featured #content,
|
||||
#favorited #content,
|
||||
#all #content,
|
||||
#replies #content,
|
||||
#showstream #content,
|
||||
#showfavorites #content,
|
||||
#inbox #content,
|
||||
#outbox #content,
|
||||
#subscriptions #content,
|
||||
#subscribers #content {
|
||||
#public.user_in #content,
|
||||
#groups.user_in #content,
|
||||
#publictagcloud.user_in #content,
|
||||
#featured.user_in #content,
|
||||
#favorited.user_in #content,
|
||||
#all.user_in #content,
|
||||
#replies.user_in #content,
|
||||
#showstream.user_in #content,
|
||||
#showfavorites.user_in #content,
|
||||
#inbox.user_in #content,
|
||||
#outbox.user_in #content,
|
||||
#subscriptions.user_in #content,
|
||||
#subscribers.user_in #content,
|
||||
#showgroup.user_in #content,
|
||||
#conversation.user_in #content,
|
||||
#attachment.user_in #content {
|
||||
padding-top:138px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user