Just a few wee themefixes.

This commit is contained in:
Samantha Doherty 2011-07-26 15:20:51 -04:00
parent c4163b6bad
commit 4f50274249
2 changed files with 21 additions and 1 deletions

View File

@ -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;

View File

@ -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 {