This commit is contained in:
Socrates
2020-05-26 10:29:34 +02:00
commit 9ed0f2a056
1162 changed files with 162062 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/* 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;
}