NIHVIVO-1315: Adjusted text indentation for collated properties.

This commit is contained in:
mb863 2011-01-10 22:41:45 +00:00
parent 29640bf9e0
commit 9e159a8255

View file

@ -341,7 +341,7 @@ article.property h3{
} }
article.property ul.property-list li.subclass h3 { article.property ul.property-list li.subclass h3 {
border-bottom: none; border-bottom: none;
padding: 10px 10px 10px 20px; padding: 10px 10px 10px 0;
} }
article.property .data-property-statement{ article.property .data-property-statement{
padding: 10px 20px 10px 20px; padding: 10px 20px 10px 20px;
@ -350,15 +350,18 @@ article.property .data-property-statement{
} }
article.property ul.property-list{ article.property ul.property-list{
background: #fff; background: #fff;
padding-bottom: 20px; padding-bottom: 10px;
} }
article.property ul.property-list li{ article.property ul.property-list li{
line-height: 1.2em; line-height: 1.2em;
padding: 10px 20px 10px 20px; padding: 5px 20px 5px 20px;
}
article.property ul.subclass-property-list{
margin-left: 0;
} }
article.property ul.subclass-property-list li{ article.property ul.subclass-property-list li{
line-height: 1.2em; line-height: 1.2em;
padding: 0 20px 10px 40px; padding: 0 20px 10px 20px;
} }
/* MISCELLANEOUS------> */ /* MISCELLANEOUS------> */
.listDateTime { .listDateTime {