Files
Babydatenbank/web/xava/style/smoothness/liferay6-patch.css
Socrates 9ed0f2a056 test
2020-05-26 10:29:34 +02:00

18 lines
403 B
CSS

/* In order to have a handle for resizing columns */
.xava_resizable .ui-resizable-handle {
background: transparent url() no-repeat 50% 50%;
display: none;
font-size: 0.1px;
position: absolute;
z-index: 999;
}
.xava_resizable .ui-resizable-e {
background-image: url(../liferay51/images/application/handle_vertical.png);
background-position: center center;
bottom: 0;
top: 0;
width: 14px;
}