Just a few wee themefixes.
This commit is contained in:
parent
c4163b6bad
commit
4f50274249
|
@ -698,7 +698,6 @@ font-style:italic;
|
|||
}
|
||||
|
||||
#shownotice .notice .entry-title {
|
||||
margin-left:110px;
|
||||
font-size:2.2em;
|
||||
min-height:123px;
|
||||
font-size: 1.6em;
|
||||
|
|
|
@ -1350,6 +1350,27 @@ li.notice-answer + li.notice {
|
|||
padding-left: 20px;
|
||||
}
|
||||
|
||||
/* Blog specific styles */
|
||||
|
||||
label[for=blog-entry-content] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#input_form_blog td {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#input_form_blog td.mceToolbar {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
/* Poll specific styles */
|
||||
|
||||
.notice div.poll-content {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* SNOD CompanyLogo styling */
|
||||
|
||||
#site_nav_local_views a.company_logo {
|
||||
|
|
Loading…
Reference in New Issue
Block a user