Right Panel - Custom CSS

Hi,

All my extension, inbound routes, … on right panel are on 2 or 3 ligne, and i can not see a lot of information.

I have enlarge panel, and reduce text size by editing CSS file.

On file admin/common/mainstyle.css i have edit code arround ligne 500

.rnav ul li {
padding:2px 10px;
margin:2px;
background: #ecf6ff;
border:1px solid #ccc;
width: 200px; <<<<< Enlarge right panel (inbound route, extension)
}
.rnav ul li a {
display:block;
font-size:8pt; <<<<< Default size is 12pt
}