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;
|
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,
|
#public.user_in #content,
|
||||||
#groups.user_in #content,
|
#groups.user_in #content,
|
||||||
#publictagcloud.user_in #content,
|
#publictagcloud.user_in #content,
|
||||||
@ -1532,38 +1553,6 @@ min-width:0;
|
|||||||
padding-top:12.5em;
|
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,
|
#public #core,
|
||||||
#showstream #core,
|
#showstream #core,
|
||||||
#showgroup #core {
|
#showgroup #core {
|
||||||
|
@ -52,19 +52,22 @@ width:181px;
|
|||||||
top:190px;
|
top:190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#public #content,
|
#public.user_in #content,
|
||||||
#groups #content,
|
#groups.user_in #content,
|
||||||
#publictagcloud #content,
|
#publictagcloud.user_in #content,
|
||||||
#featured #content,
|
#featured.user_in #content,
|
||||||
#favorited #content,
|
#favorited.user_in #content,
|
||||||
#all #content,
|
#all.user_in #content,
|
||||||
#replies #content,
|
#replies.user_in #content,
|
||||||
#showstream #content,
|
#showstream.user_in #content,
|
||||||
#showfavorites #content,
|
#showfavorites.user_in #content,
|
||||||
#inbox #content,
|
#inbox.user_in #content,
|
||||||
#outbox #content,
|
#outbox.user_in #content,
|
||||||
#subscriptions #content,
|
#subscriptions.user_in #content,
|
||||||
#subscribers #content {
|
#subscribers.user_in #content,
|
||||||
|
#showgroup.user_in #content,
|
||||||
|
#conversation.user_in #content,
|
||||||
|
#attachment.user_in #content {
|
||||||
padding-top:138px;
|
padding-top:138px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user