14 lines
152 B
CSS
14 lines
152 B
CSS
/**
|
|
* CSS corrections for Opera.
|
|
*/
|
|
|
|
.horde-tree-row {
|
|
overflow: visible;
|
|
height: 20px;
|
|
}
|
|
|
|
#menu {
|
|
overflow: visible;
|
|
height: 50px;
|
|
}
|