split comments css
This commit is contained in:
parent
b420bf43b7
commit
100fe79b1d
4 changed files with 61 additions and 50 deletions
|
|
@ -86,6 +86,16 @@ video, .poster {
|
|||
.layer.active:first-child {
|
||||
padding-top: 0px;
|
||||
}
|
||||
.layer h3 {
|
||||
font-weight: bold;
|
||||
padding: 4px;
|
||||
padding-left: 0;
|
||||
margin: 0;
|
||||
//display: none;
|
||||
}
|
||||
.layer.active h3 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.annotation {
|
||||
padding: 4px;
|
||||
|
|
@ -107,20 +117,10 @@ video, .poster {
|
|||
}
|
||||
}
|
||||
|
||||
.layer h3,
|
||||
.comments h3 {
|
||||
font-weight: bold;
|
||||
padding: 4px;
|
||||
padding-left: 0;
|
||||
margin: 0;
|
||||
//display: none;
|
||||
.layer h3 {
|
||||
cursor: pointer;
|
||||
}
|
||||
.layer.active h3 {
|
||||
display: block;
|
||||
}
|
||||
.layer .icon svg,
|
||||
.comments .icon svg {
|
||||
.layer .icon svg {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue