|
@@ -5828,8 +5828,9 @@ div#chat-remote-video video {
|
|
|
}
|
|
|
#parents .parent {
|
|
|
display: inline-block;
|
|
|
- padding: 5px;
|
|
|
width: 15%;
|
|
|
+ padding: 5px 5px 48px;
|
|
|
+ background: url("../../main/img/icons/48/sequence-arrow.png") no-repeat center bottom;
|
|
|
}
|
|
|
#parents .parent .big-icon{
|
|
|
background-color: #ECF0F1 ;
|
|
@@ -5861,7 +5862,8 @@ div#chat-remote-video video {
|
|
|
}
|
|
|
#resource .parent {
|
|
|
display: inline-block;
|
|
|
- padding: 5px;
|
|
|
+ padding: 5px 5px 48px;
|
|
|
+ background: url("../../main/img/icons/48/sequence-arrow.png") no-repeat center bottom;
|
|
|
width: 15%;
|
|
|
}
|
|
|
#resource .parent .big-icon{
|