fixed the resizable text area with IE problem fixed the ad space with IE problem merged the 7.2.0 and 7.1.4 change logs
14 lines
159 B
CSS
14 lines
159 B
CSS
.panel {
|
|
overflow:visible;
|
|
}
|
|
|
|
.panel .bd {
|
|
overflow:auto;
|
|
}
|
|
|
|
.panel .ft {
|
|
padding:0px;
|
|
height:4px;
|
|
font-size:4px;
|
|
background-color:#CCC;
|
|
}
|