Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
div.cke_dialog_ui_scaytItemList {
2
	border: 1px solid #c9cccf;
3
}
4
 
5
.cke_scaytItemList-child {
6
	position: relative;
7
	padding: 6px 30px 6px 5px;
8
	overflow: hidden;
9
	text-overflow: ellipsis;
10
	white-space: nowrap;
11
}
12
 
13
.cke_scaytItemList-child:hover {
14
	background: #ebebeb;
15
}
16
 
17
.cke_scaytItemList-child .cke_scaytItemList_remove {
18
	position: absolute;
19
	top: 0;
20
	right: 5px;
21
	width: 26px;
22
	height: 26px;
23
}