git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
24 lines
319 B
CSS
24 lines
319 B
CSS
.mooTree_node {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-size: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mooTree_text {
|
|
padding-top: 3px;
|
|
height: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mooTree_img {
|
|
float: left;
|
|
width: 18px;
|
|
height: 18px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mooTree_selected {
|
|
background-color: #ffc;
|
|
font-weight: bold;
|
|
}
|