13 lines
154 B
CSS
13 lines
154 B
CSS
/**
|
|
* CSS corrections for Webkit.
|
|
*/
|
|
|
|
.iconImg, .horde-tree-row img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#menu {
|
|
overflow: visible;
|
|
height: 50px;
|
|
}
|