2015-06-05 16:20:28 +02:00
|
|
|
|
|
|
|
.ascribe-edition-personal-note > textarea {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2015-06-05 14:22:02 +02:00
|
|
|
.ascribe-edition-collapsible-wrapper {
|
|
|
|
vertical-align: bottom;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-edition-collapsible-wrapper > div:first-child {
|
2015-06-22 23:32:41 +02:00
|
|
|
width: 100%;
|
|
|
|
cursor: pointer;
|
2015-07-09 19:46:53 +02:00
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
padding: 0 10px 10px 0;
|
2015-07-08 14:37:20 +02:00
|
|
|
margin-top: 20px;
|
2015-06-22 23:32:41 +02:00
|
|
|
}
|
2015-06-05 14:22:02 +02:00
|
|
|
.ascribe-edition-collapsible-wrapper > div > span {
|
2015-08-10 14:42:38 +02:00
|
|
|
font-size: 1.2em;
|
|
|
|
margin-right: .5em;
|
2015-06-22 23:32:41 +02:00
|
|
|
}
|
|
|
|
.ascribe-edition-collapsible-wrapper > div > span:nth-child(2) {
|
2015-08-10 14:42:38 +02:00
|
|
|
font-size: 0.9em;
|
2015-06-05 14:22:02 +02:00
|
|
|
}
|
|
|
|
|
2015-08-10 14:42:38 +02:00
|
|
|
.ascribe-edition-collapsible-content {
|
|
|
|
width:100%;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
2015-06-25 14:39:39 +02:00
|
|
|
}
|
|
|
|
|
2015-08-10 14:42:38 +02:00
|
|
|
.coa-file-wrapper {
|
|
|
|
display: table;
|
|
|
|
height: 200px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
padding: 1em;
|
2015-06-25 14:39:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.coa-file {
|
2015-08-10 14:42:38 +02:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
background-color: #F8F8F8;
|
2015-07-08 14:37:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-button-list {
|
2015-08-10 14:42:38 +02:00
|
|
|
margin-top: 1em;
|
2015-06-05 14:22:02 +02:00
|
|
|
}
|