Change position of window close icon

Hello,

when we use OS-X or Ubuntu 10.x, then the close (and minimize/maximize) icon for
the windows is placed on the left side of the window title.

To have the close icon on the left border of the window title you have to add this CSS rules:

.v-window-closebox
{
left: 10px;
right: auto;
}

.v-window-outerheader
{
padding-left: 40px;
}

André