NIHVIVO-1315: Adjusted text indentation for collated properties.
This commit is contained in:
parent
29640bf9e0
commit
9e159a8255
1 changed files with 7 additions and 4 deletions
|
@ -341,7 +341,7 @@ article.property h3{
|
|||
}
|
||||
article.property ul.property-list li.subclass h3 {
|
||||
border-bottom: none;
|
||||
padding: 10px 10px 10px 20px;
|
||||
padding: 10px 10px 10px 0;
|
||||
}
|
||||
article.property .data-property-statement{
|
||||
padding: 10px 20px 10px 20px;
|
||||
|
@ -350,15 +350,18 @@ article.property .data-property-statement{
|
|||
}
|
||||
article.property ul.property-list{
|
||||
background: #fff;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
article.property ul.property-list li{
|
||||
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{
|
||||
line-height: 1.2em;
|
||||
padding: 0 20px 10px 40px;
|
||||
padding: 0 20px 10px 20px;
|
||||
}
|
||||
/* MISCELLANEOUS------> */
|
||||
.listDateTime {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue