2015-09-01 14:00:06 +02:00
|
|
|
.ascribe-collapsible-wrapper {
|
|
|
|
vertical-align: bottom;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
> div:first-child {
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
cursor: pointer;
|
|
|
|
margin-top: 20px;
|
|
|
|
padding: 0 10px 10px 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div > span {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-right: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div > span:nth-child(2) {
|
|
|
|
font-size: .9em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-collapsible-content {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
width: 100%;
|
2015-09-14 17:38:26 +02:00
|
|
|
|
|
|
|
.ascribe-collapsible-wrapper {
|
2015-09-01 14:00:06 +02:00
|
|
|
padding-left: 1em;
|
2015-09-08 11:19:11 +02:00
|
|
|
font-size: 95%;
|
2015-09-01 14:00:06 +02:00
|
|
|
}
|
|
|
|
}
|