git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@22 eb19766c-00d9-a042-a3a0-45cb8ec72764
126 lines
4.5 KiB
CSS
126 lines
4.5 KiB
CSS
.ui-wrapper { }
|
|
.ui-wrapper input, .ui-wrapper textarea { border: 0; }
|
|
|
|
/* This file skins resizables */
|
|
|
|
.ui-resizable { position: relative; }
|
|
|
|
/* Global handle styles */
|
|
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
|
|
.ui-resizable .ui-resizable-handle { display: block; }
|
|
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
|
|
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
|
|
|
|
.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/resizable-n.gif) repeat scroll center top; }
|
|
.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/resizable-s.gif) repeat scroll center top; }
|
|
|
|
.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-e.gif) repeat scroll right center; }
|
|
.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-w.gif) repeat scroll right center; }
|
|
|
|
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); }
|
|
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); }
|
|
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); }
|
|
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); }
|
|
|
|
|
|
/* This file skins dialog */
|
|
|
|
.flora .ui-dialog,
|
|
.flora.ui-dialog {
|
|
background-color: #8BA55E;
|
|
border: 1px solid #B7B7B7;
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-titlebar,
|
|
.flora.ui-dialog .ui-dialog-titlebar {
|
|
border-top: 0;
|
|
border-bottom: 1px solid #d8d2aa;
|
|
background: #ff9900 url(../../../resources/graphics/portlet_bg.png) repeat-x;
|
|
padding: 0px;
|
|
height: 28px;
|
|
_height: 29px;
|
|
}
|
|
|
|
.flora .ui-dialog.ui-draggable .ui-dialog-titlebar,
|
|
.flora.ui-dialog.ui-draggable .ui-dialog-titlebar {
|
|
cursor: move;
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-titlebar-close,
|
|
.flora.ui-dialog .ui-dialog-titlebar-close {
|
|
width: 16px;
|
|
height: 16px;
|
|
background: url(../images/dialog-titlebar-close.png) no-repeat;
|
|
position:absolute;
|
|
top: 6px;
|
|
right: 7px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-titlebar-close span,
|
|
.flora.ui-dialog .ui-dialog-titlebar-close span {
|
|
display: none;
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-titlebar-close-hover,
|
|
.flora.ui-dialog .ui-dialog-titlebar-close-hover {
|
|
background: url(../images/dialog-titlebar-close-hover.png) no-repeat;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-title,
|
|
.flora.ui-dialog .ui-dialog-title {
|
|
margin-left: 5px;
|
|
color: white;
|
|
font-weight: bold;
|
|
position: relative;
|
|
top: 7px;
|
|
left: 4px;
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-content,
|
|
.flora.ui-dialog .ui-dialog-content {
|
|
margin: 1.2em;
|
|
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-buttonpane,
|
|
.flora.ui-dialog .ui-dialog-buttonpane {
|
|
position: absolute;
|
|
bottom: 8px;
|
|
right: 12px;
|
|
width: 100%;
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.flora .ui-dialog .ui-dialog-buttonpane button,
|
|
.flora.ui-dialog .ui-dialog-buttonpane button {
|
|
margin: 6px;
|
|
}
|
|
|
|
/* Dialog handle styles */
|
|
.flora .ui-dialog .ui-resizable-n,
|
|
.flora.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; }
|
|
|
|
.flora .ui-dialog .ui-resizable-s,
|
|
.flora.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; }
|
|
|
|
.flora .ui-dialog .ui-resizable-e,
|
|
.flora.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; }
|
|
|
|
.flora .ui-dialog .ui-resizable-w,
|
|
.flora.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; }
|
|
|
|
.flora .ui-dialog .ui-resizable-se,
|
|
.flora.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px;}
|
|
|
|
.flora .ui-dialog .ui-resizable-sw,
|
|
.flora.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; }
|
|
|
|
.flora .ui-dialog .ui-resizable-nw,
|
|
.flora.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; }
|
|
|
|
.flora .ui-dialog .ui-resizable-ne,
|
|
.flora.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; }
|